Add wasm build

Manos Pitsidianakis 2020-07-09 12:37:35 +03:00
parent f9efaea0ec
commit d4f8d59ecb
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
1270 changed files with 115357 additions and 1850 deletions

434
Cargo.lock generated
View File

@ -1,17 +1,5 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "arc-swap"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
[[package]]
name = "arrayref"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
[[package]]
name = "arrayvec"
version = "0.4.12"
@ -21,12 +9,6 @@ dependencies = [
"nodrop",
]
[[package]]
name = "arrayvec"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
[[package]]
name = "async-stream"
version = "0.2.1"
@ -61,10 +43,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
[[package]]
name = "base64"
version = "0.11.0"
name = "base-x"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
checksum = "1b20b618342cf9891c292c4f5ac2cde7287cc5c87e87e9c769d617793607dec1"
[[package]]
name = "base64"
@ -88,36 +70,6 @@ version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "blake2b_simd"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
dependencies = [
"arrayref",
"arrayvec 0.5.1",
"constant_time_eq",
]
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "blocking"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d17efb70ce4421e351d61aafd90c16a20fb5bfe339fcdc32a86816280e62ce0"
dependencies = [
"futures-channel",
"futures-util",
"once_cell",
"parking",
"waker-fn",
]
[[package]]
name = "bumpalo"
version = "3.4.0"
@ -136,12 +88,6 @@ version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
[[package]]
name = "cache-padded"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24508e28c677875c380c20f4d28124fab6f8ed4ef929a1397d7b1a31e92f1005"
[[package]]
name = "cc"
version = "1.0.54"
@ -154,17 +100,6 @@ version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "chrono"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
dependencies = [
"num-integer",
"num-traits",
"time",
]
[[package]]
name = "clap"
version = "2.33.1"
@ -177,20 +112,15 @@ dependencies = [
]
[[package]]
name = "concurrent-queue"
version = "1.1.1"
name = "console_error_panic_hook"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f83c06aff61f2d899eb87c379df3cbf7876f14471dcab474e0b6dc90ab96c080"
checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211"
dependencies = [
"cache-padded",
"cfg-if",
"wasm-bindgen",
]
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "core-foundation"
version = "0.7.0"
@ -285,25 +215,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72aa14c04dfae8dd7d8a2b1cb7ca2152618cd01336dbfe704b8dcbf8d41dbd69"
[[package]]
name = "dbus"
version = "0.6.5"
name = "discard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48b5f0f36f1eebe901b0e6bee369a77ed3396334bf3f09abd46454a576f71819"
dependencies = [
"libc",
"libdbus-sys",
]
[[package]]
name = "dirs"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
dependencies = [
"libc",
"redox_users",
"winapi 0.3.8",
]
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
[[package]]
name = "dtoa"
@ -396,12 +311,6 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
[[package]]
name = "fastrand"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b90eb1dec02087df472ab9f0db65f27edaa654a746830042688bcc2eaf68090f"
[[package]]
name = "filetime"
version = "0.2.10"
@ -435,16 +344,6 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "fs2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
dependencies = [
"libc",
"winapi 0.3.8",
]
[[package]]
name = "fsevent"
version = "0.4.0"
@ -583,7 +482,9 @@ checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
dependencies = [
"cfg-if",
"libc",
"stdweb",
"wasi",
"wasm-bindgen",
]
[[package]]
@ -779,7 +680,7 @@ version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7043aa5c05dd34fb73b47acb8c3708eac428de4545ea3682ed2f11293ebd890"
dependencies = [
"arrayvec 0.4.12",
"arrayvec",
"cfg-if",
"rustc_version",
"ryu",
@ -792,15 +693,6 @@ version = "0.2.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
[[package]]
name = "libdbus-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc12a3bc971424edbbf7edaf6e5740483444db63aa8e23d3751ff12a30f306f0"
dependencies = [
"pkg-config",
]
[[package]]
name = "libloading"
version = "0.6.2"
@ -853,27 +745,6 @@ dependencies = [
"linked-hash-map",
]
[[package]]
name = "mac-notification-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dfb6b71a9a89cd38b395d994214297447e8e63b1ba5708a9a2b0b1048ceda76"
dependencies = [
"cc",
"chrono",
"dirs",
"objc-foundation",
]
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
[[package]]
name = "matches"
version = "0.1.8"
@ -893,14 +764,15 @@ dependencies = [
"async-task",
"bincode",
"bitflags",
"console_error_panic_hook",
"crossbeam",
"futures",
"js-sys",
"libc",
"linkify",
"melib",
"nix",
"notify",
"notify-rust",
"num_cpus",
"pcre2",
"proc-macro2",
@ -911,16 +783,17 @@ dependencies = [
"serde",
"serde_derive",
"serde_json",
"signal-hook",
"signal-hook-registry",
"smallvec",
"structopt",
"svg",
"syn",
"termion",
"toml",
"unicode-segmentation",
"uuid",
"wasm-bindgen",
"wasm-bindgen-test",
"web-sys",
"wee_alloc",
"xdg",
"xdg-utils",
]
@ -930,16 +803,16 @@ name = "melib"
version = "0.5.0"
dependencies = [
"async-stream",
"base64 0.12.3",
"base64",
"bincode",
"bitflags",
"crossbeam",
"data-encoding",
"encoding",
"futures",
"js-sys",
"libc",
"libloading",
"memmap",
"native-tls",
"nix",
"nom",
@ -950,7 +823,6 @@ dependencies = [
"serde_derive",
"serde_json",
"smallvec",
"smol",
"unicode-segmentation",
"uuid",
"xdg",
@ -962,18 +834,6 @@ version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
[[package]]
name = "memmap"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46f3c7359028b31999287dae4e5047ddfe90a23b7dca2282ce759b491080c99b"
dependencies = [
"fs2",
"kernel32-sys",
"libc",
"winapi 0.2.8",
]
[[package]]
name = "memoffset"
version = "0.5.4"
@ -983,6 +843,12 @@ dependencies = [
"autocfg",
]
[[package]]
name = "memory_units"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"
[[package]]
name = "mime"
version = "0.3.16"
@ -1119,26 +985,6 @@ dependencies = [
"winapi 0.3.8",
]
[[package]]
name = "notify-rust"
version = "3.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8da29142be3f71b2165a6b3991c26045b674edbf04cdfc42f323094fc3e4b5a"
dependencies = [
"dbus",
"mac-notification-sys",
]
[[package]]
name = "num-integer"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.11"
@ -1158,41 +1004,6 @@ dependencies = [
"libc",
]
[[package]]
name = "numtoa"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
]
[[package]]
name = "objc-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
dependencies = [
"block",
"objc",
"objc_id",
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
dependencies = [
"objc",
]
[[package]]
name = "once_cell"
version = "1.4.0"
@ -1232,12 +1043,6 @@ dependencies = [
"vcpkg",
]
[[package]]
name = "parking"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4029bc3504a62d92e42f30b9095fdef73b8a0b2a06aa41ce2935143b05a1a06"
[[package]]
name = "pcre2"
version = "0.2.3"
@ -1345,9 +1150,9 @@ checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
[[package]]
name = "proc-macro-nested"
version = "0.1.5"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0afe1bd463b9e9ed51d0e0f0b50b6b146aec855c56fd182bb242388710a9b6de"
checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
[[package]]
name = "proc-macro2"
@ -1414,26 +1219,6 @@ version = "0.1.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
[[package]]
name = "redox_termios"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
dependencies = [
"redox_syscall",
]
[[package]]
name = "redox_users"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
dependencies = [
"getrandom",
"redox_syscall",
"rust-argon2",
]
[[package]]
name = "remove_dir_all"
version = "0.5.2"
@ -1449,7 +1234,7 @@ version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b82c9238b305f26f53443e3a4bc8528d64b8d0bee408ec949eb7bf5635ec680"
dependencies = [
"base64 0.12.3",
"base64",
"bytes",
"encoding_rs",
"futures-core",
@ -1526,18 +1311,6 @@ dependencies = [
"time",
]
[[package]]
name = "rust-argon2"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
dependencies = [
"base64 0.11.0",
"blake2b_simd",
"constant_time_eq",
"crossbeam-utils",
]
[[package]]
name = "rustc_version"
version = "0.2.3"
@ -1675,24 +1448,10 @@ dependencies = [
]
[[package]]
name = "signal-hook"
version = "0.1.15"
name = "sha1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ff2db2112d6c761e12522c65f7768548bd6e8cd23d2a9dae162520626629bd6"
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-registry"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41"
dependencies = [
"arc-swap",
"libc",
]
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
[[package]]
name = "slab"
@ -1709,27 +1468,6 @@ dependencies = [
"serde",
]
[[package]]
name = "smol"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "620cbb3c6e34da57d3a248cda0cd01cd5848164dc062e764e65d06fe3ea7aed5"
dependencies = [
"async-task",
"blocking",
"concurrent-queue",
"fastrand",
"futures-io",
"futures-util",
"libc",
"once_cell",
"scoped-tls",
"slab",
"socket2",
"wepoll-sys-stjepang",
"winapi 0.3.8",
]
[[package]]
name = "socket2"
version = "0.3.12"
@ -1748,6 +1486,57 @@ version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f3eb36b47e512f8f1c9e3d10c2c1965bc992bd9cdb024fa581e2194501c83d3"
[[package]]
name = "stdweb"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
dependencies = [
"discard",
"rustc_version",
"serde",
"serde_json",
"stdweb-derive",
"stdweb-internal-macros",
"stdweb-internal-runtime",
"wasm-bindgen",
]
[[package]]
name = "stdweb-derive"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
dependencies = [
"proc-macro2",
"quote",
"serde",
"serde_derive",
"syn",
]
[[package]]
name = "stdweb-internal-macros"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
dependencies = [
"base-x",
"proc-macro2",
"quote",
"serde",
"serde_derive",
"serde_json",
"sha1",
"syn",
]
[[package]]
name = "stdweb-internal-runtime"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
[[package]]
name = "structopt"
version = "0.3.14"
@ -1814,18 +1603,6 @@ dependencies = [
"winapi 0.3.8",
]
[[package]]
name = "termion"
version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c22cec9d8978d906be5ac94bceb5a010d885c626c4c8855721a4dbd20e3ac905"
dependencies = [
"libc",
"numtoa",
"redox_syscall",
"redox_termios",
]
[[package]]
name = "testing"
version = "0.4.1"
@ -2008,12 +1785,6 @@ version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]
name = "waker-fn"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9571542c2ce85ce642e6b58b3364da2fb53526360dfb7c211add4f5c23105ff7"
[[package]]
name = "walkdir"
version = "2.3.1"
@ -2109,6 +1880,30 @@ version = "0.2.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9ba19973a58daf4db6f352eda73dc0e289493cd29fb2632eb172085b6521acd"
[[package]]
name = "wasm-bindgen-test"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f0dfda4d3b3f8acbc3c291b09208081c203af457fb14a229783b06e2f128aa7"
dependencies = [
"console_error_panic_hook",
"js-sys",
"scoped-tls",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-bindgen-test-macro",
]
[[package]]
name = "wasm-bindgen-test-macro"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c2e18093f11c19ca4e188c177fecc7c372304c311189f12c2f9bea5b7324ac7"
dependencies = [
"proc-macro2",
"quote",
]
[[package]]
name = "web-sys"
version = "0.3.40"
@ -2120,12 +1915,15 @@ dependencies = [
]
[[package]]
name = "wepoll-sys-stjepang"
version = "1.0.6"
name = "wee_alloc"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fd319e971980166b53e17b1026812ad66c6b54063be879eb182342b55284694"
checksum = "dbb3b5a6b2bb17cb6ad44a2e68a43e8d2722c997da10e928665c72ec6c0a0b8e"
dependencies = [
"cc",
"cfg-if",
"libc",
"memory_units",
"winapi 0.3.8",
]
[[package]]

View File

@ -11,22 +11,10 @@ homepage = "https://meli.delivery"
repository = "https://git.meli.delivery/meli/meli.git"
keywords = ["mail", "mua", "maildir", "terminal", "imap"]
categories = ["command-line-utilities", "email"]
default-run = "meli"
[[bin]]
name = "meli"
path = "src/bin.rs"
[[bin]]
name = "managesieve"
path = "src/managesieve.rs"
[dependencies]
xdg = "2.1.0"
crossbeam = "0.7.2"
signal-hook = "0.1.12"
signal-hook-registry = "1.2.0"
nix = "0.17.0"
melib = { path = "melib", version = "0.5.0" }
@ -37,8 +25,6 @@ toml = "0.5.3"
linkify = "0.4.0"
xdg-utils = "0.3.0"
notify = "4.0.1" # >:c
notify-rust = "^3" # >:c
termion = "1.5.1"
bincode = "1.2.0"
uuid = { version = "0.8.1", features = ["serde", "v4"] }
unicode-segmentation = "1.2.1" # >:c
@ -54,30 +40,78 @@ svg_crate = { version = "0.8.0", optional = true, package = "svg" }
futures = "0.3.5"
async-task = "3.0.0"
num_cpus = "1.12.0"
wasm-bindgen = { version = "0.2.63", optional = true }
# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
# all the `std::fmt` and `std::panicking` infrastructure, so isn't great for
# code size when deploying.
console_error_panic_hook = { version = "0.1.6", optional = true }
# `wee_alloc` is a tiny allocator for wasm that is only ~1K in code size
# compared to the default allocator's ~10K. It is slower than the default
# allocator, however.
#
# Unfortunately, `wee_alloc` requires nightly Rust when targeting wasm for now.
wee_alloc = { version = "0.4.5", optional = true }
[dependencies.js-sys]
version = "0.3.4"
optional=true
[dependencies.web-sys]
optional=true
version = "0.3.4"
features = [
'Document',
'Element',
'HtmlElement',
'EventTarget',
'Node',
'Window',
'KeyboardEvent',
'ErrorEvent',
'Event',
'Worker',
'DedicatedWorkerGlobalScope',
'MessageEvent',
'CustomEvent',
'CustomEventInit',
]
[build-dependencies]
syn = { version = "1.0.31", features = [] }
quote = "^1.0"
proc-macro2 = "1.0.18"
[profile.release]
lto = true
opt-level = "z"
debug = false
[workspace]
members = ["melib", "testing", ]
[features]
default = ["sqlite3", "notmuch", "regexp", "smtp"]
#default = ["sqlite3", "notmuch", "regexp", "smtp"]
default = ["wasm", "regexp"]
notmuch = ["melib/notmuch_backend", ]
jmap = ["melib/jmap_backend",]
sqlite3 = ["melib/sqlite3"]
smtp = ["melib/smtp"]
regexp = ["pcre2"]
regexp = []#"pcre2"]
cli-docs = []
svgscreenshot = ["svg_crate"]
wasm = ["console_error_panic_hook", "svgscreenshot", "wasm-bindgen", "wee_alloc", "web-sys", "js-sys"]
# Print tracing logs as meli runs in stderr
# enable for debug tracing logs: build with --features=debug-tracing
debug-tracing = ["melib/debug-tracing", ]
[lib]
name = "meli"
path = "src/bin.rs"
crate-type = ["cdylib", "rlib"]
[dev-dependencies]
wasm-bindgen-test = "0.3.13"
[profile.release]
# Tell `rustc` to optimize for small code size.
opt-level = "s"

View File

@ -80,7 +80,8 @@ help:
@#@echo "* CARGO_COLOR = ${CARGO_COLOR}"
meli: check-deps
@${CARGO_BIN} build ${CARGO_COLOR}--target-dir="${CARGO_TARGET_DIR}" ${FEATURES} --release
#@${CARGO_BIN} build ${CARGO_COLOR}--target-dir="${CARGO_TARGET_DIR}" ${FEATURES} --release
wasm-pack build --no-typescript -t web # --dev
.PHONY: check-deps

View File

@ -0,0 +1,132 @@
Message-ID: <10031247.1075855488409.JavaMail.evans@thyme>
Date: Fri, 11 May 2001 08:49:00 -0700 (PDT)
From: outlook.team@enron.com
To: cheryl.wilchynski@enron.com, cindy.ward@enron.com, jo.hill@enron.com,
sonja.galloway@enron.com, bilal.bajwa@enron.com, binh.pham@enron.com,
bradley.jones@enron.com, bruce.mills@enron.com,
chance.rabon@enron.com, chuck.ames@enron.com,
david.baumbach@enron.com, jad.doan@enron.com,
o'neal.winfree@enron.com, phillip.love@enron.com,
sladana-anna.kulic@enron.com, victor.guggenheim@enron.com,
alejandra.chavez@enron.com, anne.bike@enron.com,
carole.frank@enron.com, darron.giron@enron.com,
elizabeth.hernandez@enron.com, elizabeth.shim@enron.com,
jeff.royed@enron.com, kam.keiser@enron.com, kimat.singla@enron.com,
kristen.clause@enron.com, kulvinder.fowler@enron.com,
kyle.lilly@enron.com, luchas.johnson@enron.com,
maria.garza@enron.com, patrick.ryder@enron.com,
ryan.o'rourke@enron.com, yuan.tian@enron.com, frank.ermis@enron.com,
jane.tholt@enron.com, jay.reitmeyer@enron.com, keith.holst@enron.com,
matthew.lenhart@enron.com, mike.grigsby@enron.com,
monique.sanchez@enron.com, phillip.allen@enron.com,
randall.gay@enron.com, tori.kuykendall@enron.com,
ina.norman@enron.com, jackie.travis@enron.com,
michael.gasper@enron.com, brenda.fletcher@enron.com,
jeanne.wukasch@enron.com, mary.franklin@enron.com,
mike.potter@enron.com, natalie.baker@enron.com,
suzanne.calcagno@enron.com, albert.stromquist@enron.com,
rajesh.chettiar@enron.com, derek.anderson@enron.com,
brad.horn@enron.com, camille.gerard@enron.com, cathy.lira@enron.com,
daniel.castagnola@enron.com, eva.tow@enron.com, lam.nguyen@enron.com,
andy.pace@enron.com, anna.santucci@enron.com,
claudia.guerra@enron.com, clayton.vernon@enron.com,
david.ryan@enron.com, eric.smith@enron.com, grace.kim@enron.com,
jason.kaniss@enron.com, kevin.cline@enron.com, rika.imai@enron.com,
todd.decook@enron.com, beth.jensen@enron.com,
billi.harrill@enron.com, martha.sumner-kenney@enron.com,
phyllis.miller@enron.com, sandy.olofson@enron.com,
theresa.byrne@enron.com, danny.mccarty@enron.com, denis.tu@enron.com,
john.ayres@enron.com, john.millar@enron.com,
julie.armstrong@enron.com, maggie.schroeder@enron.com,
max.brown@enron.com, randy.cantrell@enron.com, tracy.scott@enron.com,
charles.muzzy@enron.com, cora.pendergrass@enron.com,
darren.espey@enron.com, jessica.white@enron.com,
kevin.brady@enron.com, kirk.lenart@enron.com, lisa.kinsey@enron.com,
margie.straight@enron.com, mark.schrab@enron.com,
souad.mahmassani@enron.com, tammy.gilmore@enron.com,
teresa.mcomber@enron.com, wes.dempsey@enron.com,
barry.feldman@enron.com, catherine.huynh@enron.com
Subject: 4-URGENT - OWA Please print this now.
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Outlook Migration Team
X-To: Cheryl Wilchynski, Cindy R Ward, Jo Ann Hill, Sonja Galloway, Bilal Bajwa, Binh Pham, Bradley Jones, Bruce Mills, Chance Rabon, Chuck Ames, David Baumbach, Jad Doan, O'Neal D Winfree, Phillip M Love, Sladana-Anna Kulic, Victor Guggenheim, Alejandra Chavez, Anne Bike, Carole Frank, Darron C Giron, Elizabeth L Hernandez, Elizabeth Shim, Jeff Royed, Kam Keiser, Kimat Singla, Kristen Clause, Kulvinder Fowler, Kyle R Lilly, Luchas Johnson, Maria Garza, Patrick Ryder, Ryan O'Rourke, Yuan Tian, Frank Ermis, Jane M Tholt, Jay Reitmeyer, Keith Holst, Matthew Lenhart, Mike Grigsby, Monique Sanchez, Phillip K Allen, Randall L Gay, Tori Kuykendall, Ina Norman, Jackie Travis, Michael J Gasper, Brenda H Fletcher, Jeanne Wukasch, Mary Theresa Franklin, Mike Potter, Natalie Baker, Suzanne Calcagno, Albert Stromquist, Rajesh Chettiar, Derek Anderson, Brad Horn, Camille Gerard, Cathy Lira, Daniel Castagnola, Eva Tow, Lam Nguyen, Andy Pace, Anna Santucci, Claudia Guerra, Clayton Vernon, David Ryan, Eric Smith, Grace Kim, Jason Kaniss, Kevin Cline, Rika Imai, Todd DeCook, Beth Jensen, Billi Harrill, Martha Sumner-Kenney, Phyllis Miller, Sandy Olofson, Theresa Byrne, Danny McCarty, Denis Tu, John A Ayres, John Millar, Julie Armstrong, Maggie Schroeder, Max Brown, Randy Cantrell, Tracy Scott, Charles T Muzzy, Cora Pendergrass, Darren Espey, Jessica White, Kevin Brady, Kirk Lenart, Lisa Kinsey, Margie Straight, Mark L Schrab, Souad Mahmassani, Tammy Gilmore, Teresa McOmber, Wes Dempsey, Barry Feldman, Catherine Huynh
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Current Notes User:
REASONS FOR USING OUTLOOK WEB ACCESS (OWA)
1. Once your mailbox has been migrated from Notes to Outlook, the Outlook
client will be configured on your computer.
After migration of your mailbox, you will not be able to send or recieve mail
via Notes, and you will not be able to start using Outlook until it is
configured by the Outlook Migration team the morning after your mailbox is
migrated. During this period, you can use Outlook Web Access (OWA) via your
web browser (Internet Explorer 5.0) to read and send mail.
PLEASE NOTE: Your calendar entries, personal address book, journals, and
To-Do entries imported from Notes will not be available until the Outlook
client is configured on your desktop.
2. Remote access to your mailbox.
After your Outlook client is configured, you can use Outlook Web Access (OWA)
for remote access to your mailbox.
PLEASE NOTE: At this time, the OWA client is only accessible while
connecting to the Enron network (LAN). There are future plans to make OWA
available from your home or when traveling abroad.
HOW TO ACCESS OUTLOOK WEB ACCESS (OWA)
Launch Internet Explorer 5.0, and in the address window type:
http://nahou-msowa01p/exchange/john.doe
Substitute "john.doe" with your first and last name, then click ENTER. You
will be prompted with a sign in box as shown below. Type in "corp/your user
id" for the user name and your NT password to logon to OWA and click OK. You
will now be able to view your mailbox.
PLEASE NOTE: There are some subtle differences in the functionality between
the Outlook and OWA clients. You will not be able to do many of the things
in OWA that you can do in Outlook. Below is a brief list of *some* of the
functions NOT available via OWA:
Features NOT available using OWA:
- Tasks
- Journal
- Spell Checker
- Offline Use
- Printing Templates
- Reminders
- Timed Delivery
- Expiration
- Outlook Rules
- Voting, Message Flags and Message Recall
- Sharing Contacts with others
- Task Delegation
- Direct Resource Booking
- Personal Distribution Lists
QUESTIONS OR CONCERNS?
If you have questions or concerns using the OWA client, please contact the
Outlook 2000 question and answer Mailbox at:
Outlook.2000@enron.com
Otherwise, you may contact the Resolution Center at:
713-853-1411
Thank you,
Outlook 2000 Migration Team

View File

@ -0,0 +1,88 @@
Message-ID: <10583855.1075855474963.JavaMail.evans@thyme>
Date: Mon, 13 Nov 2000 10:42:00 -0800 (PST)
From: office.chairman@enron.com
To: all.worldwide@enron.com
Subject: Chairman's Award Nominations
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: quoted-printable
X-From: Office of the Chairman
X-To: All Enron Worldwide
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
The 2000 Chairman's Award nomination process was a tremendous success! Fro=
m=20
around the world, over 425 nominations were received representing a broad=
=20
cross-section of our overall organization and resulting in a 73% increase i=
n=20
nomination participation from last year. This 100% employee-driven program=
=20
is so successful because you take time to nominate and recognize those=20
individuals that are special in your work life. Every single candidate is =
to=20
be congratulated! =20
This year, the original concept was brought to fruition when the members of=
=20
the 1999 Chairman's Roundtable took over the selection process and carried=
=20
the torch from past to present. This Selection Committee reviewed all=20
candidates on the basis of their ability to consistently bring our values t=
o=20
life and sought out those select few that are Enron's "everyday heroes". =
=20
It is with great pleasure that we announce the 2000 Chairman's Roundtable=
=20
whose daily pursuit of excellence, commitment to communication, genuine=20
integrity and respect for others are what make Enron the incredible company=
=20
that it is today - innovative, successful and undoubtedly one of the best=
=20
places to work. The eleven individuals named below are flying to San Anton=
io=20
this from around the world to be honored at our annual Management=20
Conference. One of these finalist will receive the distinguished recogniti=
on=20
as the actual Chairman's Award winner:
THE 2000 CHAIRMAN'S ROUNDTABLE
Amelia Alder, Enron Operations Services (ETS) - Houston, Texas
Dan Boyle, Enron Global Finance - Houston, Texas
Craig Buehler, Northern Natural Gas (ETS) - Houston, TX
Fernando Delpino, Industrias Ventane (ESA) - Caracas, Venezuala
Barbara Gray, ENA - Houston, Texas
Scott Guptill, PGE - Portland, OR
Mark Harada, EES - Hinsdale, IL
Don Lehr, The Linc Corporation (EES) - Pittsburgh, PA
Xafira Mendonsa, Dahbol Power Company - Mumbia, India
Yaser Tobeh, Operational Energy Corp. (EES) - Gaza, Palestine
Kevin Westwood, Enron Teeside Operations Ltd. - Cleveland, England
Attached is a list of every employee who was nominated for the Chairman's=
=20
Award this year:
Please take a moment to recognize this honor bestowed upon your fellow=20
employees. We sincerely thank them for their contributions to Enron and=20
their leadership that helps make this organization the world=01,s leading e=
nergy=20
and communications company. If you have any questions regarding this year=
's=20
program or suggestions for the future, please contact Charla Reese at=20
charla.reese@enron.com or call 713.853.5202. We hope to see the Chairman's=
=20
Award grow and encourage your participation next year.
Respectfully
Ken & Jeff

View File

@ -0,0 +1,109 @@
Message-ID: <10700397.1075855475371.JavaMail.evans@thyme>
Date: Thu, 9 Nov 2000 10:09:00 -0800 (PST)
From: enron.announcements@enron.com
To: all_ena_egm_eim@enron.com
Subject: Ameriflash Newsletter
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: quoted-printable
X-From: Enron Announcements
X-To: All_ENA_EGM_EIM
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
BUSINESS HIGHLIGHTS
TRANSACTION DEVELOPMENT
Transaction Development, headed by Rodney Malcolm, works with Pulp & Paper,=
=20
Lumber and Steel to structure and execute some of the more complex deals. =
=20
Members of the Transaction Development team have a strong track record of=
=20
closing structured transactions involving both capital and commodity risks.=
=20
Sample deals would include working on the acquisition of Garden State Paper=
=20
earlier this year, and structuring and pitching the first all requirements,=
=20
index based, physical steel supply contract to one of the largest players i=
n=20
the steel servicing segment of the steel industry.
The ability to buy and sell physical product will be critical to creating a=
=20
commodity product in these businesses. Getting access to the physical=20
product will require creating compelling financing structures, as well as=
=20
potentially buying assets to get control of their production capability. I=
n=20
all these situations, the Transaction Development team will be a key player=
=20
in driving these opportunities to closure.
PEP - REVIEWER FEEDBACK DEADLINE
The Year End 2000 Performance Review Process closes November 17. To access=
=20
PEP, go to http://pep.corp.enron.com. To avoid system delays, please log-o=
n=20
before the deadline.
If you have any problems accessing the system or have any questions regardi=
ng=20
the Performance Management Process, please call the HR Helpdesk at x3.4040=
=20
option 4 or email pep.enquiries@enron.com.
=20
OPEN ENROLLMENT 2001
The final date for making your 2001 benefit elections or changes is Novembe=
r=20
15, 8:00 am CST to 5:00 pm CST. Remember, that your current 2000 health=20
benefit elections will rollover for 2001 if you do not make any changes.
Log-on to www.enron.benefitsnow.com or call 1-800-425-5864.
WELCOME
New Hires ENA/EIM/EGM
ENA =01) Tamara Carter/Gas Logistics, Albert Escamilla/Global Counterparty,=
=20
Michael Girraratano/Gas Assets Operations, Cassandra Mayeux/Reporting,=20
Planning Accounting, Christina Perez/Power Plant Acct., Eve Puckett/Info &=
=20
Records Management, Tracey Wood/Gas Logistics
EGM =01) David Hoog/GRM Risk Products, Judy/Currency Trading
SAVE THE DATE
ENA/EIM/EGM-HOLIDAY PARTY
Enron Field
Saturday, December 9
7:00 pm - Midnight
NUGGETS & NOTES
"Bigger, faster" - Dave Delainey/CEO-ENA
"Four bid at five. What do you want to do?" John Arnold, Vice=20
President-Financial/Nymex Trading
"We trade weather." Gary Taylor, Manager - Weather Risk Management Group
"You trade WHAT?!" anyone Gary speaks with.
LEGAL STUFF
The information contained in this newsletter is confidential and proprietar=
y=20
to Enron Corp. and its subsidiaries. It is intended for internal use only=
=20
and should not be disclosed outside of Enron.

View File

@ -0,0 +1,76 @@
Message-ID: <10789655.1075855476869.JavaMail.evans@thyme>
Date: Sun, 29 Oct 2000 22:45:00 -0800 (PST)
From: jim.schoene@gt.pge.com
To: acarter@westerngas.com, colliw@texaco.com, bblanar@coral-energy.com,
cchao@cook-inlet.com, cschenderlein@brr.com, cwhite@brr.com,
dsuter@sempratrading.com, dkohler@br-inc.com, houtendp@bp.com,
djohnson@coral-energy.com, bdahncke@pcenergy.com, fermis@enron.com,
hankd@calpine.com, taylorja2@bp.com, jwpowell@duke-energy.com,
jkho@dynegy.com, jmmcarthur@duke-energy.com,
judi.vogel@engageenergy.com, klegg@utilicorp.com,
kevin.f.otoole@usa.conoco.com, kolinge@ect.enron.com,
mitchellm2@epenergy.com, igsinc@ix.netcom.com, mike_bucher@oxy.com,
pwri@dynegy.com, rmccluer@southernenergy.com,
rick.wadle@southernenergy.com, srmo@dynegy.com,
skatz@sempratrading.com, scheffsp@bp.com, ssouth@ect.enron.com,
millertr@bp.com, tgary@pcenergy.com, tbrother@utilicorp.com,
robbinkr@bp.com, thomas_j_toerner@reliantenergy.com,
skip_s_thevenot@reliantenergy.com, schang@cook-inlet.com,
kevin.coyle@engageenergy.com, doug.jacques@neg.pge.com,
skip.simmons@southernenergy.com
Subject: GTN Quaterly Meeting Reminder
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
X-From: "Schoene, Jim" <jim.schoene@gt.pge.com>
X-To: "Andrew Carter (E-mail)" <Acarter@westerngas.com>, "Bill Collier (E-mail)" <colliw@texaco.com>, "Brent Blanar (E-mail)" <bblanar@coral-energy.com>, "Cindy Chao (E-mail)" <cchao@cook-inlet.com>, "Connie Schenderlein (E-mail)" <cschenderlein@brr.com>, "Cindy White (E-mail)" <cwhite@brr.com>, "Damon Suter (E-mail)" <dsuter@sempratrading.com>, "Dave Kohler (E-mail)" <dkohler@br-inc.com>, "David P. Houten (E-mail)" <houtendp@bp.com>, "Denette Johnson (E-mail)" <djohnson@coral-energy.com>, "Elizabeth Dahncke (E-mail)" <bdahncke@pcenergy.com>, "Frank Ermis (E-mail)" <fermis@enron.com>, "Henry Delony (E-mail)" <hankd@calpine.com>, "James Taylor (E-mail)" <taylorja2@bp.com>, "Jay W. Powell (E-mail)" <jwpowell@duke-energy.com>, "Jeff Hornback (E-mail)" <JKHO@dynegy.com>, "Jim McArthur (E-mail)" <jmmcarthur@duke-energy.com>, "Judi Vogel (E-mail)" <judi.vogel@engageenergy.com>, "Kevin Legg (E-mail)" <klegg@utilicorp.com>, "Kevin O'Toole (E-mail)" <kevin.f.otoole@usa.conoco.com>, "Kim Olinger (E-mail)" <kolinge@ect.enron.com>, "Mark T. Mitchell (E-mail)" <mitchellm2@epenergy.com>, "Mark Baldwin (E-mail)" <igsinc@ix.netcom.com>, "Mike Bucher (E-mail)" <mike_bucher@oxy.com>, "Phil Richardson (E-mail)" <pwri@dynegy.com>, "Ray McCluer (E-mail)" <RMcCluer@SouthernEnergy.com>, "Rick Wadle (E-mail)" <rick.wadle@southernenergy.com>, "srmo@dynegy. com (E-mail)" <srmo@dynegy.com>, "Stephanie Katz (E-mail)" <SKatz@sempratrading.com>, "Steve Scheffler (E-mail)" <scheffsp@bp.com>, "Steve South (E-mail)" <ssouth@ect.enron.com>, "Tim Miller (E-mail)" <millertr@bp.com>, "Tom Gary (E-mail)" <tgary@pcenergy.com>, "Troy Brothers (E-mail)" <tbrother@utilicorp.com>, "Kevin Robbins (E-mail)" <robbinkr@bp.com>, "Tom Toerner (E-mail)" <thomas_j_toerner@reliantenergy.com>, "Skip Thevenot (E-mail)" <skip_s_thevenot@reliantenergy.com>, "Stacy Chang (E-mail)" <schang@cook-inlet.com>, "Kevin Coyle (E-mail)" <kevin.coyle@engageenergy.com>, "Jacques, Doug" <Doug.Jacques@neg.pge.com>, "Skip Simmons (E-mail)" <skip.simmons@southernenergy.com>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Thursday, November 2 is our next, less than quarterly, meeting to up date you
on events that willl affect your business in the Western U.S.
The meeting is at the Hyatt downtown, 1200 Louisiana, starting at 11:30AM.? A
casual lunch will be served.? The meeting will start at 12:30PM.? If we can
make it last with lots of good questions and a healthy exchange of views,
cocktails will be on me in the lobby bar after the meeting--meeting
attendance is manditory.? The agenda looks like this:
The ever popular Parking Service--An overview with discussion of Pipeline
Inventory issues and the go forward plan to help fix the problem.
A rundown on the elimination of the IT Queue and our filing for re-hearing
An overview of West Region demand and expansion plans--everyone will want to
sign up for this
Implementation of IT blanket based discounting--maybe, only if you're good
Nomination dynamics and pro rata ranking plan implementation
E-Trans implementation
AND FINALLY--TCPL will present their gas supply views for the Alberta
systems--an added bonus!
This is also an opportunity for you to share changes in your organizations
that others would apppreciate knowing about--name changes, mergers, spin
offs, divestitures, etc.
Feel free to nominate others in your organization that would benefit.
?
*************************************************************************
PGONational Energy Group and any other company referenced
herein which uses the PGOname or logo are not the same company
as Pacific Gas and Electric Company, the California utility. These
companies are not regulated by the California Public Utilities Commission,
and customers do not have to buy products from these companies in
order to continue to receive quality regulated services from the utility.
**************************************************************************

View File

@ -0,0 +1,24 @@
Message-ID: <10799918.1075855472169.JavaMail.evans@thyme>
Date: Tue, 12 Dec 2000 09:11:00 -0800 (PST)
From: enron.announcements@enron.com
To: all.houston@enron.com
Subject: Weather Alert
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Enron Announcements
X-To: All Enron Houston
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
The potential for freezing rain and hazardous road conditions may be present
this evening and early tomorrow morning particularly in the northern and
western parts of the city. Please monitor local news and weather forecasts
and use your judgement to insure a safe commute.
The Enron building will be open for business tomorrow, Wednesday, December
13th. If there should be any change of building status, notice will be given
on the building hotline and accessible by calling 713-750-5142.

View File

@ -0,0 +1,19 @@
Message-ID: <10808611.1075855475017.JavaMail.evans@thyme>
Date: Mon, 13 Nov 2000 10:46:00 -0800 (PST)
From: enron.announcements@enron.com
To: enron.states@enron.com
Subject: Holiday Schedule 2001
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Enron Announcements
X-To: Enron Employees United States
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Please click on the URL below for Enron's 2001 Holiday Schedule.
http://home.enron.com:84/messaging/2001sched.jpg

View File

@ -0,0 +1,27 @@
Message-ID: <10867948.1075855491108.JavaMail.evans@thyme>
Date: Wed, 25 Apr 2001 01:24:00 -0700 (PDT)
From: ina.rangel@enron.com
To: phillip.allen@enron.com, keith.holst@enron.com, mike.grigsby@enron.com,
frank.ermis@enron.com, steven.south@enron.com,
monique.sanchez@enron.com, jane.tholt@enron.com,
tori.kuykendall@enron.com, jay.reitmeyer@enron.com,
susan.scott@enron.com, matthew.lenhart@enron.com,
randall.gay@enron.com
Subject: Thank You
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Ina Rangel
X-To: Phillip K Allen, Keith Holst, Mike Grigsby, Frank Ermis, Steven P South, Monique Sanchez, Jane M Tholt, Tori Kuykendall, Jay Reitmeyer, Susan M Scott, Matthew Lenhart, Randall L Gay
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Thank you everyone for my gift card to Foley's. I will definelty have fun
using that. You are all a great bunch to work for.
Thanks again!
Ina

View File

@ -0,0 +1,50 @@
Message-ID: <10886338.1075855477793.JavaMail.evans@thyme>
Date: Mon, 31 Jan 2000 08:37:00 -0800 (PST)
From: frank.ermis@enron.com
To: jkho@dynegy.com
Subject: As requested
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Frank Ermis
X-To: jkho@dynegy.com
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
---------------------- Forwarded by Frank Ermis/HOU/ECT on 01/31/2000 04:36
PM ---------------------------
Dale Neuner on 01/31/2000 02:14:45 PM
To: Frank Ermis/HOU/ECT@ECT
cc:
Subject: As requested
EOL Transaction 79346
US Gas Phy Index IF NWPL RkyMtn Feb00 USD/MM
A US Gas Transaction with Enron North America Corp., under which Seller shall
sell and Buyer shall purchase a
quantity of natural gas equal to the Daily Contract Quantity at the Contract
Price on a firm basis. The Contract Price
shall be derived from the Index, as adjusted by the price submitted by
Counterparty via the website. The Period of
Delivery shall be from the Effective Date through the Termination Date.
The term of the Transaction shall be from the Effective Date of 01 Feb 2000
to the Termination Date of 29 Feb 2000.
The transaction is for delivery at Opal Plant Tailgate.
The Index for a month shall be the Northwest Pipeline Corp. - Rocky Mountains
price as listed in the section
entitled "Prices of Spot Gas Delivered to Pipelines", published in the first
issue in such month of Inside Ferc's
Gas Market Report.
The price is quoted in US Dollars per unit of volume, which will be the
Contractual Currency.
The unit of measure against which the price is quoted shall be millions of
British thermal units and the quantity
shown shall be in millions of BTUs per day.

View File

@ -0,0 +1,55 @@
Message-ID: <10936925.1075855475152.JavaMail.evans@thyme>
Date: Fri, 10 Nov 2000 13:09:00 -0800 (PST)
From: perfmgmt@enron.com
To: frank.ermis@enron.com
Subject: Year End 2000 Performance Feedback
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: "perfmgmt@enron.com"<perfmgmt@enron.com>
X-To: frank.ermis@enron.com
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
NOTE: YOU WILL RECEIVE THIS MESSAGE EACH TIME YOU ARE SELECTED AS A REVIEWER.
You have been selected to participate in the Year End 2000 Performance
Management process by providing meaningful feedback on specific employee(s).
Your feedback plays an important role in the process, and your participation
is critical to the success of Enron's Performance Management goals.
To complete requests for feedback, access PEP at http://pep.corp.enron.com
and select Perform Review under Performance Review Services. You may begin
providing feedback immediately and are requested to have all feedback forms
completed by Friday, November 17, 2000.
If you have any questions regarding PEP or your responsibility in the
process, please contact the PEP Help Desk at:
Houston: 1.713.853.4777, Option 4
London: 44.207.783.4040, Option 4
Email: perfmgmt@enron.com
Thank you for your participation in this important process.
The following is a CUMULATIVE list of employee feedback requests with a
status of "OPEN." Once you have submitted or declined an employee's request
for feedback, their name will no longer appear on this list.
Review Group: ENRON
Feedback Due Date: Nov 17, 2000
Employee Name Supervisor Name Date Selected
------------- --------------- -------------
CHRISTIANSEN, SUZANNE D RANDALL L GAY Nov 01, 2000
FRANK, CAROLE C DARRON C GIRON Nov 01, 2000
GAY, RANDALL L ROBERT A SUPERTY Nov 01, 2000
LENHART, MATTHEW F PHILLIP K ALLEN Oct 31, 2000
LUCCI, PAUL T MARK WHITT Nov 02, 2000
WOLFE, JASON DARRON C GIRON Nov 06, 2000

View File

@ -0,0 +1,121 @@
Message-ID: <11057183.1075855488951.JavaMail.evans@thyme>
Date: Tue, 8 May 2001 09:32:00 -0700 (PDT)
From: achrisco@prosrm.com
To: fermis@ect.enron.com
Subject: Don Sinclair, Energy Industry Leader, Keynote Speaker
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: quoted-printable
X-From: achrisco@prosrm.com
X-To: fermis@ect.enron.com
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
..at PROS Trading and Storage Revenue Optimization Seminar
May 8, 2001=01*Houston=01* PROS Revenue Management, the world=01,s leader i=
n revenue=20
management science and software, and the pioneer and dominant provider of=
=20
revenue management to the airline and energy industries, today announced th=
at=20
Don Sinclair will be the keynote speaker at the PROS Trading and Storage=20
Revenue Optimization Seminar. The focus of the seminar will be a discussio=
n=20
and demonstration of the benefits of trading and storage revenue=20
optimization in the energy industry. The seminar will be hosted by PROS=20
Revenue Management at their new facility in midtown Houston, located at 31=
00=20
Main Street and Elgin on Tuesday, May 22, from 1:00 - 3:30 pm.
Don Sinclair currently provides strategic consulting services to the energy=
=20
industry. He has been involved in the energy industry since deregulation=
=20
began in the early 1980s. He served as president of Duke Energy Trading an=
d=20
Marketing LLC, from April 1997 to September 1998. Prior to joining Duke,=
=20
Sinclair served as senior vice president of Tenneco Energy and president of=
=20
Tenneco Energy Resources. Mr. Sinclair was also one of the original=20
principals of Dynegy, where he served eight years in various officer=20
positions, including senior vice president and chief risk officer. At Dyneg=
y=20
he was in charge of all risk management activities and commercial operation=
s.
=01&This seminar will outline a powerful new set of pricing and revenue=20
optimization tools for the energy industry ,=018 says Matt Johnson, PROS=
=01,=20
Senior VP of Energy. =01&Our products have been at the vanguard of pricing=
and=20
revenue optimization for over fifteen years, and at this seminar we will=20
demonstrate how two of our newest energy products =01) the PROS Trading=20
Optimization System and the PROS Storage Revenue Management System =01) are=
=20
delivering unprecedented revenue lifts to the energy marketplace.=018
PROS=01, Trading Optimization System enables customers to increase deal=20
profitability by 10-25% across their entire gas business in real-time. PRO=
S=20
Storage Revenue Management System has been shown to increase revenues from=
=20
the sale of storage capacity by 7-25% after initial implementations. Both=
=20
PROS Trading Optimization System and PROS Storage Revenue Management System=
=20
are built on the PROS Enterprise Platform=01,s world leading forecasting,=
=20
pricing and optimization science, generating revenue and profits for PROS=
=01,=20
clients worldwide.
To find out more information about the PROS Trading and Storage Revenue=20
Optimization Seminar, please contact Tricia Stewart at 713-335-8056, or=20
register at PROS=01, registration page on the Internet at=20
www.prosrm.com/energy/seminar_registration.htm.
About PROS Revenue Management
PROS Revenue Management is the world=01,s leader in pricing and revenue=20
optimization solutions and the pioneer and dominant provider of revenue=20
management to the airline and energy industries. PROS provides system=20
solutions to the airline, cargo, rail, energy, healthcare and broadcast=20
industries, and has delivered over 200 systems to more than 80 clients in 3=
7=20
countries. PROS=01, clients include 17 of the top 25 carriers in the airlin=
e=20
industry.
The PROS mission is to maximize the revenue of each client using PROS=01,=
=20
world-leading revenue management science, systems solutions, and best=20
practices business consulting. PROS=01, clients report annual incremental=
=20
revenue increases of 6-8% as a result of revenue management. PROS=01, solut=
ions=20
forecast demand, optimize inventory, and provide dynamic pricing to maximiz=
e=20
revenue.
Founded in 1985 in Houston, PROS Revenue Management has a six-year compound=
ed=20
revenue growth of 40%, in large part due to the intellectual capital of its=
=20
staff. Nearly half of PROS=01, professional staff has advanced degrees and =
the=20
staff speaks a cumulative total of 26 languages. The company is profitable=
=20
with Year 2000 revenue of $29 million. For more information on PROS Revenue=
=20
Management, please visit www.prosRM.com or call 713-335-5253.
Contact:
Candy Haase =01) VP Marketing
713-335-5253 / 713-335-8144 =01) fax
chaase@prosRM.com

View File

@ -0,0 +1,30 @@
Message-ID: <11063203.1075855473726.JavaMail.evans@thyme>
Date: Wed, 29 Nov 2000 02:02:00 -0800 (PST)
From: phillip.allen@enron.com
To: frank.ermis@enron.com
Subject: Enron's December physical fixed price deals as of 11/28/00
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Phillip K Allen
X-To: Frank Ermis
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
---------------------- Forwarded by Phillip K Allen/HOU/ECT on 11/29/2000
10:01 AM ---------------------------
Anne Bike@ENRON
11/28/2000 09:04 PM
To: pallen70@hotmail.com, prices@intelligencepress.com, lkuch@mh.com
cc: Darron C Giron/HOU/ECT@ECT, Mike Grigsby/HOU/ECT@ECT, Monique
Sanchez/HOU/ECT@ECT, Phillip K Allen/HOU/ECT@ECT
Subject: Enron's December physical fixed price deals as of 11/28/00
Attached please find the spreadsheet containing the above referenced
information.

View File

@ -0,0 +1,112 @@
Message-ID: <11115985.1075855488506.JavaMail.evans@thyme>
Date: Fri, 11 May 2001 08:48:00 -0700 (PDT)
From: outlook.team@enron.com
To: cheryl.wilchynski@enron.com, cindy.ward@enron.com, jo.hill@enron.com,
sonja.galloway@enron.com, bilal.bajwa@enron.com, binh.pham@enron.com,
bradley.jones@enron.com, bruce.mills@enron.com,
chance.rabon@enron.com, chuck.ames@enron.com,
david.baumbach@enron.com, jad.doan@enron.com,
o'neal.winfree@enron.com, phillip.love@enron.com,
sladana-anna.kulic@enron.com, victor.guggenheim@enron.com,
alejandra.chavez@enron.com, anne.bike@enron.com,
carole.frank@enron.com, darron.giron@enron.com,
elizabeth.hernandez@enron.com, elizabeth.shim@enron.com,
jeff.royed@enron.com, kam.keiser@enron.com, kimat.singla@enron.com,
kristen.clause@enron.com, kulvinder.fowler@enron.com,
kyle.lilly@enron.com, luchas.johnson@enron.com,
maria.garza@enron.com, patrick.ryder@enron.com,
ryan.o'rourke@enron.com, yuan.tian@enron.com, frank.ermis@enron.com,
jane.tholt@enron.com, jay.reitmeyer@enron.com, keith.holst@enron.com,
matthew.lenhart@enron.com, mike.grigsby@enron.com,
monique.sanchez@enron.com, phillip.allen@enron.com,
randall.gay@enron.com, tori.kuykendall@enron.com,
ina.norman@enron.com, jackie.travis@enron.com,
michael.gasper@enron.com, brenda.fletcher@enron.com,
jeanne.wukasch@enron.com, mary.franklin@enron.com,
mike.potter@enron.com, natalie.baker@enron.com,
suzanne.calcagno@enron.com, albert.stromquist@enron.com,
rajesh.chettiar@enron.com, derek.anderson@enron.com,
brad.horn@enron.com, camille.gerard@enron.com, cathy.lira@enron.com,
daniel.castagnola@enron.com, eva.tow@enron.com, lam.nguyen@enron.com,
andy.pace@enron.com, anna.santucci@enron.com,
claudia.guerra@enron.com, clayton.vernon@enron.com,
david.ryan@enron.com, eric.smith@enron.com, grace.kim@enron.com,
jason.kaniss@enron.com, kevin.cline@enron.com, rika.imai@enron.com,
todd.decook@enron.com, beth.jensen@enron.com,
billi.harrill@enron.com, martha.sumner-kenney@enron.com,
phyllis.miller@enron.com, sandy.olofson@enron.com,
theresa.byrne@enron.com, danny.mccarty@enron.com, denis.tu@enron.com,
john.ayres@enron.com, john.millar@enron.com,
julie.armstrong@enron.com, maggie.schroeder@enron.com,
max.brown@enron.com, randy.cantrell@enron.com, tracy.scott@enron.com,
charles.muzzy@enron.com, cora.pendergrass@enron.com,
darren.espey@enron.com, jessica.white@enron.com,
kevin.brady@enron.com, kirk.lenart@enron.com, lisa.kinsey@enron.com,
margie.straight@enron.com, mark.schrab@enron.com,
souad.mahmassani@enron.com, tammy.gilmore@enron.com,
teresa.mcomber@enron.com, wes.dempsey@enron.com,
barry.feldman@enron.com, catherine.huynh@enron.com
Subject: 1-URGENT - Outlook Email Notification (new)
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: quoted-printable
X-From: Outlook Migration Team
X-To: Cheryl Wilchynski, Cindy R Ward, Jo Ann Hill, Sonja Galloway, Bilal Bajwa, Binh Pham, Bradley Jones, Bruce Mills, Chance Rabon, Chuck Ames, David Baumbach, Jad Doan, O'Neal D Winfree, Phillip M Love, Sladana-Anna Kulic, Victor Guggenheim, Alejandra Chavez, Anne Bike, Carole Frank, Darron C Giron, Elizabeth L Hernandez, Elizabeth Shim, Jeff Royed, Kam Keiser, Kimat Singla, Kristen Clause, Kulvinder Fowler, Kyle R Lilly, Luchas Johnson, Maria Garza, Patrick Ryder, Ryan O'Rourke, Yuan Tian, Frank Ermis, Jane M Tholt, Jay Reitmeyer, Keith Holst, Matthew Lenhart, Mike Grigsby, Monique Sanchez, Phillip K Allen, Randall L Gay, Tori Kuykendall, Ina Norman, Jackie Travis, Michael J Gasper, Brenda H Fletcher, Jeanne Wukasch, Mary Theresa Franklin, Mike Potter, Natalie Baker, Suzanne Calcagno, Albert Stromquist, Rajesh Chettiar, Derek Anderson, Brad Horn, Camille Gerard, Cathy Lira, Daniel Castagnola, Eva Tow, Lam Nguyen, Andy Pace, Anna Santucci, Claudia Guerra, Clayton Vernon, David Ryan, Eric Smith, Grace Kim, Jason Kaniss, Kevin Cline, Rika Imai, Todd DeCook, Beth Jensen, Billi Harrill, Martha Sumner-Kenney, Phyllis Miller, Sandy Olofson, Theresa Byrne, Danny McCarty, Denis Tu, John A Ayres, John Millar, Julie Armstrong, Maggie Schroeder, Max Brown, Randy Cantrell, Tracy Scott, Charles T Muzzy, Cora Pendergrass, Darren Espey, Jessica White, Kevin Brady, Kirk Lenart, Lisa Kinsey, Margie Straight, Mark L Schrab, Souad Mahmassani, Tammy Gilmore, Teresa McOmber, Wes Dempsey, Barry Feldman, Catherine Huynh
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
OUTLOOK EMAIL NOTIFICATION
Your Date of Migration is: May 14th
YOU WILL BE UNABLE TO SEND E-MAIL unless you take the following action:
Please go through your Notes email and clean out as many old/un-needed emai=
l=20
items as possible BEFORE your date of migration.? After you are migrated to=
=20
Outlook you will only be allocated 100MB of total Mailbox space.?? If more=
=20
than this amount of data is migrated to Outlook YOU WILL NOT BE ABLE TO SEN=
D=20
E-MAIL until it is below the 100MB limit.? Cleaning up your Notes email now=
=20
will prevent this from happening to YOU.
Enron=01,s messaging platform is migrating from Lotus Notes to Microsoft Ou=
tlook=20
2000 worldwide. You will be accessing Outlook for all of your email=20
functions.=20
WHY IS ENRON MIGRATING TO OUTLOOK 2000?
Many factors contributed to the decision to migrate from Lotus Notes to=20
Microsoft Exchange/Outlook. The most prominent factors were:
? Significant advantages to moving to a product that is more integrated wit=
h=20
current Enron apps (Windows 2000, Office and Internet Explorer)
? More efficient Shared PC and Roaming User features
? Improved support and integration for Palm/CE devices
? Instant Messaging capabilities
WHAT IS BEING MIGRATED TO OUTLOOK 2000?
? Email Messages. From the date of your scheduled migration, the last (30)=
=20
thirty days of your Email will be converted for use in Outlook.
? All your folders in Notes you use to store email messages in.
? To Do Items
? Journal Items
? Calendar Entries dating from (1) one year in the past to (10) ten years i=
n=20
the future will be converted.
? Address Books, but NOT your Distribution Lists that you created. You wil=
l=20
need to re-create these in Outlook.
Thank you,
Outlook 2000 Migration Team

View File

@ -0,0 +1,51 @@
Message-ID: <11228136.1075855476540.JavaMail.evans@thyme>
Date: Thu, 2 Nov 2000 00:14:00 -0800 (PST)
From: perfmgmt@enron.com
To: frank.ermis@enron.com
Subject: Year End 2000 Performance Feedback
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: "perfmgmt@enron.com"<perfmgmt@enron.com>
X-To: frank.ermis@enron.com
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
NOTE: YOU WILL RECEIVE THIS MESSAGE EACH TIME YOU ARE SELECTED AS A REVIEWER.
You have been selected to participate in the Year End 2000 Performance
Management process by providing meaningful feedback on specific employee(s).
Your feedback plays an important role in the process, and your participation
is critical to the success of Enron's Performance Management goals.
To complete requests for feedback, access PEP at http://pep.corp.enron.com
and select Perform Review under Performance Review Services. You may begin
providing feedback immediately and are requested to have all feedback forms
completed by Friday, November 17, 2000.
If you have any questions regarding PEP or your responsibility in the
process, please contact the PEP Help Desk at:
Houston: 1.713.853.4777, Option 4
London: 44.207.783.4040, Option 4
Email: perfmgmt@enron.com
Thank you for your participation in this important process.
The following is a CUMULATIVE list of employee feedback requests with a
status of "OPEN." Once you have submitted or declined an employee's request
for feedback, their name will no longer appear on this list.
Review Group: ENRON
Feedback Due Date: Nov 17, 2000
Employee Name Supervisor Name Date Selected
------------- --------------- -------------
FRANK, CAROLE C JEFFREY C GOSSETT Nov 01, 2000
GAY, RANDALL L ROBERT A SUPERTY Nov 01, 2000

View File

@ -0,0 +1,44 @@
Message-ID: <11426317.1075855489842.JavaMail.evans@thyme>
Date: Wed, 2 May 2001 02:30:00 -0700 (PDT)
From: office.chairman@enron.com
To: all.worldwide@enron.com
Subject: Cliff Baxter
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: quoted-printable
X-From: Office of the Chairman
X-To: All Enron Worldwide
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
It is with sadness and regret that we announce that Cliff Baxter is resigni=
ng=20
as an employee of Enron. We are happy, though, that Cliff=01,s primary rea=
son=20
for resigning is to spend more time with his family.
Cliff is a unique talent. His creativity, intelligence, sense of humor, an=
d=20
straightforward manner have been assets to the company throughout his=20
career. He will be missed.
Cliff joined Enron in 1991 and was a key member of the team that built Enro=
n=01,
s wholesale business. Before becoming Vice Chairman of Enron, Cliff served=
=20
in a variety of positions in Enron=01,s wholesale businesses, culminating i=
n his=20
appointment as Chairman and Chief Executive Officer of Enron North America =
in=20
1999.
We have asked Cliff, and he has agreed, to continue in a consulting role fo=
r=20
the company while concluding negotiations on a number of key asset=20
dispositions.
Please join us in thanking Cliff for his service to the company and in=20
wishing him the very best.

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,197 @@
Message-ID: <11634906.1075855473082.JavaMail.evans@thyme>
Date: Tue, 5 Dec 2000 04:18:00 -0800 (PST)
From: susan.t.turpin@williams.com
To: abenton@utilicorp.com, abenton@utilicorp.com, agcdu1@triax.com,
agcdu6@triax.com, anita.reubens@swgas.com, bblanar@coral-energy.com,
bob.mattice@engageenergy.com, bob.mattice@engageenergy.com,
browning@wasatchenergy.com, bruce.langmade@fortjamesmail.com,
bymank@wdni.com, cards@wdni.com, ccoyle@americansoda.com,
cmcgra@puget.com, cridin@puget.com, dave.dungan@weyerhaeuser.com,
deborahs@kimballenergy.com, derek.danyliw@husky-oil.com,
dlh@nwnatural.com, fermis@enron.com, gacynth_adam@transcanada.com,
geek@bp.com, gilesmh@bp.com, janderson@clarkpud.com,
jane@itcoworld.com, jennifer_owen@pgn.com,
jmmcarthur@duke-energy.com, jsanders@clarkpud.com,
kims@kimballenergy.com, klambe@puget.com, kri.pam@pdg.net,
llightfoot@coral-energy.com, lmanis@sdge.com, lprior@enron.com,
niels_a_vervloet@reliantenergy.com, ramperms@bp.com,
rfm@nwnatural.com, robert.harp@engageenergy.com,
robert.harp@engageenergy.com, rony@panalberta.com,
ryan.watt@enron.com, sbrewer@enron.com, scotts@kimballenergy.com,
sghill@bcgas.com, sgwi@dynegy.com, spjutd2@wdni.com,
ssouth@enron.com, stephane.brodeur@enron.com,
tdizona@coral-energy.com, tgilliam@avistaenergy.com,
tom.mckay@engageenergy.com, tom.mckay@engageenergy.com,
val_yildirok@pgn.com, wharlan@ix.netcom.com,
zcourns@national-fuel.com
Subject: NWP System Notice - 01-178 Soliciting Electronic Bids for Av
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
X-From: "Turpin, Susan T" <Susan.T.Turpin@Williams.com>
X-To: "'abenton@utilicorp.com'" <abenton@utilicorp.com>, "'abenton@utilicorp.com'" <abenton@utilicorp.com>, "'agcdu1@triax.com'" <agcdu1@triax.com>, "'agcdu6@triax.com'" <agcdu6@triax.com>, "'anita.reubens@swgas.com'" <anita.reubens@swgas.com>, "'bblanar@coral-energy.com'" <bblanar@coral-energy.com>, "'BOB.MATTICE@ENGAGEENERGY.COM'" <BOB.MATTICE@ENGAGEENERGY.COM>, "'BOB.MATTICE@ENGAGEENERGY.COM'" <BOB.MATTICE@ENGAGEENERGY.COM>, "'browning@wasatchenergy.com'" <browning@wasatchenergy.com>, "'bruce.langmade@fortjamesmail.com'" <bruce.langmade@fortjamesmail.com>, "'bymank@wdni.com'" <bymank@wdni.com>, "'cards@wdni.com'" <cards@wdni.com>, "'ccoyle@americansoda.com'" <ccoyle@americansoda.com>, "'cmcgra@puget.com'" <cmcgra@puget.com>, "'cridin@puget.com'" <cridin@puget.com>, "'Dave.Dungan@Weyerhaeuser.com'" <Dave.Dungan@Weyerhaeuser.com>, "'deborahs@kimballenergy.com'" <deborahs@kimballenergy.com>, "'derek.danyliw@husky-oil.com'" <derek.danyliw@husky-oil.com>, "'dlh@nwnatural.com'" <dlh@nwnatural.com>, "'FERMIS@ENRON.COM'" <FERMIS@ENRON.COM>, "'gacynth_adam@transcanada.com'" <gacynth_adam@transcanada.com>, "'geek@bp.com'" <geek@bp.com>, "'gilesmh@bp.com'" <gilesmh@bp.com>, "'janderson@clarkpud.com'" <janderson@clarkpud.com>, "'jane@itcoworld.com'" <jane@itcoworld.com>, "'jennifer_owen@pgn.com'" <jennifer_owen@pgn.com>, "'jmmcarthur@duke-energy.com'" <jmmcarthur@duke-energy.com>, "'jsanders@clarkpud.com'" <jsanders@clarkpud.com>, "'kims@kimballenergy.com'" <kims@kimballenergy.com>, "'Klambe@puget.com'" <Klambe@puget.com>, "'kri.pam@pdg.net'" <kri.pam@pdg.net>, "'llightfoot@coral-energy.com'" <llightfoot@coral-energy.com>, "'lmanis@sdge.com'" <lmanis@sdge.com>, "'LPRIOR@ENRON.COM'" <LPRIOR@ENRON.COM>, "'niels_a_vervloet@reliantenergy.com'" <niels_a_vervloet@reliantenergy.com>, "'ramperms@bp.com'" <ramperms@bp.com>, "'rfm@nwnatural.com'" <rfm@nwnatural.com>, "'ROBERT.HARP@ENGAGEENERGY.COM'" <ROBERT.HARP@ENGAGEENERGY.COM>, "'ROBERT.HARP@ENGAGEENERGY.COM'" <ROBERT.HARP@ENGAGEENERGY.COM>, "'rony@panalberta.com'" <rony@panalberta.com>, "'ryan.watt@enron.com'" <ryan.watt@enron.com>, "'SBREWER@ENRON.COM'" <SBREWER@ENRON.COM>, "'scotts@kimballenergy.com'" <scotts@kimballenergy.com>, "'sghill@bcgas.com'" <sghill@bcgas.com>, "'sgwi@dynegy.com'" <sgwi@dynegy.com>, "'spjutd2@wdni.com'" <spjutd2@wdni.com>, "'SSOUTH@ENRON.COM'" <SSOUTH@ENRON.COM>, "'stephane.brodeur@enron.com'" <stephane.brodeur@enron.com>, "'tdizona@coral-energy.com'" <tdizona@coral-energy.com>, "'tgilliam@avistaenergy.com'" <tgilliam@avistaenergy.com>, "'tom.mckay@engageenergy.com'" <tom.mckay@engageenergy.com>, "'tom.mckay@engageenergy.com'" <tom.mckay@engageenergy.com>, "'val_yildirok@pgn.com'" <val_yildirok@pgn.com>, "'wharlan@ix.netcom.com'" <wharlan@ix.netcom.com>, "'zcourns@national-fuel.com'" <zcourns@national-fuel.com>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Post Date: December 05, 2000
Category: SHORT-TERM FIRM CAPACITY
Subcategory: NWP OFFERS
Subject: 01-178 Soliciting Electronic Bids for Av
Notice Text:
All Shippers Notification: 01-178?????? ??????? ??????? Dated December 5,
2000
TO:???? ALL SHIPPERS
FROM:?? Candace C. Karpakis- (801) 584-6996 wk
?????????????????????????????????????????????????????????????? (801) 971-5983
cellular??????????????????????????????
?????????????????????? Williams Gas Pipeline-West
?????????????????????? Northwest Pipeline Transportation
SUBJECT:??????? SOLICITING ELECTRONIC BIDS FOR AVAILABLE FIRM MAINLINE
TRANSPORTATION??????????????????????? CAPACITY ON NORTHWEST'S TRANSMISSION
SYSTEM
Northwest has posted the following package of available firm TF-1 Large
Customer transportation capacity to its Electronic Bulletin Board ("EBB") for
competitive bid pursuant to the "Right-of-First-Refusal; Posting of Pipeline
Capacity" provision of Northwest's Tariff, which requires availability of
capacity to be posted to the EBB subject to bid.? All prearranged terms are
indicated below, if applicable.? The prearranged shipper has the right to
match the highest economic value at the end of the bid period.? If the
prearranged shipper does not match the highest economic value, award of such
capacity will be made according to Northwest's tariff.
NOTE:? BIDS FOR POSTED CAPACITY WILL BE CONDUCTED ELECTRONICALLY AS CLOSED
BIDS ON NORTHWEST PIPELINE'S EBB.? Please contact Candace Karpakis or your
Marketing Services Representative if you encounter any problems with your EBB
bid(s).? DON'T WAIT UNTIL THE LAST MINUTE TO POST YOUR BID.? Time deadlines
are electronically monitored and implemented.
PACKAGE "BB"
From the November 14, 2000 Posting
EBB OFFER # 451
RECEIPT? ?????? DELIVERY??????? ???? TOTAL????? INITIAL PRIMARY PREARRANGED
?POINT? ???????? POINT???????????????? DTH/D???? CONTRACT TERM? ?? OFFER??
X-Over-16??????????????????????????? Clay Basin??????????? 10,000???????
12/07/00 - 12/31/00??? ??? YES
Min. Acceptable Bid:??? $0.03 per Dth of daily Reservation Contract Demand
for Flexible Receipt/Delivery Point Rights
Min. Acceptable Bid Vol:??????? 1 Dth/d
Max. Acceptable Bid Vol:??????? 10,000 Dth/d
Bid Open Date:? ??????? 12/05/00 - (Noon Central Time)
Bid Close Date: ??????? 12/06/00 - (Noon Central Time)
Award Deadline: ??????? 12/06/00 - (1:00 pm Central Time)
Evergreen:????? ??????? ??????? Month to Month, Ten (10) Business Days Prior
Written Notice by Either Party
Special Terms & Cond:?? ??????? See 1, 2 and 3 Below.
SPECIAL TERMS AND CONDITIONS
1. The discount rate shall apply to points utilized by the original shipper
entering into the transportation agreement with Northwest.
2. A shipper will be allowed to release and/or segment and release the
capacity and shipper and replacement shipper may utilize any available points
on Northwest's transmission system without impacting the discount for the
original shipper.
3. This prearranged offer is for a reservation contract demand rate.? In
addition to the Reservation Charge Bid, shipper will pay the volumetric
charge, the applicable surcharges and fuel.
?
PROCEDURE FOR BIDDING FOR
AVAILABLE TRANSPORTATION CAPACITY
The following guidelines will be adhered to for all posted packages of
transportation capacity for electronic bid ("package or packages"):
1. Shipper must submit a separate electronic bid for each package of
available transportation capacity.? Multiple electronic bid(s) can be
submitted for the total available transportation capacity under the specified
package OR multiple rates can be submitted each for a partial amount of
available transportation capacity under the specified package.? If the same
Shipper submits multiple bids, the highest present value for such package of
available transportation capacity shall be considered the valid bid. All
other bids from the same Shipper for the same package of transportation
capacity will be discarded.
2. Northwest awards bids based on a net present value calculation.? If bid
rate is less than minimum tariff rate, the following formula is utilized:?
Bid Rate x FERC Interest Rate x The Maximum Bid Quantity x 365 days/100/12;
or if the maximum rate is bid, the following formula is utilized:? Bid Rate x
FERC Interest Rate x Maximum Bid Quantity x days bid/100. In case of a tie,
each tied shipper will have the right to improve its bid by submitting an
improved bid within 24 hours of the bid close time.? Such improved bid shall
be faxed to (801) 584-7076 to Candace Karpakis or Patrick Aman.? If a tie
still exists, such capacity shall be awarded on a prorata basis.
3. Northwest will not accept bids with a primary contract term (Term) longer
than indicated for the capacity unless maximum rate is bid.
INSTRUCTIONS FOR CREATING A BID FOR
NORTHWEST'S FIRM CAPACITY RELEASE OFFERS
1. Select "CAPACITY RELEASE" application in Northwest Passage.
2. Select "CREATE/SUB BID FOR NWP CAP" application.? All current offers will
appear.
3. Highlight the offer you are interested in by clicking the left mouse
button on the offer.
4. Select the "TERMS & COND" button at the top of the screen, which is now
active.? The screen will allow you to review the conditions of the offer.?
Close this screen when you have finished reviewing.
5. At this point you can review current bids posted for this offer by
selecting the "VIEW BID" button.? Close this screen when you have finished
viewing.
6. If you would like to create a bid for this offer, select "CREATE BID"
button.
7. If you want to bid the maximum rate for the capacity, select the "BID MAX
RATE" button.
8. Highlight the "END DATE" if you want to modify the end date of the term of
your offer.
9. If you want to modify the receipt/delivery point maximum and minimum
volume, highlight the receipt/delivery point section with the left mouse
button and modify accordingly. Select "SAVE".? If an error appears at the
button of the screen, the error will need to be corrected and the data will
need to be saved again.? If successful, a message will appear indicating the
bid information has saved and the bid rate must be entered.? Select "OK".
10. Select the "RATE" button.? Enter the bid rate.? Select "SAVE".
You have just "CREATED" your bid for the offer.? You now need to "SUBMIT"
your bid as follows:
11. Close out of all screens and return to the "CAPACITY RELEASE" menu
screens.
12. To Submit or Review your bid(s), select the "REV/SUB/WDRW NWP CAP BID"
button.? All of your bids will appear.? Highlight the "BID IN DRAFT STATUS"
that you would like to submit.? Select the "SUBMIT" button at the top of the
screen to post the bid.
To Withdraw your bid(s), select the "REV/SUB/WDRW NWP CAP" button.? All of
your bids will appear.? If the bid has not yet been submitted, highlight the
"BID IN DRAFT STATUS" that you would like to withdraw.? Select the "WITHDRAW"
button at the top of the screen to withdraw the bid.? After a bid has been
withdrawn, you can select the "DELETE" button at the top of the screen to
delete it from the screen.
NOTE:? After each selection, always "REFRESH" the screen to get the latest
status.
Word: F\Short Term/Capacity for Bid-All 2000 December 5, 2000 01-177.doc

View File

@ -0,0 +1,324 @@
Message-ID: <1172291.1075855476567.JavaMail.evans@thyme>
Date: Thu, 2 Nov 2000 22:30:00 -0800 (PST)
From: enerfax1@bellsouth.net
To: enerfaxweb@egroups.com
Subject: Enerfax Daily's free web version of gas & power prices and info
Click and go to http://www.enerfax.com if can not view properly.htm
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
X-From: "fastaccess" <enerfax1@bellsouth.net>
X-To: <enerfaxweb@egroups.com>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
?
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE]
[IMAGE]
Click here for a daily email link
Enerfax Daily
[IMAGE]
[IMAGE]
Enerfax Daily? -? Page ? -? November 2, 2000? -? ? Need a Past Issue
-Click Here
[IMAGE]
[IMAGE]
Enerfax Daily? -? Page ? -? November 2, 2000
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
Enerfax Daily? -? Page 5? -? November 2, 2000
[IMAGE]
output to 50 MMcf per day over the next week. After pumping that rate for a
month, it will increase volumes to 75 MMcf per day, just above the rate at
which the first Fort Liard well, K-29, is producing. Chevron is operator and
has a 43.4% stake in the two wells. Purcell has 24% and Berkley, 21%. Among
the other partners are Anderson Exploration, Paramount Resources and
Canadian Natural Resources.
Chevron's Second Fort Liard Natural Gas Well Starts Output
? ? Chevron Canada Resources has started production of natural gas from the
second of two wells it drilled in the southern part of Canada's Fort
Liard-area in southwestern Northwest Territories and hopes to lift output to
capacity rates in a month. Chevron says the M-25 well was producing at 35
MMcf per day, one month ahead of schedule, and it planned to increase
[IMAGE]
[IMAGE]
Natural? Gas? Storage? Report
[IMAGE]
[IMAGE]
? ? ? ? ? ? Week? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Prev?
? ? ? ? ? ?Ending? ? Prev? ? ? ? ? ? ? ? ? ?Prev? ? Year? ?
| Region | 10/27/00| Week | Diff | % Full | Year | % Full
| Prod? ?|? ?667? ?|? 649 |? 17? |? 70%? ?|? 852 |? 89%? ?
| East? ?|? 1660? ?| 1613 |? 48? |? 91%? ?| 1721 |? 94%? ?
| West? ?|? ?385? ?|? 380 |? ?5? |? 76%? ?|? 434 |? 86%? ?
|? ? ? ? |? ? ? ? ?|? ? ? |? ? ? |? ? ? ? |? ? ? |? ? ? ?
| Total? |? 2712? ?| 2642 |? 70? |? 82%? ?| 3007 |? 91%? ?
[IMAGE]
[IMAGE]
[IMAGE]
Enerfax Daily? -? Page 6? -? November 2, 2000
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
For more information, please Contact Ron Ford
at Ziff Energy Group, Houston, TX
(713) 627-8282 or Toll Free: 1-888-736-5780
Also, visit our web-site, www.ziffenergy.com, to review our Brochure.
[IMAGE]
[IMAGE]
PanCanadian and Quicksilver in Joint Venture
? ?
PanCanadian Petroleum plans to form a joint venture with Quicksilver
Resources to explore for natural gas in coal beds. PanCanadian and
Quicksilver's MGV Energy will look for methane on PanCanadian properties
near Calgary. The companies will share exploration and evaluation costs in
the venture. PanCanadian owns rights to more than a million acres in
southern Alberta.
[IMAGE]
Financial Summary
[IMAGE]
")} TC
[IMAGE]
- blnk.gif
- img16.gif
- img17.gif
- img18.gif
- img19.gif
- img20.gif
- img3.gif
- img21.gif
- img22.gif
- img23.gif
- img24.gif
- img25.gif
- img26.gif
- img27.gif
- img28.gif
- img29.gif
- img9.gif
- img30.gif
- id=1381847
- img31.gif

View File

@ -0,0 +1,31 @@
Message-ID: <11724446.1075855473008.JavaMail.evans@thyme>
Date: Tue, 5 Dec 2000 09:11:00 -0800 (PST)
From: ina.rangel@enron.com
To: frank.ermis@enron.com
Subject: Holiday Invitation
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Ina Rangel
X-To: Frank Ermis
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
---------------------- Forwarded by Ina Rangel/HOU/ECT on 12/05/2000 05:11 PM
---------------------------
Enron North America - Office of the Chairman
From: ENA Office of the Chairman@ENRON on 11/16/2000 08:12 PM
Sent by: Enron Announcements@ENRON
To: Houston ENA&EIM&EGM
cc:
Subject: Holiday Invitation
Please click on the attached link to launch your Holiday Party invitation.
http://invitation.enron.com
Please direct any questions to Dorie Hitchcock via email.

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,218 @@
Message-ID: <11845481.1075855492209.JavaMail.evans@thyme>
Date: Thu, 19 Apr 2001 02:58:00 -0700 (PDT)
From: smcfadden@igservice.com
To: frank.ermis@enron.com
Subject: [Fwd: FW: Wild Goose Open Season Package]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Suzanne McFadden <smcfadden@igservice.com>
X-To: frank.ermis@enron.com
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Frank,
I am attempting to re-deliver an e-mail that was addressed in error
originally. Please take a moment to review this forwarded Open Season
offer from our client company, Wild Goose Storage.
Thanks very much,
Suzanne
Return-Path: <mbaldwin@igservice.com>
Received: from falcon.mail.pas.earthlink.net ([207.217.120.74]) by crane
(EarthLink SMTP Server) with ESMTP id tds70c.qci.37tiu1c for
<smcfadden@igservice.com>; Wed, 18 Apr 2001 15:58:20 -0700 (PDT)
Received: from mark (pool0362.cvx21-bradley.dialup.earthlink.net
[209.179.193.107]) by falcon.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with
ESMTP id PAA04733 for <smcfadden@igservice.com>; Wed, 18 Apr 2001 15:55:11
-0700 (PDT)
From: mbaldwin@igservice.com
To: "Suzanne McFadden" <smcfadden@igservice.com>
Subject: FW: Wild Goose Open Season Package
Date: Wed, 18 Apr 2001 15:55:16 -0700
Message-ID: <000e01c0c85a$a24ad940$6bc1b3d1@mark>
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_NextPart_000_000F_01C0C81F.F5EC0140"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200
Importance: Normal
X-Mozilla-Status2: 00000000
-----Original Message-----
From: Ledene, Ben [mailto:BenLedene@aec.ca]
Sent: Monday, April 16, 2001 1:07 PM
To: Mark Baldwin (E-mail)
Subject: FW: Wild Goose Open Season Package
> -----Original Message-----
> From: Ledene, Ben
> Sent: Wednesday, April 11, 2001 4:39 PM
> To: Kathy Russeth (E-mail)
> Subject: FW: Wild Goose Open Season Package
>
>
>
> -----Original Message-----
> From: Ledene, Ben
> Sent: Wednesday, April 11, 2001 3:53 PM
> To: Alan Vallow; Angela Jones; Angela Jones (E-mail); Barry Brunelle
> (E-mail); Bill Collier; Bill Fagan (E-mail); Bill Wood; Brad Barnds
> (E-mail); Brent Balog; Brent Rook (E-mail); Carole Poulter; Cathy Bulf;
> Chris Kiriakou; Chris Price (E-mail); Colin Coe (E-mail); Dan Thomas;
> Daniel Kramer; Dave Clare (E-mail); Dave Jones (E-mail); Dave Kohler
> (E-mail); David Ellis (E-mail); David Kuhn; David Schnake; David Swapp;
> Denette Johnson (E-mail); Denis St. Jean; Don Clements (E-mail); Dorothy
> Rothrock; Ed Brewer (E-mail); Ed Yates; Edward Miller; Elena Schmid; Erin
> Mullane; Frank Ermis (E-mail); Gary Collins; Gary Kline (E-mail); Gary
> Venz (E-mail); Greg Salyer; Gwoon Tom (E-mail); Janet Aery; Jason
> Sandmaier (E-mail); Jay Cattermole; Jim Harlan; Jim Lynch; Joe Heller
> (E-mail); Joe Holmes; John Emley; Joseph Sestak (E-mail); Junona Jonas;
> Karen Jarrell; Katie Elder; Ken Bradley; Ken Downey; Ken Peck; Kevin Coyle
> (E-mail); Kevin Legg (E-mail); Kirk Ketcherside (E-mail); Kirk Kittleson;
> Kirk Morgan; Kirk Stone; KoKo Cordova; LoreLei Reid (E-mail); Lynn
> Dahlberg; Mark Baldwin (E-mail); Marshall Clark; Marty McFadden; Matt
> Gravelle; Micael Rochman; Michael D'arienzo; Michael Shoemaker (E-mail);
> Michelle Lokay; Mike Beckner (E-mail); Monica Padilla (E-mail); Nathan
> Reinhardt (E-mail); Pat Abercrombie (E-mail); Pat Keener; Patrick Mulhern;
> Paul Amirault; Paul Gendron (E-mail); Paul Wood; Peter Lund; Phil
> Richardson; Ray McCluer (E-mail); Richard Stone; Sandra Henry; Scott W.
> Walton (E-mail); Stan Hemmeline; Stephanie Katz; Stephen J. Swain
> (E-mail); Steve Izarry; Steve South (E-mail); Sue Gustofson; Susan Jones
> (E-mail); Sylvia Pollan; Teresa Murray; Terry Stringer; Thomas Hannigan;
> Todd Slawson; Tom Lee; Tom Toerner (E-mail); Trista Berkovitz (E-mail);
> Troy W. Brothers (E-mail); Valdez; Weaman Ng (E-mail)
> Subject: Wild Goose Open Season Package
>
> Expansion Firm Base Load Storage ("BLS") Service Open Season
>
> Wild Goose Storage Inc. is planning to expand its facility located in
> Butte County in northern California and connected to PG&E for service
> commencing as early as April 1, 2003. This expansion could increase the
> facility capacities as follows:
>
> Existing Capacity Capacity Following Expansion
> Working Gas Volume 14 Bcf 38
> Bcf
> Maximum Injection Rate 80 MMcfd 450
> MMcfd
> Maximum Withdrawal Rate 200 MMcfd 650 MMcfd
>
> This open season provides for an in-service date commencing April 1, 2004
> and an opportunity to participate in an "early service option" which could
> have service available by April 1, 2003. The in-service date is subject to
> CPUC approval by September 1, 2002 and the successful completion of new
> facility construction.
>
> Customer offers are required by 2:00 pm MST, Tuesday May 22, 2001
>
> Customer offers must be reasonably open for acceptance by Wild Goose
> Storage Inc. until 2:00 pm MST, Wednesday June 20, 2001 subject only to
> significant changes in market conditions and final approval of customer's
> management. Preference for offer acceptance will be toward longer-term
> contracts (greater than 5 years) and offers, which exceed 100% of our rack
> rate. The offer sheets are provided in Microsoft Excel and are set up to
> calculate the percentage of rack rate for your convenience. It is the
> intent of Wild Goose Storage Inc. to negotiate and conclude contracts with
> the participants providing acceptable offers in this open season as close
> as possible to June 20, 2001. Wild Goose will announce to all contracted
> participants whether it will proceed with the expansion in early August
> 2001. Wild Goose Storage Inc. reserves the right to not necessarily accept
> the highest priced offer nor to award all or any of the storage capacity
> available.
>
> A reasonable summary of the main terms and features of BLS service is
> attached for your convenience (Attached File - BLS Summary), but should
> not be used as the sole terms by which service is to be provided. All
> service is subject to the Tariff Schedules for Natural Gas Storage Service
> of Wild Goose Storage Inc., as approved by the Public Utilities Commission
> of the State of California.
>
> For more information about Wild Goose Storage Inc. or to download a copy
> of the entire tariff please refer to our web site at
> www.wildgoose-storage.com.
>
> Customer offers must include the following:
>
> A) Completed Offer Forms (Attached File - Offer Sheets) for each period of
> service including:
>
> * the amount of Inventory Capacity Required for each April to March
> period during the term
> * the amount of Maximum Daily Injection Quantity Required by month
> during the term
> * the amount of Maximum Daily Withdrawal Quantity Required by month
> during the term
> * the Total Storage Demand Charge for each April to March period
> during the term
> * the Injection Commodity Rate for each April to March period during
> the term
> * the Withdrawal Commodity Rate for each April to March period during
> the term
> * a signature from an authorized employee of the company verifying the
> offer
>
> In the 'Offer Sheets' file attachment you will find the following tabs at
> the bottom:
>
> * an offer sheet in Excel format
> * a manual offer sheet which can be printed out and filled in by hand
> * an example offer
>
> B) An executed Storage Services Agreement (Attached File - Storage
> Services Agreement) unless your company already has one on file with Wild
> Goose Storage Inc.
>
> Early Service Option
>
> Once Wild Goose Storage Inc. gives notice in early August 2001 to proceed
> with the expansion, every effort will be made to complete construction as
> early as possible. Notice will be given by November 1, 2002 if service
> will be available earlier than April 1, 2004. All contracted participants
> will have the right, but not the obligation, to amend their contracts to
> the earlier term start date and add this additional service to their
> existing contracts at the same fees negotiated for the first year of
> service commencing April 1, 2004.
>
> Rack Rates
> Our rates are 'market based' meaning they are fully negotiable, but our
> 'rack rates' are as follows:
> Monthly Storage Demand Charges
> * Inventory($/Dth) $0.03
> * Injection ($/Dth/day) $3.00
> * Withdrawal ($/Dth/day) $2.00
>
> Variable Charges
> * Injection Commodity Rate ($/Dth) $0.02
> * Withdrawal Commodity Rate ($/Dth) $0.02
>
> Fuel Charges
>
> In addition to the Demand and Variable charges described above, fuel costs
> are also charged based on actual consumption by customer and the value of
> the gas on a daily basis. Fuel consumption is expected to be between 1.25
> to 1.75%. For details, please refer to the Wild Goose tariff.
>
> If you have any questions about this matter or need hard copies, please
> contact either Ben Ledene with Wild Goose in Calgary at (403) 266-8192 or
> Chris Price and Mark Baldwin with Interstate Gas Services in California at
> (925) 243-0350.
> <<BLS Summary.doc>> <<Expansion Offer Sheet.xls>> <<Storage Services
> Agreement.doc>> <<Wild Goose Expansion Open Season.doc>>
- BLS Summary.doc
- Expansion Offer Sheet.xls
- Storage Services Agreement.doc
- Wild Goose Expansion Open Season.doc

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,46 @@
Message-ID: <12270209.1075855477582.JavaMail.evans@thyme>
Date: Wed, 25 Oct 2000 12:08:00 -0700 (PDT)
From: andrew.wu@enron.com
To: mariella.mahan@enron.com
Subject: Re: Development Center Course Offering
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Andrew Wu
X-To: ernie@ENRON, Mariella Mahan
X-cc: All Enron Employees North America@ENRON
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Ernie;
Pls provide a short description of Derivative I,II, III courses.
Rene
Sent by: Enron Announcements@ENRON
To: All Enron Employees North America
cc:
Subject: Development Center Course Offering
March-April Schedule
Course Dates
Applied Finance March 2-3 April 27 & 28
Derivatives I April 4 & 5
Derivatives II March 16 & 17 April 6 & 7
Derivatives III March 7 & 8
Electric Business Understanding April 4
Fundamentals of Corp. Finance April 20-21
Power Marketing April 13-14
Value at Risk March 9 & 10
Wellhead to BurnerTip March 21 & 22 April 11 & 12
If interested in attending any of these classes, please enroll through The
Development Center or call the helpdesk at (713) 853-0357.

View File

@ -0,0 +1,77 @@
Message-ID: <12356585.1075855475933.JavaMail.evans@thyme>
Date: Tue, 7 Nov 2000 05:12:00 -0800 (PST)
From: bmmiller@uswest.net
To: gwarren@pennaco.com, toni@associatedtitle.com, twwilliams@tombrown.com,
tomm@questar.com, todd_g@amerexenergy.com, todddustman@prodigy.net,
tinaf@qstr.com, theresah@questar.com, tvranki@ppco.com,
steven.p.south@enron.com, steven.j.provenzano@bankerstrust.com,
s_lewis_hng@hotmail.com, bailesg@thiokol.com,
swendel@abraxaspetroleum.com, shelleyw@questar.com,
sgutting@energystrat.com, smason@sempratrading.com,
ron.larson@ssicorp.com, dayr@cvwrf.state.ut.us,
rbethel@hsresources.com, roger_weir@atk.com, rob.garner@flyingj.com,
rcarington@abraxaspetroleum.com, hoskiro@thiokol.com,
rromero@bmo.com, randy_norden@cargill.com, wopi@trib.com,
prady@pennaco.com, plucci@enron.com, ncortez@enron.com,
nancywb@mercatorenergy.com, mpennau@chemicallime.com,
folm@chevron.com, mike_carter@illinoispower.com, mmorley@pennaco.com,
mreed@enserco.com, mark_wilcox@fmc.com, mwhitt@enron.com,
mari_ann@mcmurry.net, marc.fontaine@paribas.com, mpatton@cngc.com,
mdiedrichs@prebon.com, lynna@questar.com, lowellg@questar.com,
lreid@sppc.com, leelee1049@yahoo.com, lbrown@magnesiumcorp.com,
fackel@texaco.com, lhuesman@avantipetro.com,
kswilliams@belcooilgas.com, hampton@marathonoil.com,
kent.beard@cabotog.com, woodbwk@texaco.com,
kbryan@mail.earthlink.net, ssmbweather@compuserve.com,
syntrade@hotmail.com, jwashabaugh@noram.com, johnk@forestoil.com,
johncritchlow@sprintmail.com, johnfchill@aol.com, woodjm@thiokol.com,
jwilliamson@uswest.net, james_m_weyland@cngp.cng.com,
jimr@redrock.net, jmagill@ftenergyusa.com, jkincaid@hsresources.com,
reedj@kennecott.com, jgiles@snowbird.com, jshaffer@westportog.com,
jeff.potter@pacificorp.com, jlinn@tctcompanies.com,
nroerp.jburks@state.ut.us, jean-marc.bonnefous@paribas.com,
jay_lauderdale@crosstimbers.com, jbutler@tctcompanies.com,
martinjl2@bp.com, jake.h.jacobson@exxon.com, ian.muir@paribas.com,
hassler@pop.dnvr.uswest.net, gregr@gossener.com,
mcknight@ext.usu.edu, gaylenh@questar.com, weaverg@domres.com,
garysc@questar.com, gary.kofoed@dvn.com, gail_smith@fmc.com,
fred.lagrasta@enron.com, fmoreno@cima-energy.com,
frank.ermis@enron.com, ernest.berckman@kennecott.com,
doug.herman@paccoast.com, richard.cloward@hexcel.com,
debbie@mayfoundry.com, coxdl@thiokol.com, djohnson@sfdc.com,
dsuter@sempratrading.com, chris_briggs@anadarko.com,
cbraddick@prebon.com, charles.h.otto@enron.com, cfranke@genpak.com,
paccoast@mctcnet.net, hassler@worldnet.att.net, howarbr@thiokol.com,
brian.durning@pacificorp.com, bday@mcmurry.net,
dataline@earthlink.net, brentk@questar.com,
brandon_l_dyer@reliantenergy.com, rwatson@abraxaspetroleum.com,
rnelson@bfcden.com, billys@mfs3po.qstr.com,
bstuckey@abraxaspetroleum.com, alanw@mfs3po.qstr.com,
dstipes@eamiller.com, curtisb@nsutah.com, charliez@nsutah.com,
cobclark@ihc.com, bmmiller@pop.dnvr.uswest.net
Subject: Moving on...
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Matt Miller <bmmiller@uswest.net>
X-To: Glen Warren <gwarren@pennaco.com>, Toni Miller <toni@associatedtitle.com>, Tom Williams <twwilliams@TomBrown.com>, Tom Myrberg <tomm@questar.com>, Todd Gross <todd_g@amerexenergy.com>, Todd Dustman <todddustman@prodigy.net>, Tina Faust <tinaf@qstr.com>, Theresa Harrison <theresah@questar.com>, Terry Rankin <tvranki@ppco.com>, "Steven P. South" <steven.p.south@enron.com>, Steve Provenzano <steven.j.provenzano@bankerstrust.com>, Steve Lewis <s_lewis_hng@hotmail.com>, Steve Bailey <bailesg@thiokol.com>, "Stephen T. Wendel" <swendel@abraxaspetroleum.com>, Shelley Wright <shelleyw@questar.com>, Scott Gutting <SGutting@EnergyStrat.com>, "S. Mason" <smason@sempratrading.com>, Ron Larson <ron.larson@ssicorp.com>, Ron Day <dayr@cvwrf.state.ut.us>, Ron Bethel <rbethel@hsresources.com>, Roger Weir <roger_weir@atk.com>, "Robert P. Garner" <rob.garner@flyingj.com>, Robert Carington <rcarington@abraxaspetroleum.com>, Rick Hoskin <hoskiro@thiokol.com>, Rebecca Romero <rromero@bmo.com>, Randy VanNorden <Randy_Norden@cargill.com>, Peter Wold <wopi@trib.com>, Paul Rady <prady@pennaco.com>, Paul Lucci <plucci@enron.com>, Nicole Cortez <ncortez@enron.com>, Nancy Brandon <nancywb@mercatorenergy.com>, Mike Pinnau <mpennau@chemicallime.com>, Mike Foland <FOLM@Chevron.com>, Mike Carter <Mike_Carter@illinoispower.com>, Michele Morley <mmorley@pennaco.com>, Matt Reed <mreed@enserco.com>, Mark Wilcox <mark_wilcox@fmc.com>, Mark Whitt <mwhitt@enron.com>, Mari-Ann Hemstad <mari_ann@mcmurry.net>, Marc Fontaine <Marc.Fontaine@paribas.com>, "M. Patton" <mpatton@cngc.com>, "M. Diedrichs" <mdiedrichs@prebon.com>, Lynn Arnold <lynna@questar.com>, Lowell Gill <lowellg@questar.com>, LoreLei Reid <lreid@sppc.com>, Lee Robinson <leelee1049@yahoo.com>, Lee R Brown <lbrown@magnesiumcorp.com>, Leah Fackeldey <fackel@texaco.com>, Laura Huesman <LHuesman@avantipetro.com>, "Kevin S. Williams" <kswilliams@belcooilgas.com>, Kent Hampton <hampton@marathonoil.com>, Kent Beard <kent.beard@cabotog.com>, Ken Woodby <woodbwk@texaco.com>, "K. Bryan" <kbryan@mail.earthlink.net>, "Jon B.Davis" <ssmbweather@compuserve.com>, John Williams <syntrade@hotmail.com>, John Washabaugh <jwashabaugh@noram.com>, John Kjelmyr <johnk@forestoil.com>, John Critchlow <johncritchlow@sprintmail.com>, John Childers <johnfchill@aol.com>, Jody Wood <woodjm@thiokol.com>, Joan Williamson <jwilliamson@uswest.net>, Jim Weyland <james_m_weyland@cngp.cng.com>, Jim Real <jimr@redrock.net>, Jim Magill <jmagill@ftenergyusa.com>, Jim Kincaid <jkincaid@hsresources.com>, Jerry Reed <reedj@kennecott.com>, Jerry Giles <jgiles@snowbird.com>, Jeff Shaffer <jshaffer@westportog.com>, Jeff Potter <jeff.potter@pacificorp.com>, Jeff Linn <jlinn@tctcompanies.com>, Jeff Burks <nroerp.jburks@state.ut.us>, Jean-Marc Bonnefous <Jean-Marc.Bonnefous@paribas.com>, Jay Lauderdale <Jay_Lauderdale@crosstimbers.com>, Jason Butler <jbutler@tctcompanies.com>, Janice Martin <martinjl2@bp.com>, Jake Jacobson <jake.h.jacobson@exxon.com>, Ian Muir <Ian.Muir@paribas.com>, Hassler <Hassler@pop.dnvr.uswest.net>, Greg Rowley <gregr@gossener.com>, Golden Mangelson <mcknight@ext.usu.edu>, Gaylen Haag <gaylenh@questar.com>, Gary Weaver <weaverg@domres.com>, Gary Schmidt <garysc@questar.com>, Gary Kofoed <gary.kofoed@dvn.com>, Gail Smith <gail_smith@fmc.com>, Fred Lagrasta <fred.lagrasta@enron.com>, Frank Moreno <fmoreno@cima-energy.com>, Frank Ermis <frank.Ermis@enron.com>, Ernest Berckman <ernest.berckman@kennecott.com>, Doug Herman <doug.herman@paccoast.com>, Dick Cloward <richard.cloward@hexcel.com>, Debra Johnson <debbie@mayfoundry.com>, Dave Cox <coxdl@thiokol.com>, Darly Johnson <djohnson@sfdc.com>, Damon Suter <dsuter@sempratrading.com>, Chris Briggs <chris_briggs@anadarko.com>, Chris Braddick <cbraddick@prebon.com>, Charlie Otto <Charles.H.Otto@enron.com>, Carl Franke <cfranke@genpak.com>, Cameron Raether <paccoast@mctcnet.net>, Bryan & Pam Hassler <hassler@worldnet.att.net>, Bruce Howard <howarbr@thiokol.com>, Brian Durning <brian.durning@pacificorp.com>, Brian Day <bday@mcmurry.net>, Brett Lazzareschi <dataline@earthlink.net>, Brent Kitchen <brentk@questar.com>, Brandon Dyer <brandon_l_dyer@reliantenergy.com>, Bob Watson <rwatson@abraxaspetroleum.com>, Bob Nelson <rnelson@bfcden.com>, "Billy J. Sturgeon" <billys@mfs3po.qstr.com>, Barbara Stuckey <bstuckey@abraxaspetroleum.com>, Al Walker <alanw@mfs3po.qstr.com>, "Douglas L. Stipes" <dstipes@eamiller.com>, "Curtis J. Broadbent" <curtisb@nsutah.com>, "Charlies E. Zurcher" <charliez@nsutah.com>, " Bruce R. Clark" <cobclark@ihc.com>, Matt Miller <bmmiller@pop.dnvr.uswest.net>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
As some of you may have already heard, I am no longer
working with Barrett Resources, as of the end of business
November 6th. If any of you need to reach me or have any
questions, I can be reached at Miller's Home
Remodeling...hahahaha
(303) 469-3372, mobile (720) 291-8305
or email address: bmmiller@uswest.net
I have enjoyed working with all of you. Thank you for your
business and support over the years. I look forward to
working with all of you again in the near future.
Sincerely,
Matt Miller

View File

@ -0,0 +1,165 @@
Message-ID: <12357255.1075855491949.JavaMail.evans@thyme>
Date: Fri, 20 Apr 2001 07:03:00 -0700 (PDT)
From: brandee.jackson@enron.com
To: caroline.abramo@enron.com, dipak.agarwalla@enron.com,
phillip.allen@enron.com, chuck.ames@enron.com, john.arnold@enron.com,
airam.arteaga@enron.com, robin.barbe@enron.com, eric.bass@enron.com,
kimberly.bates@enron.com, troy.black@enron.com,
nate.blackburn@enron.com, sean.boyle@enron.com, eric.boyt@enron.com,
sandra.brawner@enron.com, mark.breese@enron.com,
craig.breslau@enron.com, stephane.brodeur@enron.com,
gary.bryan@enron.com, bart.burk@enron.com,
catalina.cardenas@enron.com, cary.carrabine@enron.com,
chad.clark@enron.com, venita.coleman@enron.com,
ruth.concannon@enron.com, nicole.cortez@enron.com,
michael.cowan@enron.com, martin.cuilla@enron.com,
steven.curlee@enron.com, tammi.depaolis@enron.com,
phil.demoes@enron.com, louis.dicarlo@enron.com,
barbara.dillard@enron.com, john.disturnal@enron.com,
tom.donohoe@enron.com, lon.draper@enron.com, heidi.dubose@enron.com,
frank.ermis@enron.com, lee.fascetti@enron.com,
eric.feitler@enron.com, nelson.ferries@enron.com,
murray.fichten@enron.com, chris.figueroa@enron.com,
keith.fraley@enron.com, matthew.frank@enron.com,
bryant.frihart@enron.com, dave.fuller@enron.com,
sachin.gandhi@enron.com, santiago.garcia@enron.com,
maria.garza@enron.com, chris.gaskill@enron.com,
randall.gay@enron.com, chris.germany@enron.com,
george.gilbert@enron.com, julie.gomez@enron.com,
scott.goodell@enron.com, bill.greenizan@enron.com,
john.griffith@enron.com, barry.michael@enron.com, jin.guo@enron.com,
kreg.hall@enron.com, kimberly.hardy@enron.com,
tyrell.harrison@enron.com, jai.hawker@enron.com,
scott.hendrickson@enron.com, john.hodge@enron.com,
keith.holst@enron.com, peter.hoyt@enron.com, amanda.huble@enron.com,
geraldine.irvine@enron.com, dick.jenkins@enron.com,
david.jones@enron.com, dan.junek@enron.com, jared.kaiser@enron.com,
peter.keavey@enron.com, jona.kimbrough@enron.com,
tori.kuykendall@enron.com, fred.lagrasta@enron.com,
chris.lambie@enron.com, matthew.lenhart@enron.com,
andrew.lewis@enron.com, paul.lucci@enron.com, laura.luce@enron.com,
keith.macivor@enron.com, mike.maggi@enron.com,
massimo.marolo@enron.com, larry.may@enron.com,
deirdre.mccaffrey@enron.com, brad.mckay@enron.com,
jonathan.mckay@enron.com, ed.mcmichael@enron.com,
john.messenger@enron.com, chris.meyer@enron.com,
stephanie.miller@enron.com, patrice.mims@enron.com,
mark.mixon@enron.com, eric.moon@enron.com, gil.muhl@enron.com,
russell.murrell@enron.com, abhijeet.naik@enron.com,
scott.neal@enron.com, justin.o'malley@enron.com,
sandy.olitsky@enron.com, lucy.ortiz@enron.com,
charles.otto@enron.com, jason.panos@enron.com, joe.parks@enron.com,
sheetal.patel@enron.com, neeran.pathak@enron.com,
jeff.pearson@enron.com, biliana.pehlivanova@enron.com,
gregg.penman@enron.com, susan.pereira@enron.com,
tara.piazze@enron.com, lynn.pikofsky@enron.com,
vladi.pimenov@enron.com, denver.plachy@enron.com,
sylvia.pollan@enron.com, philip.polsky@enron.com,
jessica.presas@enron.com, daniel.quezada@enron.com,
dutch.quigley@enron.com, kevin.radous@enron.com,
ina.rangel@enron.com, sabina.rank@enron.com,
kenneth.reinheimer@enron.com, andrea.ring@enron.com,
linda.roberts@enron.com, robin.rodrigue@enron.com,
kevin.ruscitti@enron.com, monique.sanchez@enron.com,
lauren.schlesinger@enron.com, susan.scott@enron.com,
tyler.seminuk@enron.com, jennifer.shipos@enron.com,
hunter.shively@enron.com, james.simpson@enron.com,
john.singer@enron.com, mark.smith@enron.com, matt.smith@enron.com,
maureen.smith@enron.com, steven.south@enron.com,
gulay.soykok@enron.com, theresa.staab@enron.com,
kelli.stevens@enron.com, geoff.storey@enron.com,
colleen.sullivan@enron.com, john.taylor@enron.com,
michael.taylor@enron.com, jane.tholt@enron.com,
richard.tomaski@enron.com, judy.townsend@enron.com,
barry.tycholiz@enron.com, victoria.versen@enron.com,
frank.vickers@enron.com, alexandra.villarreal@enron.com,
kim.ward@enron.com, ryan.watt@enron.com, v.weldon@enron.com,
mark.whitt@enron.com, virawan.yawapongsiri@enron.com,
becky.young@enron.com, robyn.zivic@enron.com, jill.zivley@enron.com
Subject: FW: March of Dimes
Cc: suzanne.calcagno@enron.com
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: quoted-printable
Bcc: suzanne.calcagno@enron.com
X-From: Brandee Jackson
X-To: Caroline Abramo, Dipak Agarwalla, Phillip K Allen, Chuck Ames, John Arnold, Airam Arteaga, Robin Barbe, Eric Bass, Kimberly Bates, Troy Black, Nate Blackburn, Sean Boyle, Eric Boyt, Sandra F Brawner, Mark Breese, Craig Breslau, Stephane Brodeur, Gary Bryan, Bart Burk, Catalina Cardenas, Cary M Carrabine, Chad Clark, Venita Coleman, Ruth Concannon, Nicole Cortez, Michael Cowan, Martin Cuilla, Steven Curlee, Tammi DePaolis, Phil DeMoes, Louis Dicarlo, Barbara G Dillard, John Disturnal, Tom Donohoe, Lon Draper, Heidi DuBose, Frank Ermis, Lee Fascetti, Eric Feitler, Nelson Ferries, Murray Fichten, Chris Figueroa, Keith Fraley, Matthew Frank, Bryant Frihart, Dave Fuller, Sachin Gandhi, Santiago Garcia, Maria Garza, Chris Gaskill, Randall L Gay, Chris Germany, George N Gilbert, Julie A Gomez, Scott Goodell, Bill Greenizan, John Griffith, Barry Michael, Jin Guo, Kreg Hall, Kimberly Hardy, Tyrell Harrison, Jai Hawker, Scott Hendrickson, Jesus Hernandez@CCMAIL, John Hodge, Keith Holst, Peter Hoyt, Amanda Huble, Geraldine Irvine, Dick Jenkins, David Jones, Dan Junek, Jared Kaiser, Peter F Keavey, Jona Kimbrough, Tori Kuykendall, Fred Lagrasta, Chris Lambie, Matthew Lenhart, Andrew H Lewis, Paul T Lucci, Laura Luce, Keith MacIvor, Mike Maggi, Massimo Marolo, Larry May, Deirdre Mccaffrey, Brad McKay, Jonathan McKay, Ed McMichael, John Messenger, Chris Meyer, Stephanie Miller, Patrice L Mims, Mark Mixon, Eric Moon, Gil Muhl, Russell E Murrell, Abhijeet Naik, Scott Neal, Justin O'Malley, Sandy Olitsky, Lucy Ortiz, Charles H Otto, Jason Panos, Joe Parks, Sheetal Patel, Neeran Pathak, Jeff Pearson, Biliana Pehlivanova, Gregg Penman, Susan W Pereira, Tara Piazze, Lynn Pikofsky, Vladi Pimenov, Denver Plachy, Sylvia S Pollan, Philip Polsky, Jessica Presas, Daniel Quezada, Dutch Quigley, Kevin P Radous, Ina Rangel, Sabina Rank, Kenneth Reinheimer, Andrea Ring, Linda Roberts, Robin Rodrigue, Kevin Ruscitti, Monique Sanchez, Lauren Schlesinger, Susan Scott, Tyler Seminuk, Jennifer Shipos, Hunter S Shively, James Simpson, John M Singer, Mark Smith, Matt Smith, Maureen Smith, Steven P South, Gulay Soykok, Theresa Staab, Kelli Stevens, Geoff Storey, Colleen Sullivan, John Taylor, Michael Taylor, Jane M Tholt, Richard Tomaski, Judy Townsend, Barry Tycholiz, Victoria Versen, Frank W Vickers, Alexandra Villarreal, Kim E Ward, Ryan Watt, V Charles Weldon, Mark Whitt, Virawan Yawapongsiri, Becky Young, Robyn Zivic, Jill T Zivley
X-cc: Suzanne Calcagno
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
-----Original Message-----
From: Calcagno, Suzanne =20
Sent: Thursday, April 19, 2001 1:12 PM
To:=20
Subject: March of Dimes
Hello All--
Shelley Corman has asked me to forward the attached letter to you regarding=
=20
Enron's fundraising efforts on behalf of the March of Dimes. =20
Please take a moment to review--any contribution you can make would be=20
greatly appreciated and will be matched 100% by Enron.
Please ket me know if you have any questions or need any additional=20
information
Thanks!
=20
Please make checks payable to the March of Dimes and send to me at Location=
=20
EB3275F.=20
=20
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Dear ENA Team Member:
=20
I am proud to serve as a sponsor of Enron=01,s March of Dimes 2001 Walk Tea=
m. =20
March of Dimes is a national nonprofit organization whose mission is to=20
improve the health of babies preventing birth defects and infant mortality.=
=20
Childhood health is a cause near and dear to my heart. =20
=20
Obviously, it is a cause that is near and dear to Enron employees as well. =
=20
Last year our Enron team raised over $46,000. This year our team has set =
a=20
goal to raise $75,000. With your help, I believe we can achieve this=20
aggressive goal.=20
=20
I understand that you are called upon to donate your time and money to many=
=20
worthy causes and clearly I am not a seasoned fundraiser. What I can tell=
=20
you is that I am proud of our employees that have rallied a grassroots effo=
rt=20
to support March of Dimes here at Enron. I am committed to continuing thei=
r=20
work. I ask that you consider making a donation in any amount. =20
Please use the attached envelope to make your donation to the March of Dime=
s=20
and forward you check back to me by Friday, April 27th. Your contribution =
is=20
totally tax deductible and Enron will match your gift dollar for dollar (I=
=20
will take care of the matching paperwork). =20
=20
Thanks, in advance, for your donation and support of the March of Dimes. Y=
ou=20
can read more about the March of Dimes at www.modimes.org. =20
=20
Sincerely,
Suzanne Calcagno
Manager--Regulatory Affairs
Gas Logistics

View File

@ -0,0 +1,294 @@
Message-ID: <12459479.1075855476662.JavaMail.evans@thyme>
Date: Wed, 1 Nov 2000 23:04:00 -0800 (PST)
From: enerfax1@bellsouth.net
To: enerfaxweb@egroups.com
Subject: Enerfax Daily's free web version of gas & power prices and info Fw:
Click and go to http://www.enerfax.com if can not view properly.htm
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
X-From: "fastaccess" <enerfax1@bellsouth.net>
X-To: <enerfaxweb@egroups.com>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
?
Subject: Click and go to http://www.enerfax.com if can not view properly.htm
?
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE]
[IMAGE]
Click here for a daily email link
Enerfax Daily
[IMAGE]
[IMAGE]
Enerfax Daily? -? Page ? -? November 1, 2000? -? ? Need a Past Issue
-Click Here
[IMAGE]
[IMAGE]
Enerfax Daily? -? Page ? -? November 1, 2000
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
Enerfax Daily? -? Page 5? -? November 1, 2000
[IMAGE]
PG&E Reports Defective Steam Tubes
? ? PG&E has reported to the NRC that 65 steam generator tubes in its
Diablo Canyon 1 nuclear unit in California were defective but have been
plugged and pose no safety threat. The tubes, made from a special metal
alloy, showed cracks from corrosion and stress and were no longer in
service. The tubes are part of the No. 2 steam generator in Diablo Canyon 1.
There are four steam generators in each unit of the two-unit Diablo plant,
and each generator has 3,300 tubes. The tubes carry reactor coolant from
the reactor to the steam generators. If tubes are cracked, a small amount
of radioactive materials could leak into the unit's steam cycle. The NRC
limits the number of defective tubes to 15% of the total in the steam
generator, but a nuclear unit will begin to lose power if the total reaches
10%. Diablo 1 is in cold shutdown, but is expected to link back up to the
transmission grid in about a week, when it will be at about 15% capacity.
BP Buys Alliance Pipeline Capacity
? ? BP Amoco has been acquiring transportation capacity on the Alliance
pipeline as a prelude to shipping Arctic natural gas through Canada to the
US market. BP's Canadian unit was not one of the original natural gas
producers to back Alliance, the 1,900-mile? pipeline set to transport up to
1.325 Bcf per day to Chicago from northeastern British Columbia in two
weeks. But, over the past few months, it has assumed the transportation
responsibilities of eight shippers on the pipeline whose volumes total about
250 MMcf per day, and it plans to increase that amount. Construction of one
or more pipelines connecting those Arctic pools across Canada's far north
to either Alliance or TransCanada PipeLines Alberta system is expected to
take at least five years. BP says that gaining capacity on Alliance will
eventually play into its Arctic natural gas strategy, but in the short term
it is broadening its asset management service.
[IMAGE]
[IMAGE]
Enerfax Daily? -? Page 6? -? November 1, 2000
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
For more information, please Contact Ron Ford
at Ziff Energy Group, Houston, TX
(713) 627-8282 or Toll Free: 1-888-736-5780
Also, visit our web-site, www.ziffenergy.com, to review our Brochure.
[IMAGE]
[IMAGE]
Tnpc Applies to Sell Power in Texas
? ? Tnpc, formed by Enron, is seeking approval from the Texas PUC to sell
power in the state. Tnpc's New Power wants to start marketing to homes and
small businesses early next year. Texas hasn't deregulated yet, but is
planning a pilot program next year and will open its entire market to
competition in January 2002. Enron formed New Power in May. It has 285,000
natural gas customers and 20,000 power customers, mostly in Georgia, Ohio,
and Pennsylvania.
[IMAGE]
Financial Summary
[IMAGE]
")} TC
[IMAGE]
- blnk.gif
- img14.gif
- img15.gif
- img16.gif
- img17.gif
- img18.gif
- img19.gif
- img20.gif
- img8.gif
- img21.gif
- img22.gif
- img23.gif
- img24.gif
- img25.gif
- img26.gif
- img27.gif
- img28.gif
- img29.gif
- id=1381847
- img30.gif

View File

@ -0,0 +1,38 @@
Message-ID: <12472760.1075863678659.JavaMail.evans@thyme>
Date: Tue, 31 Oct 2000 10:50:00 -0800 (PST)
From: perfmgmt@enron.com
To: frank.ermis@enron.com
Subject: Performance Management Process - New Password
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: "perfmgmt@enron.com"<perfmgmt@enron.com>
X-To: frank.ermis@enron.com
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
According to our system records, you have not yet logged into the Enron
Performance Management system (PEP). As a result your temporary password
for the PEP system has expired. Your User Id and new password are provided
below.
During the feedback phase you will need to access PEP at
http://pep.corp.enron.com to suggest reviewers who can provide feedback on
your performance. You may also be requested to provide feedback on fellow
employees, but the system will only be open for feedback until November 17th!
HelpDesk representatives will be available to answer questions throughout the
process. You may contact the HelpDesk at:
Houston: 1-713-853-4777, Option 4
London: 44-207-783-4040, Option 4
E-mail: perfmgmt@enron.com
Your User Id and new PEP password are:
User ID: 90010076
Password: VCIWWYTQ

View File

@ -0,0 +1,58 @@
Message-ID: <12517235.1075855472965.JavaMail.evans@thyme>
Date: Wed, 6 Dec 2000 01:56:00 -0800 (PST)
From: ina.rangel@enron.com
To: keith.holst@enron.com, phillip.allen@enron.com, mike.grigsby@enron.com,
jane.tholt@enron.com, monique.sanchez@enron.com,
steven.south@enron.com, frank.ermis@enron.com,
matthew.lenhart@enron.com, matt.smith@enron.com,
paul.lucci@enron.com, tori.kuykendall@enron.com,
randall.gay@enron.com, kenneth.shulklapper@enron.com,
jay.reitmeyer@enron.com, darron.giron@enron.com,
jennifer.bagwell@enron.com, anne.bike@enron.com,
chris.walker@enron.com, jason.wolfe@enron.com,
carole.frank@enron.com, suzanne.christiansen@enron.com,
jan.sutherland@enron.com, hillary.mack@enron.com,
shelly.mendel@enron.com, ted.evans@enron.com,
stacey.brewer@enron.com, jacqueline.adams@enron.com,
patti.sullivan@enron.com, kimberly.olinger@enron.com
Subject: West Desk Christmas Dinner
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Ina Rangel
X-To: Keith Holst, Phillip K Allen, Mike Grigsby, Jane M Tholt, Monique Sanchez, Steven P South, Frank Ermis, Matthew Lenhart, Matt Smith, Paul T Lucci, Tori Kuykendall, Randall L Gay, Kenneth Shulklapper, Jay Reitmeyer, Darron C Giron, Jennifer Bagwell, Anne Bike, Chris Walker, Jason Wolfe, Carole Frank, Suzanne Christiansen, Jan Sutherland, Hillary Mack, Shelly Mendel, Ted Evans, Stacey J Brewer, Jacqueline P Adams, Patti Sullivan, Kimberly S Olinger
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
I need a final headcount on who is going tonight. Please let me know by
noon. I have to call the restuarant.
thanks,
Ina Rangel
EB3215A
---------------------- Forwarded by Ina Rangel/HOU/ECT on 12/06/2000 09:54 AM
---------------------------
Ina Rangel
11/28/2000 04:56 PM
To: Keith Holst/HOU/ECT@ect, Phillip K Allen/HOU/ECT@ECT, Mike
Grigsby/HOU/ECT@ECT, Jane M Tholt/HOU/ECT@ECT, Monique Sanchez/HOU/ECT@ECT,
Steven P South/HOU/ECT@ECT, Frank Ermis/HOU/ECT@ECT, Matthew
Lenhart/HOU/ECT@ECT, Matt Smith/NA/Enron@ENRON, Paul T Lucci/NA/Enron@Enron,
Tori Kuykendall/HOU/ECT@ECT, Randall L Gay/HOU/ECT@ECT, Kenneth
Shulklapper/HOU/ECT@ECT, Jay Reitmeyer/HOU/ECT@ECT, Darron C
Giron/HOU/ECT@ECT, Jennifer Bagwell/NA/Enron@ENRON, Anne
Bike/Corp/Enron@Enron, Chris Walker/HOU/ECT@ECT, Jason Wolfe/NA/Enron@ENRON,
Carole Frank/NA/Enron@ENRON, Suzanne Christiansen/HOU/ECT@ECT, Jan
Sutherland/NA/Enron@ENRON, Hillary Mack/Corp/Enron@Enron, Shelly
Mendel/NA/Enron@ENRON, Ted Evans/NA/Enron@ENRON, Stacey J Brewer/HOU/ECT@ECT,
Jacqueline P Adams/HOU/ECT@ECT, Patti Sullivan/HOU/ECT@ECT, Kimberly S
Olinger/HOU/ECT@ECT
cc:
Subject: West Desk Christmas Dinner

View File

@ -0,0 +1,262 @@
Message-ID: <12534379.1075855474939.JavaMail.evans@thyme>
Date: Tue, 14 Nov 2000 00:56:00 -0800 (PST)
From: enerfax1@bellsouth.net
To: enerfaxweb@egroups.com
Subject: Enerfax Daily's free web version of gas & power prices and info Go
to www.enerfax.com if can not view properly.htm
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
X-From: "Enerfax Energy" <enerfax1@bellsouth.net>
X-To: <enerfaxweb@egroups.com>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
?
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE]
Enerfax Daily
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
Looking for a past article or issue. Click here to use Sagewave's Search.
Enerfax Daily? -? Page ? -? November 14, 2000
[IMAGE]
[IMAGE]
Enerfax Daily? -? Page 4? -? November 14, 2000 -? ? Past Issues
Available on Sagewave
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
NYMEX Natural Gas Reportable Positions as of 11/07/00
(10,000 Mmbtu's)? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
[IMAGE]
Changes from 10/31/00 (Changes In Open Interest: 14,520
[IMAGE]
[IMAGE]
[IMAGE]
Enerfax Daily? -? Page 7? -? November 14, 2000
[IMAGE]
Enerfax Daily? -? Page 8? -? November 14, 2000
[IMAGE]
NYMEX to Launch Online Trading Next Spring
? The NYMEX plans to launch its online trading platform, enymex, in the
second quarter of next year. The system will trade and clear forward
contracts for physical commodities such as crude oil, refined products,
natural gas, electricity and metals. It will compete with existing ventures
such as IntercontinentalExchange and HoustonStreet. Enymex was originally
set to start in the third quarter of this year. NYMEX had been in talks on
joining ICE before deciding to go it alone.
[IMAGE]
Financial Summary
[IMAGE]
")} TC
[IMAGE]
- blnk.gif
- img16.gif
- img17.gif
- img18.gif
- img19.gif
- img20.gif
- img21.gif
- img22.gif
- img23.gif
- img24.gif
- img25.gif
- img26.gif
- img27.gif
- img28.gif
- img29.gif
- img30.gif
- img31.gif
- img32.gif
- img33.gif
- img34.gif
- img35.gif
- img36.gif
- img10.gif
- img37.gif
- img38.gif

View File

@ -0,0 +1,246 @@
Message-ID: <125625.1075855473852.JavaMail.evans@thyme>
Date: Mon, 27 Nov 2000 10:43:00 -0800 (PST)
From: miki.bode@williams.com
To: abenton@utilicorp.com, abenton@utilicorp.com, agcdu1@triax.com,
agcdu6@triax.com, anita.reubens@swgas.com, bblanar@coral-energy.com,
bob.mattice@engageenergy.com, bob.mattice@engageenergy.com,
bruce.langmade@fortjamesmail.com, bymank@wdni.com, cards@wdni.com,
cmcgra@puget.com, cridin@puget.com, dave.dungan@weyerhaeuser.com,
deborahs@kimballenergy.com, derek.danyliw@husky-oil.com,
dlh@nwnatural.com, fermis@enron.com, gacynth_adam@transcanada.com,
geek@bp.com, gilesmh@bp.com, janderson@clarkpud.com,
jennifer_owen@pgn.com, jmmcarthur@duke-energy.com,
jsanders@clarkpud.com, kims@kimballenergy.com, klambe@puget.com,
kri.pam@pdg.net, llightfoot@coral-energy.com, lmanis@sdge.com,
lprior@enron.com, niels_a_vervloet@reliantenergy.com,
ramperms@bp.com, rfm@nwnatural.com, robert.harp@engageenergy.com,
robert.harp@engageenergy.com, rony@panalberta.com,
ryan.watt@enron.com, sbrewer@enron.com, scotts@kimballenergy.com,
sghill@bcgas.com, sgwi@dynegy.com, spjutd2@wdni.com,
ssouth@enron.com, stephane.brodeur@enron.com,
tdizona@coral-energy.com, tgilliam@avistaenergy.com,
tom.mckay@engageenergy.com, tom.mckay@engageenergy.com,
val_yildirok@pgn.com, wharlan@ix.netcom.com,
zcourns@national-fuel.com, bhall@cngc.com, sgillit@cngc.com
Subject: NWP System Notice - 01-174 Soliciting Electronic Bids
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
X-From: "Bode, Miki" <Miki.Bode@Williams.com>
X-To: "'abenton@utilicorp.com'" <abenton@utilicorp.com>, "'abenton@utilicorp.com'" <abenton@utilicorp.com>, "'agcdu1@triax.com'" <agcdu1@triax.com>, "'agcdu6@triax.com'" <agcdu6@triax.com>, "'anita.reubens@swgas.com'" <anita.reubens@swgas.com>, "'bblanar@coral-energy.com'" <bblanar@coral-energy.com>, "'BOB.MATTICE@ENGAGEENERGY.COM'" <BOB.MATTICE@ENGAGEENERGY.COM>, "'BOB.MATTICE@ENGAGEENERGY.COM'" <BOB.MATTICE@ENGAGEENERGY.COM>, "'bruce.langmade@fortjamesmail.com'" <bruce.langmade@fortjamesmail.com>, "'bymank@wdni.com'" <bymank@wdni.com>, "'cards@wdni.com'" <cards@wdni.com>, "'cmcgra@puget.com'" <cmcgra@puget.com>, "'cridin@puget.com'" <cridin@puget.com>, "'Dave.Dungan@Weyerhaeuser.com'" <Dave.Dungan@Weyerhaeuser.com>, "'deborahs@kimballenergy.com'" <deborahs@kimballenergy.com>, "'derek.danyliw@husky-oil.com'" <derek.danyliw@husky-oil.com>, "'dlh@nwnatural.com'" <dlh@nwnatural.com>, "'FERMIS@ENRON.COM'" <FERMIS@ENRON.COM>, "'gacynth_adam@transcanada.com'" <gacynth_adam@transcanada.com>, "'geek@bp.com'" <geek@bp.com>, "'gilesmh@bp.com'" <gilesmh@bp.com>, "'janderson@clarkpud.com'" <janderson@clarkpud.com>, "'jennifer_owen@pgn.com'" <jennifer_owen@pgn.com>, "'jmmcarthur@duke-energy.com'" <jmmcarthur@duke-energy.com>, "'jsanders@clarkpud.com'" <jsanders@clarkpud.com>, "'kims@kimballenergy.com'" <kims@kimballenergy.com>, "'Klambe@puget.com'" <Klambe@puget.com>, "'kri.pam@pdg.net'" <kri.pam@pdg.net>, "'llightfoot@coral-energy.com'" <llightfoot@coral-energy.com>, "'lmanis@sdge.com'" <lmanis@sdge.com>, "'LPRIOR@ENRON.COM'" <LPRIOR@ENRON.COM>, "'niels_a_vervloet@reliantenergy.com'" <niels_a_vervloet@reliantenergy.com>, "'ramperms@bp.com'" <ramperms@bp.com>, "'rfm@nwnatural.com'" <rfm@nwnatural.com>, "'ROBERT.HARP@ENGAGEENERGY.COM'" <ROBERT.HARP@ENGAGEENERGY.COM>, "'ROBERT.HARP@ENGAGEENERGY.COM'" <ROBERT.HARP@ENGAGEENERGY.COM>, "'rony@panalberta.com'" <rony@panalberta.com>, "'ryan.watt@enron.com'" <ryan.watt@enron.com>, "'SBREWER@ENRON.COM'" <SBREWER@ENRON.COM>, "'scotts@kimballenergy.com'" <scotts@kimballenergy.com>, "'sghill@bcgas.com'" <sghill@bcgas.com>, "'sgwi@dynegy.com'" <sgwi@dynegy.com>, "'spjutd2@wdni.com'" <spjutd2@wdni.com>, "'SSOUTH@ENRON.COM'" <SSOUTH@ENRON.COM>, "'stephane.brodeur@enron.com'" <stephane.brodeur@enron.com>, "'tdizona@coral-energy.com'" <tdizona@coral-energy.com>, "'tgilliam@avistaenergy.com'" <tgilliam@avistaenergy.com>, "'tom.mckay@engageenergy.com'" <tom.mckay@engageenergy.com>, "'tom.mckay@engageenergy.com'" <tom.mckay@engageenergy.com>, "'val_yildirok@pgn.com'" <val_yildirok@pgn.com>, "'wharlan@ix.netcom.com'" <wharlan@ix.netcom.com>, "'zcourns@national-fuel.com'" <zcourns@national-fuel.com>, "'BHall@cngc.com'" <BHall@cngc.com>, "'sgillit@cngc.com'" <sgillit@cngc.com>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Post Date: November 27, 2000
Category: CAPACITY RELEASE
Subcategory: NWP OFFERS
Subject: 01-174 Soliciting Electronic Bids
Notice Text:
All Shippers Notification: 01-174?????? ??????? ??????? Dated November 27,
2000
TO:???? ??????? ALL SHIPPERS
FROM:?? Candace C. Karpakis- (801) 584-6996 wk
?????????????????????????????????????????????????????????????? (801) 971-5983
cellular
?????????????????????? Williams Gas Pipeline-West
?????????????????????? Northwest Pipeline Transportation
SUBJECT:??????? SOLICITING ELECTRONIC BIDS FOR
?????????????????????? AVAILABLE FIRM MAINLINE TRANSPORTATION
?????????????????????? CAPACITY ON NORTHWEST'S TRANSMISSION SYSTEM
Northwest has posted the following package of available firm TF-1 Large
Customer transportation capacity to its Electronic Bulletin Board ("EBB")
for competitive bid pursuant to the "Right-of-First-Refusal; Posting of
Pipeline Capacity" provision of Northwest's Tariff, which requires
availability of capacity to be posted to the EBB subject to bid.? All
prearranged terms are indicated below, if applicable.? The prearranged
shipper has the right to match the highest economic value at the end of
the bid period.? If the prearranged shipper does not match the highest
economic value, award of such capacity will be made according to
Northwest's tariff.
NOTE:? BIDS FOR POSTED CAPACITY WILL BE CONDUCTED ELECTRONICALLY AS CLOSED
BIDS ON NORTHWEST PIPELINE'S EBB.? Please contact Candace Karpakis or your
Marketing Services Representative if you encounter any problems with your
EBB bid(s).? DON'T WAIT UNTIL THE LAST MINUTE TO POST YOUR BID.? Time
deadlines are electronically monitored and implemented.
PACKAGE "A"
From the November 14, 2000 Posting
EBB OFFER # 448
RECEIPT ? DELIVERY????? ?? TOTAL??????? INITIAL PRIMARY PREARRANGED
?POINT? ???? POINT ???? ??? DTH/D???????? CONTRACT TERM ??????? ???????
OFFER??
Sumas?????? Puget (Canyon)??? 5,000?????????? 12/01/00 -
12/31/00?????? ????????? YES
Min. Acceptable Bid:??? ??????? $0.032 per Dth of daily Reservation Contract
Demand for
?????????????????????????????????????????????????????????????????????
Flexible Receipt/Delivery Point Rights
Min. Acceptable Bid Vol:?????????? ???? 1 Dth/d
Max. Acceptable Bid Vol:?? ???? 5,000 Dth/d
Bid Open Date:? ??????? 11/27/00 - (5:00 pm Central Time)
Bid Close Date: ??????? 11/28/00 - (5:00 pm Central Time)
Award Deadline: ??????? 11/28/00 - (6:00 pm Central Time)
Evergreen:????? ??????? ??????? NONE
Special Terms & Cond:?? ??????? See 1, 2 and 3 Below.
PACKAGE "GG"
From the November 14, 2000 Posting
EBB OFFER # 447
RECEIPT ? DELIVERY????? ?? TOTAL??????? INITIAL PRIMARY PREARRANGED
?POINT? ???? POINT ???? ??? DTH/D?????? CONTRACT TERM ? ????? OFFER??
Clay Basin?????????? Rifle????????????? 1,850????????? 12/01/00 -
12/31/00????? ???????? YES
Min. Acceptable Bid:??? ??????? $0.02 per Dth of daily Reservation Contract
Demand
for???????????????????????????????????????????????????????????????????????????
?????????????????????????????????????????????????????????????????
FlexibleReceipt/Delivery Point Rights
Min. Acceptable Bid Vol:??????? ?????????????????????? 1 Dth/d
Max. Acceptable Bid Vol:????? ? 1,850 Dth/d
Bid Open Date:? ??????? 11/27/00 - (5:00 pm Central Time)
Bid Close Date: ??????? 11/28/00 - (5:00 pm Central Time)
Award Deadline: ??????? 11/28/00 - (6:00 pm Central Time)
Evergreen:????? ??????? ??????? NONE
Special Terms & Cond:?? ??????? See 1, 2 and 3 Below.
SPECIAL TERMS AND CONDITIONS
1. The discount rate shall apply to points utilized by the original shipper
entering into
the transportation agreement with Northwest.
2. A shipper will be allowed to release and/or segment and release the
capacity and
shipper and replacement shipper may utilize any available points on
Northwest's transmission system without impacting the discount for the
original shipper.
3. This prearranged offer is for a reservation contract demand rate.? In
addition to the
Reservation Charge Bid, shipper will pay the volumetric charge, the
applicable
surcharges and fuel.
PROCEDURE FOR BIDDING FOR
AVAILABLE TRANSPORTATION CAPACITY
The following guidelines will be adhered to for all posted packages of
transportation
capacity for electronic bid ("package or packages"):
1. Shipper must submit a separate electronic bid for each package of
available
transportation capacity.? Multiple electronic bid(s) can be submitted for the
total available
transportation capacity under the specified package OR multiple rates can be
submitted each
for a partial amount of available transportation capacity under the specified
package.? If
the same Shipper submits multiple bids, the highest present value for such
package of
available transportation capacity shall be considered the valid bid. All
other bids from the
same Shipper for the same package of transportation capacity will be
discarded.
2. Northwest awards bids based on a net present value calculation.? If bid
rate is less than
minimum tariff rate, the following formula is utilized:? Bid Rate x FERC
Interest Rate x The
Maximum Bid Quantity x 365 days/100/12; or if the maximum rate is bid, the
following formula
is utilized:? Bid Rate x FERC Interest Rate x Maximum Bid Quantity x days
bid/100. In case
of a tie, each tied shipper will have the right to improve its bid by
submitting an improved
bid within 24 hours of the bid close time.? Such improved bid shall be faxed
to (801) 584-7076 to Candace Karpakis or Patrick Aman.? If a tie still
exists, such capacity shall be awarded on a prorata basis.
3. Northwest will not accept bids with a primary contract term (Term) longer
than indicated
for the capacity unless maximum rate is bid.
INSTRUCTIONS FOR CREATING A BID FOR
NORTHWEST'S FIRM CAPACITY RELEASE OFFERS
1. Select "CAPACITY RELEASE" application in Northwest Passage.
2. Select "CREATE/SUB BID FOR NWP CAP" application.? All current offers will
appear.
3. Highlight the offer you are interested in by clicking the left mouse
button on the
offer.
4. Select the "TERMS & COND" button at the top of the screen, which is now
active.? The
screen will allow you to review the conditions of the offer.? Close this
screen when
you have finished reviewing.
5. At this point you can review current bids posted for this offer by
selecting the "VIEW
BID" button.? Close this screen when you have finished viewing.
6. If you would like to create a bid for this offer, select "CREATE BID"
button.
7. If you want to bid the maximum rate for the capacity, select the "BID MAX
RATE"
button.
8. Highlight the "END DATE" if you want to modify the end date of the term of
your offer.
9. If you want to modify the receipt/delivery point maximum and minimum
volume, highlight
the receipt/delivery point section with the left mouse button and modify
accordingly. Select
"SAVE".? If an error appears at the button of the screen, the error will need
to be corrected
and the data will need to be saved again.? If successful, a message will
appear indicating
the bid information has saved and the bid rate must be entered.? Select "OK".
10. Select the "RATE" button.? Enter the bid rate.? Select "SAVE".
??????? You have just "CREATED" your bid for the offer.? You now need to
"SUBMIT"
??????? your bid as follows:
11. Close out of all screens and return to the "CAPACITY RELEASE" menu
screens.
12. To Submit or Review your bid(s), select the "REV/SUB/WDRW NWP CAP BID"
button.? All
of your bids will appear.? Highlight the "BID IN DRAFT STATUS" that you would
like to submit
Select the "SUBMIT" button at the top of the screen to post the bid.
To Withdraw your bid(s), select the "REV/SUB/WDRW NWP CAP" button.? All of
your bids will appear.? If the bid has not yet been submitted, highlight the
"BID IN DRAFT STATUS" that you would like to withdraw.? Select the "WITHDRAW"
button at the top of the screen to withdraw the bid.? After a bid has been
withdrawn, you can select the "DELETE" button at the top of the screen to
delete it from the screen.
NOTE:? After each selection, always "REFRESH" the screen to get the latest
status.
Word: F\Short Term/Capacity for Bid-All 2000 November 27, 2000 01-174.doc

View File

@ -0,0 +1,57 @@
Message-ID: <12573109.1075855492364.JavaMail.evans@thyme>
Date: Tue, 27 Feb 2001 23:23:00 -0800 (PST)
From: frank.ermis@enron.com
To: matthew.lenhart@enron.com
Subject: Lodi Gas Storage Open Season
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Frank Ermis
X-To: Matthew Lenhart
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
---------------------- Forwarded by Frank Ermis/HOU/ECT on 02/28/2001 07:21
AM ---------------------------
"Kevin O'Toole" <kotoole@westernhubs.com> on 02/27/2001 07:00:03 PM
Please respond to kotoole@westernhubs.com
To: "'O'Toole, Kevin -- WHP'" <kotoole@westernhubs.com>
cc:
Subject: Lodi Gas Storage Open Season
Lodi Gas Storage is under construction! We have started shop fabrication of
the
facilities piping for the Lodi Gas Storage Project. You will be seeing
frequent
updates on the progress of this high deliverability Northern California
storage
facility.
The attached memo describes an open season we are conducting for 4.5 BCF of
Inventory Capacity and 150 MMCF/D of Injection and Withdrawal Capacity.
Please call me at 281-679-3591, or reply to this e-mail with any questions you
may have.
I look forward to hearing from you.
Kevin O'Toole
Vice President -- Marketing
Western Hub Properties L.L.C.
14811 St. Mary's Ln., Suite 150
Houston, TX 77079-2908
281-679-3591 V
281-679-1564 F
713-208-0153 M
kotoole@westernhubs.com
- Lodi Open Season 2001.02.pdf
- Lodi Slides.pdf

View File

@ -0,0 +1,43 @@
Message-ID: <12699286.1075855475324.JavaMail.evans@thyme>
Date: Fri, 10 Nov 2000 01:56:00 -0800 (PST)
From: ina.rangel@enron.com
To: mike.maggi@enron.com, larry.may@enron.com, jay.reitmeyer@enron.com,
kenneth.shulklapper@enron.com, matthew.lenhart@enron.com,
tori.kuykendall@enron.com, paul.lucci@enron.com,
frank.ermis@enron.com, steven.south@enron.com, jane.tholt@enron.com,
monique.sanchez@enron.com, mike.grigsby@enron.com,
phillip.allen@enron.com, keith.holst@enron.com
Subject: Enron Messaging System is ready
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Ina Rangel
X-To: Mike Maggi, Larry May, Jay Reitmeyer, Kenneth Shulklapper, Matthew Lenhart, Tori Kuykendall, Paul T Lucci, Frank Ermis, Steven P South, Jane M Tholt, Monique Sanchez, Mike Grigsby, Phillip K Allen, Keith Holst
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
---------------------- Forwarded by Ina Rangel/HOU/ECT on 11/10/2000 09:54 AM
---------------------------
Brian Hoskins@ENRON COMMUNICATIONS
11/09/2000 04:47 PM
The Gas Trading Messaging System is ready for everyone to use. Here is the
link to the site. Please let everyone know so they can start using it.
http://gasmsgboard.dev.corp.enron.com
Brian T. Hoskins
Enron Broadband Services
713-853-0380 (office)
713-412-3667 (mobile)
713-646-5745 (fax)
Brian_Hoskins@enron.net

View File

@ -0,0 +1,219 @@
Message-ID: <12760286.1075855472289.JavaMail.evans@thyme>
Date: Mon, 11 Dec 2000 08:09:00 -0800 (PST)
From: susan.t.turpin@williams.com
To: abenton@utilicorp.com, abenton@utilicorp.com, agcdu1@triax.com,
agcdu6@triax.com, anita.reubens@swgas.com, bblanar@coral-energy.com,
bob.mattice@engageenergy.com, bob.mattice@engageenergy.com,
browning@wasatchenergy.com, bruce.langmade@fortjamesmail.com,
bymank@wdni.com, cards@wdni.com, ccoyle@americansoda.com,
cmcgra@puget.com, cridin@puget.com, dave.dungan@weyerhaeuser.com,
deborahs@kimballenergy.com, derek.danyliw@husky-oil.com,
dlh@nwnatural.com, fermis@enron.com, gacynth_adam@transcanada.com,
geek@bp.com, gilesmh@bp.com, janderson@clarkpud.com,
jane@itcoworld.com, jennifer_owen@pgn.com,
jmmcarthur@duke-energy.com, jsanders@clarkpud.com,
kims@kimballenergy.com, klambe@puget.com, kri.pam@pdg.net,
llightfoot@coral-energy.com, lmanis@sdge.com, lprior@enron.com,
niels_a_vervloet@reliantenergy.com, ramperms@bp.com,
rfm@nwnatural.com, robert.harp@engageenergy.com,
robert.harp@engageenergy.com, rony@panalberta.com,
ryan.watt@enron.com, sbrewer@enron.com, scotts@kimballenergy.com,
sghill@bcgas.com, sgwi@dynegy.com, spjutd2@wdni.com,
ssouth@enron.com, stephane.brodeur@enron.com,
tdizona@coral-energy.com, tgilliam@avistaenergy.com,
tom.mckay@engageenergy.com, tom.mckay@engageenergy.com,
val_yildirok@pgn.com, wharlan@ix.netcom.com,
zcourns@national-fuel.com
Subject: NWP System Notice - 01-186 Soliciting Electronic Bids
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
X-From: "Turpin, Susan T" <Susan.T.Turpin@Williams.com>
X-To: "'abenton@utilicorp.com'" <abenton@utilicorp.com>, "'abenton@utilicorp.com'" <abenton@utilicorp.com>, "'agcdu1@triax.com'" <agcdu1@triax.com>, "'agcdu6@triax.com'" <agcdu6@triax.com>, "'anita.reubens@swgas.com'" <anita.reubens@swgas.com>, "'bblanar@coral-energy.com'" <bblanar@coral-energy.com>, "'BOB.MATTICE@ENGAGEENERGY.COM'" <BOB.MATTICE@ENGAGEENERGY.COM>, "'BOB.MATTICE@ENGAGEENERGY.COM'" <BOB.MATTICE@ENGAGEENERGY.COM>, "'browning@wasatchenergy.com'" <browning@wasatchenergy.com>, "'bruce.langmade@fortjamesmail.com'" <bruce.langmade@fortjamesmail.com>, "'bymank@wdni.com'" <bymank@wdni.com>, "'cards@wdni.com'" <cards@wdni.com>, "'ccoyle@americansoda.com'" <ccoyle@americansoda.com>, "'cmcgra@puget.com'" <cmcgra@puget.com>, "'cridin@puget.com'" <cridin@puget.com>, "'Dave.Dungan@Weyerhaeuser.com'" <Dave.Dungan@Weyerhaeuser.com>, "'deborahs@kimballenergy.com'" <deborahs@kimballenergy.com>, "'derek.danyliw@husky-oil.com'" <derek.danyliw@husky-oil.com>, "'dlh@nwnatural.com'" <dlh@nwnatural.com>, "'FERMIS@ENRON.COM'" <FERMIS@ENRON.COM>, "'gacynth_adam@transcanada.com'" <gacynth_adam@transcanada.com>, "'geek@bp.com'" <geek@bp.com>, "'gilesmh@bp.com'" <gilesmh@bp.com>, "'janderson@clarkpud.com'" <janderson@clarkpud.com>, "'jane@itcoworld.com'" <jane@itcoworld.com>, "'jennifer_owen@pgn.com'" <jennifer_owen@pgn.com>, "'jmmcarthur@duke-energy.com'" <jmmcarthur@duke-energy.com>, "'jsanders@clarkpud.com'" <jsanders@clarkpud.com>, "'kims@kimballenergy.com'" <kims@kimballenergy.com>, "'Klambe@puget.com'" <Klambe@puget.com>, "'kri.pam@pdg.net'" <kri.pam@pdg.net>, "'llightfoot@coral-energy.com'" <llightfoot@coral-energy.com>, "'lmanis@sdge.com'" <lmanis@sdge.com>, "'LPRIOR@ENRON.COM'" <LPRIOR@ENRON.COM>, "'niels_a_vervloet@reliantenergy.com'" <niels_a_vervloet@reliantenergy.com>, "'ramperms@bp.com'" <ramperms@bp.com>, "'rfm@nwnatural.com'" <rfm@nwnatural.com>, "'ROBERT.HARP@ENGAGEENERGY.COM'" <ROBERT.HARP@ENGAGEENERGY.COM>, "'ROBERT.HARP@ENGAGEENERGY.COM'" <ROBERT.HARP@ENGAGEENERGY.COM>, "'rony@panalberta.com'" <rony@panalberta.com>, "'ryan.watt@enron.com'" <ryan.watt@enron.com>, "'SBREWER@ENRON.COM'" <SBREWER@ENRON.COM>, "'scotts@kimballenergy.com'" <scotts@kimballenergy.com>, "'sghill@bcgas.com'" <sghill@bcgas.com>, "'sgwi@dynegy.com'" <sgwi@dynegy.com>, "'spjutd2@wdni.com'" <spjutd2@wdni.com>, "'SSOUTH@ENRON.COM'" <SSOUTH@ENRON.COM>, "'stephane.brodeur@enron.com'" <stephane.brodeur@enron.com>, "'tdizona@coral-energy.com'" <tdizona@coral-energy.com>, "'tgilliam@avistaenergy.com'" <tgilliam@avistaenergy.com>, "'tom.mckay@engageenergy.com'" <tom.mckay@engageenergy.com>, "'tom.mckay@engageenergy.com'" <tom.mckay@engageenergy.com>, "'val_yildirok@pgn.com'" <val_yildirok@pgn.com>, "'wharlan@ix.netcom.com'" <wharlan@ix.netcom.com>, "'zcourns@national-fuel.com'" <zcourns@national-fuel.com>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Post Date: December 11, 2000
Category: SHORT-TERM FIRM CAPACITY
Subcategory: NWP OFFERS
Subject: 01-186? Soliciting Electronic Bids
Notice Text:
All Shippers Notification: 01-186?????? ??????? Dated December 11, 2000
TO:???? ALL SHIPPERS
FROM:?? Candace C. Karpakis- (801) 584-6996 wk
?????????????????????? (801) 971-5983 cellular
?????????????????????? Williams Gas Pipeline-West
?????????????????????? Northwest Pipeline Transportation
SUBJECT:??????? SOLICITING ELECTRONIC BIDS FOR AVAILABLE FIRM
?????????????????????? MAINLINE TRANSPORTATION CAPACITY ON NORTHWEST'S
?????????????????????? TRANSMISSION SYSTEM
Northwest has posted the following package of available firm TF-1
Large Customer transportation capacity to its Electronic Bulletin
Board ("EBB") for competitive bid pursuant to the "Right-of-First-
Refusal; Posting of Pipeline Capacity" provision of Northwest's
Tariff, which requires availability of capacity to be posted to the
EBB subject to bid.? All prearranged terms are indicated below, if
applicable.? The prearranged shipper has the right to match the
highest economic value at the end of the bid period.? If the
prearranged shipper does not match the highest economic value, award
of such capacity will be made according to Northwest's tariff.
NOTE:? BIDS FOR POSTED CAPACITY WILL BE CONDUCTED ELECTRONICALLY AS
CLOSED BIDS ON NORTHWEST PIPELINE'S EBB.? Please contact Candace
Karpakis or your Marketing Services Representative if you encounter
any problems with your EBB bid(s).? DON'T WAIT UNTIL THE LAST MINUTE
TO POST YOUR BID.? Time deadlines are electronically monitored and
implemented.
PACKAGE "C"
From the
December 8, 2000 Posting
EBB OFFER # 452
RECEIPT??????????? DELIVERY?????????? TOTAL????????? INITIAL
PRIMARY???????????? PREARRANGED
POINT??????????????? POINT????????????????? DTH/D?????????? CONTRACT
TERM??????????? OFFER
Sumas?????? Puget (Canyon)???????? 5,000?????????? 01/01/01 -
01//31/01??????????? YES
Min. Acceptable Bid:??? $0.05 per Dth of daily Reservation Contract Demand
for
?????????????????????????????????????????????? Flexible Receipt/Delivery
Point Rights
Min. Acceptable Bid Vol:??????? 1 Dth/d
Max. Acceptable Bid Vol:??????? 5,000 Dth/d
Bid Open Date:??????????????????? ????? 12/11/00 - (3:30 pm Central Time)
Bid Close Date: 12/12/00 - (3:30 pm Central Time)
Award Deadline: 12/12/00 - (4:30 pm Central Time)
Evergreen:????? ??????? Month to Month, Ten (10) Business Days Prior Written
?????????????????????????????????????????????? Notice by Either Party
Special Terms & Cond:?? See 1, 2 and 3 Below.
SPECIAL TERMS AND CONDITIONS
1. The discount rate shall apply to points utilized by the original shipper
??????? entering into the transportation agreement with Northwest.
2. A shipper will be allowed to release and/or segment and release the
capacity
and shipper and replacement shipper may utilize any available points on
Northwest's transmission system without impacting the discount for the
original shipper.
3. This prearranged offer is for a reservation contract demand rate.? In
addition
to the Reservation Charge Bid, shipper will pay the volumetric charge, the
applicable surcharges and fuel.
?
PROCEDURE FOR BIDDING FOR
AVAILABLE TRANSPORTATION CAPACITY
The following guidelines will be adhered to for all posted packages of
transportation
capacity for electronic bid ("package or packages"):
1. Shipper must submit a separate electronic bid for each package of
available
transportation capacity.? Multiple electronic bid(s) can be submitted for the
total available transportation capacity under the specified package OR
multiple
rates can be submitted each for a partial amount of available transportation
capacity under the specified package.? If the same Shipper submits multiple
bids,
the highest present value for such package of available transportation
capacity
shall be considered the valid bid. All other bids from the same Shipper for
the
same package of transportation capacity will be discarded.
2. Northwest awards bids based on a net present value calculation.? If bid
rate is
less than minimum tariff rate, the following formula is utilized:? Bid Rate x
FERC Interest Rate x The Maximum Bid Quantity x 365 days/100/12; or if the
maximum rate is bid, the following formula is utilized:? Bid Rate x FERC
Interest
Rate x Maximum Bid Quantity x days bid/100. In case of a tie, each tied
shipper
will have the right to improve its bid by submitting an improved bid within
24
hours of the bid close time.? Such improved bid shall be faxed to (801)
584-7076
to Candace Karpakis or Patrick Aman.? If a tie still exists, such capacity
shall
be awarded on a prorata basis.
3. Northwest will not accept bids with a primary contract term (Term) longer
than
indicated for the capacity unless maximum rate is bid.
INSTRUCTIONS FOR CREATING A BID FOR
NORTHWEST'S FIRM CAPACITY RELEASE
OFFERS
1. Select "CAPACITY RELEASE" application in Northwest Passage.
2. Select "CREATE/SUB BID FOR NWP CAP" application.? All current offers will
appear.
3. Highlight the offer you are interested in by clicking the left mouse
button
on the offer.
4. Select the "TERMS & COND" button at the top of the screen, which is now
active.? The screen will allow you to review the conditions of the offer.
Close this screen when you have finished reviewing.
5. At this point you can review current bids posted for this offer by
selecting
the "VIEW BID" button.? Close this screen when you have finished viewing.
6. If you would like to create a bid for this offer, select "CREATE BID"
button.
7. If you want to bid the maximum rate for the capacity, select the "BID MAX
RATE" button.
8. Highlight the "END DATE" if you want to modify the end date of the term of
your offer.
9. If you want to modify the receipt/delivery point maximum and minimum
volume,
highlight the receipt/delivery point section with the left mouse button and
modify accordingly. Select "SAVE".? If an error appears at the button of the
screen, the error will need to be corrected and the data will need to be
saved again.? If successful, a message will appear indicating the bid
information has saved and the bid rate must be entered.? Select "OK".
10. Select the "RATE" button.? Enter the bid rate.? Select "SAVE".
You have just "CREATED" your bid for the offer.? You now need to
"SUBMIT" your bid as follows:
11. Close out of all screens and return to the "CAPACITY RELEASE" menu
screens.
12. To Submit or Review your bid(s), select the "REV/SUB/WDRW NWP CAP BID"
button.
All of your bids will appear.? Highlight the "BID IN DRAFT STATUS" that you
would like to submit.? Select the "SUBMIT" button at the top of the screen
topost the bid.
To Withdraw your bid(s), select the "REV/SUB/WDRW NWP CAP" button.
All of your bids will appear.? If the bid has not yet been submitted,
highlight the "BID IN DRAFT STATUS" that you would like to withdraw.
Select the "WITHDRAW" button at the top of the screen to withdraw the
bid.? After a bid has been withdrawn, you can select the "DELETE"
button at the top of the screen to delete it from the screen.
NOTE:? After each selection, always "REFRESH" the screen to get the latest
status.
Word: F\Short Term/Capacity for Bid-All 2000 December 11 2000 01-186.doc

View File

@ -0,0 +1,51 @@
Message-ID: <12783671.1075855476165.JavaMail.evans@thyme>
Date: Fri, 3 Nov 2000 05:57:00 -0800 (PST)
From: phillip.allen@enron.com
To: mike.grigsby@enron.com, keith.holst@enron.com, frank.ermis@enron.com
Subject: New Generation as of Oct 24th
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Phillip K Allen
X-To: Mike Grigsby, Keith Holst, Frank Ermis
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
---------------------- Forwarded by Phillip K Allen/HOU/ECT on 11/03/2000
01:40 PM ---------------------------
Kristian J Lande
11/03/2000 08:36 AM
To: Christopher F Calger/PDX/ECT@ECT, Jake Thomas/HOU/ECT@ECT, Frank W
Vickers/HOU/ECT@ECT, Elliot Mainzer/PDX/ECT@ECT, Michael McDonald/SF/ECT@ECT,
David Parquet/SF/ECT@ECT, Laird Dyer/SF/ECT@ECT, Jim Buerkle/PDX/ECT@ECT, Jim
Gilbert/PDX/ECT@ECT, Terry W Donovan/HOU/ECT@ECT, Jeff G
Slaughter/ENRON_DEVELOPMENT@ENRON_DEVELOPMENT, Ed Clark/PDX/ECT@ECT
cc: Tim Belden/HOU/ECT@ECT, Mike Swerzbin/HOU/ECT@ECT, Matt
Motley/PDX/ECT@ECT, Greg Wolfe/HOU/ECT@ECT, Phillip K Allen/HOU/ECT@ECT,
Chris H Foster/HOU/ECT@ECT, Kim Ward/HOU/ECT@ECT, Paul Choi/SF/ECT@ECT, John
Malowney/HOU/ECT@ECT, Stewart Rosman/HOU/ECT@ECT
Subject: New Generation as of Oct 24th
As noted in my last e-mail, the Ray Nixon expansion project in Colorado had
the incorrect start date. My last report showed an online date of May 2001;
the actual anticipated online date is May 2003.
The following list ranks the quality and quantity of information that I have
access to in the WSCC:
1) CA - siting office, plant contacts
2) PNW - siting offices, plant contacts
3) DSW - plant contacts, 1 siting office for Maricopa County Arizona.
4) Colorado - Integrated Resource Plan
If anyone has additional information regarding new generation in the Desert
Southwest or Colorado, such as plant phone numbers or contacts, I would
greatly appreciate receiving this contact information.

View File

@ -0,0 +1,254 @@
Message-ID: <12794333.1075855474127.JavaMail.evans@thyme>
Date: Mon, 20 Nov 2000 14:07:00 -0800 (PST)
From: enerfax1@bellsouth.net
To: enerfaxweb@egroups.com
Subject: Enerfax Daily's free web version of gas & power prices and info Go
to www.enerfax.com if can not view properly.htm
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
X-From: "Enerfax Energy" <enerfax1@bellsouth.net>
X-To: <enerfaxweb@egroups.com>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
?
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE]
Enerfax Daily
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
>
[IMAGE]
[IMAGE]
Looking for a past article or issue. Click here to use Sagewave's Search.
Enerfax Daily? -? Page ? -? November 21, 2000
[IMAGE]
[IMAGE]
Enerfax Daily? -? Page 4? -? November 21, 2000 -? ? Past Issues
Available on Sagewave
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
Governments Negotiate Differences in The Hague
? ?
After a week of preliminary talks that failed to resolve differences over
how best to protect the planet, government leaders have arrived to bargain
over the toughest aspects of curbing emissions. About 2,000 lower level
officials did what they could to prepare for the final week of negotiations
among environment ministers or cabinet-rank officers from at least 150
countries. The US feels its effort to find common ground and be flexible has
not been returned by? European counterparts. The US has been singled out for
criticism for its effort to reduce its commitments. The government
essentially agreed to Kyoto because they agreed to the flexibility
mechanisms such as emissions trading, now the US is running into trouble
with that. If the conference ends in agreement, any treaty enforcing a new
global code of behavior on emissions will require ratification by most of
the industrial countries. Without a US endorsement, it would be difficult
for such a treaty to come into force. The US Senate already has passed a
resolution making its ratification conditional on assurances that the
nation's competitiveness on world markets will not be harmed. A select group
of leading policy makers held informal closed-door talks in The Hague ahead
of a ceremony Monday marking the start of the critical second phase of the
conference. The politicians are working toward a comprehensive plan to
reduce the Earth's output of heat-trapping gasses from businesses, farms and
automobiles, without bloating national budgets or hampering the global
economy. A board of 2,000 leading scientists, the Intergovernmental Panel on
Climate Change, projects that in the coming 100 years there will be more
rainfall, a temperature increase of up to 11 degrees Fahrenheit and a
sea-level rise of up to 30 inches. An agreement reached in 1997 in Kyoto,
Japan, called for a worldwide reduction of carbon-based gas emissions by an
average 5.2% below 1990 levels. The target date for the reductions was 2012.
Europe is committed to cutting emissions 8%, Japan 6% and the US 7%.
[IMAGE]
Enerfax Daily? -? Page 7? -? November 21, 2000
[IMAGE]
Enerfax Daily? -? Page 8? -? November 21, 2000
[IMAGE]
(Continued from Page 6)
and could put the future of the Midwest ISO in peril. However, FERC has
never articulated clearly a requirement that a party exercising a
contractual termination right must demonstrate that termination is
consistent with the public interest, according to Dynegy. It also argued
that it has not refused to participate in an RTO; it merely seeks to join
one that adequately protects its legitimate financial interests and also
represents a significant improvement to the status quo for other market
participants. Dynegy urged FERC to limit its decision on whether or not the
company can leave the ISO to the facts, not on the uproar Dynegy's actions
have caused in the Midwest. Regulators in Illinois and Michigan have
protested Illinois Power's
[IMAGE]
Financial Summary
[IMAGE]
")} TC
[IMAGE]
- blnk.gif
- img17.gif
- img18.gif
- img19.gif
- img20.gif
- img21.gif
- img22.gif
- img23.gif
- img24.gif
- img25.gif
- img26.gif
- img27.gif
- img28.gif
- img29.gif
- img30.gif
- img31.gif
- img32.gif
- img33.gif
- img34.gif
- img10.gif
- img35.gif
- id=1381847
- img36.gif

View File

@ -0,0 +1,583 @@
Message-ID: <12827933.1075855492171.JavaMail.evans@thyme>
Date: Thu, 19 Apr 2001 11:32:00 -0700 (PDT)
From: miki.bode@williams.com
To: abenton@utilicorp.com, abenton@utilicorp.com, agcdu1@triax.com,
agcdu6@triax.com, anita.reubens@swgas.com, bblanar@coral-energy.com,
bob.mattice@engageenergy.com, bob.mattice@engageenergy.com,
browning@wasatchenergy.com, bruce.langmade@fortjamesmail.com,
bymank@wdni.com, cards@wdni.com, caver_ordal@pgn.com,
ccoyle@americansoda.com, cmcgra@puget.com, cpavlica@enerad.com,
craig.provenzano@powersrc.com, cridin@puget.com, cslaman@usg.com,
cwduke@duke-energy.com, darena@national-energy.com,
dave.dungan@weyerhaeuser.com, deborahs@kimballenergy.com,
derek.danyliw@husky-oil.com, dlh@nwnatural.com, fermis@enron.com,
geek@bp.com, gilesmh@bp.com, janderson@clarkpud.com,
jane@itcoworld.com, jennifer_owen@pgn.com,
jmmcarthur@duke-energy.com, jsanders@clarkpud.com,
kims@kimballenergy.com, klambe@puget.com,
llightfoot@coral-energy.com, lmansi@sdge.com, lprior@enron.com,
mcano@enerad.com, michelle_hunter@pgn.com,
niels_a_vervloet@reliantenergy.com, pschmidt@kimballresources.com,
ramperms@bp.com, rcooper@usg.com, rfm@nwnatural.com,
robert.harp@engageenergy.com, robert.harp@engageenergy.com,
rony@panalberta.com, ryan.watt@enron.com, sakom@global.net,
sbrewer@enron.com, scotts@kimballenergy.com, sghill@bcgas.com,
spjutd2@wdni.com, ssouth@enron.com, stephane.brodeur@enron.com,
tdizona@coral-energy.com, tjmi@dynegy.com,
tom.mckay@engageenergy.com, tom.mckay@engageenergy.com,
val_yildirok@pgn.com, wharlan@kimballresources.com,
zcourns@national-fuel.com, jshadie@idahopower.com
Subject: NWP System Notice - 01-235 NWP Available Capacity
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
X-From: "Bode, Miki" <Miki.Bode@Williams.com>
X-To: "'abenton@utilicorp.com'" <abenton@utilicorp.com>, "'abenton@utilicorp.com'" <abenton@utilicorp.com>, "'agcdu1@triax.com'" <agcdu1@triax.com>, "'agcdu6@triax.com'" <agcdu6@triax.com>, "'anita.reubens@swgas.com'" <anita.reubens@swgas.com>, "'bblanar@coral-energy.com'" <bblanar@coral-energy.com>, "'BOB.MATTICE@ENGAGEENERGY.COM'" <BOB.MATTICE@ENGAGEENERGY.COM>, "'BOB.MATTICE@ENGAGEENERGY.COM'" <BOB.MATTICE@ENGAGEENERGY.COM>, "'browning@wasatchenergy.com'" <browning@wasatchenergy.com>, "'bruce.langmade@fortjamesmail.com'" <bruce.langmade@fortjamesmail.com>, "'bymank@wdni.com'" <bymank@wdni.com>, "'cards@wdni.com'" <cards@wdni.com>, "'caver_ordal@pgn.com'" <caver_ordal@pgn.com>, "'ccoyle@americansoda.com'" <ccoyle@americansoda.com>, "'cmcgra@puget.com'" <cmcgra@puget.com>, "'cpavlica@enerad.com'" <cpavlica@enerad.com>, "'craig.provenzano@powersrc.com'" <craig.provenzano@powersrc.com>, "'cridin@puget.com'" <cridin@puget.com>, "'cslaman@usg.com'" <cslaman@usg.com>, "'cwduke@duke-energy.com'" <cwduke@duke-energy.com>, "'darena@national-energy.com'" <darena@national-energy.com>, "'Dave.Dungan@Weyerhaeuser.com'" <Dave.Dungan@Weyerhaeuser.com>, "'deborahs@kimballenergy.com'" <deborahs@kimballenergy.com>, "'derek.danyliw@husky-oil.com'" <derek.danyliw@husky-oil.com>, "'dlh@nwnatural.com'" <dlh@nwnatural.com>, "'FERMIS@ENRON.COM'" <FERMIS@ENRON.COM>, "'geek@bp.com'" <geek@bp.com>, "'gilesmh@bp.com'" <gilesmh@bp.com>, "'janderson@clarkpud.com'" <janderson@clarkpud.com>, "'jane@itcoworld.com'" <jane@itcoworld.com>, "'jennifer_owen@pgn.com'" <jennifer_owen@pgn.com>, "'jmmcarthur@duke-energy.com'" <jmmcarthur@duke-energy.com>, "'jsanders@clarkpud.com'" <jsanders@clarkpud.com>, "'kims@kimballenergy.com'" <kims@kimballenergy.com>, "'Klambe@puget.com'" <Klambe@puget.com>, "'llightfoot@coral-energy.com'" <llightfoot@coral-energy.com>, "'lmansi@sdge.com'" <lmansi@sdge.com>, "'LPRIOR@ENRON.COM'" <LPRIOR@ENRON.COM>, "'mcano@enerad.com'" <mcano@enerad.com>, "'Michelle_Hunter@pgn.com'" <Michelle_Hunter@pgn.com>, "'niels_a_vervloet@reliantenergy.com'" <niels_a_vervloet@reliantenergy.com>, "'pschmidt@kimballresources.com'" <pschmidt@kimballresources.com>, "'ramperms@bp.com'" <ramperms@bp.com>, "'rcooper@usg.com'" <rcooper@usg.com>, "'rfm@nwnatural.com'" <rfm@nwnatural.com>, "'ROBERT.HARP@ENGAGEENERGY.COM'" <ROBERT.HARP@ENGAGEENERGY.COM>, "'ROBERT.HARP@ENGAGEENERGY.COM'" <ROBERT.HARP@ENGAGEENERGY.COM>, "'rony@panalberta.com'" <rony@panalberta.com>, "'ryan.watt@enron.com'" <ryan.watt@enron.com>, "'sakom@global.net'" <sakom@global.net>, "'SBREWER@ENRON.COM'" <SBREWER@ENRON.COM>, "'scotts@kimballenergy.com'" <scotts@kimballenergy.com>, "'sghill@bcgas.com'" <sghill@bcgas.com>, "'spjutd2@wdni.com'" <spjutd2@wdni.com>, "'SSOUTH@ENRON.COM'" <SSOUTH@ENRON.COM>, "'stephane.brodeur@enron.com'" <stephane.brodeur@enron.com>, "'tdizona@coral-energy.com'" <tdizona@coral-energy.com>, "'tjmi@dynegy.com'" <tjmi@dynegy.com>, "'tom.mckay@engageenergy.com'" <tom.mckay@engageenergy.com>, "'tom.mckay@engageenergy.com'" <tom.mckay@engageenergy.com>, "'val_yildirok@pgn.com'" <val_yildirok@pgn.com>, "'wharlan@kimballresources.com'" <wharlan@kimballresources.com>, "'zcourns@national-fuel.com'" <zcourns@national-fuel.com>, "'jshadie@idahopower.com'" <jshadie@idahopower.com>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Post Date: April 19, 2001
Category: SHORT-TERM FIRM CAPACITY
Subcategory: NWP OFFERS
Subject: 01-235 NWP Available Capacity
Notice Text:
All Shippers Notification:? 01-235?????? Dated : April 19, 2001
NORTHWEST PIPELINE'S
NOTICE OF AVAILABLE AND
POTENTIALLY AVAILABLE FIRM
TRANSPORTATION CAPACITY1)
NOTE:? REMAINING LIMITED TERM
MITIGATED TRANSPORTATION
CAPACITY HAS BEEN ADDED TO
THIS NOTICE
**********************************************************************
Capacity Below Available
?for TF-1 Service Only
??????????????????????????????????????????????????????????????????????????????
??????? Total???? Available
Pkg? Receipt Point2)????????? Delivery Point2)?????????? Dth/d?????? Date3)??
A??? Sumas?????????????????????????? Puget(Canyon)??????????? 15,000??????
NOW-
??????????????????????????????????????????????????????????????????????????????
??????????????????????? 10/14/01
B??? Sumas????? ?????????????????????? Kern River/Muddy Crk.? 8,272????? NOW-
??????????????????????????????????????????????????????????????????????????????
???????????????????????? 06/01/03
B-1? Sumas????? ?????????????????????? Kern River/Muddy Crk.? 1,500 9)
11/01/01-
??????????????????????????????????????????????????????????????????????????????
????????????????????????? 06/01/03
C??? Sumas(1160)??????????????? Kemmerer?????????????????????? 2,750??????
NOW
???? Ignacio Plant(1590)
D??? Sumas(2,390)?????????????? Monticello(330)??????????????? 6,016??????
NOW
???? Ignacio(3,626)??????????????? Rio Algom(300)
???????????????????????????????????????????? Moab#2(1,861)
???????????????????????????????????????????? Moab(2,283)
???????????????????????????????????????????? Arches National Park(17)
???????????????????????????????????????????? Vernal(653)
???????????????????????????????????????????? Dutch John(125)
???????????????????????????????????????????? Redwash(447)
E??? Starr Road??????????????????? Inland Paper???????????????????????
830??????? 05/01/01 8)
F??? Stanfield?????????????????????? Stanfield???????????????????????????
3,681??????? 06/01/01 9)
F-1? Stanfield????????????????????? Stanfield?????????????????????????
14,490??????? 04/01/02 10)
G??? Shute Creek?????????????? Ignacio-Bondad (EPNG)? 10,000?????? NOW
G-1? Shute Creek????????????? Ignacio-Bondad (EPNG)? 40,000?????? 06/01/01 9)
G-2? Shute Creek????????????? Ignacio-Bondad (EPNG)? 25,000?????? 11/01/01 9)
H??? Opal Plant??????????????????? Western Mkt Center?????? 90,000??????
06/01/01 9)
I??? Painter???????????????????????? Muddy Creek (KERN)?????????? 8,351??????
05/01/01 8)
I-1? Painter??????????????????????? Muddy Creek (KERN)???????? 35,000??????
06/01/01 9)
J??? Western Mkt Center?? Crossover 16-Questar?? 50,415?????? 06/01/01 7) 9)
K??? Western Mkt Center?? Clay Basin`???????????????????????? 4,585??????
06/01/01 7) 9)
L??? Crossover 16?????????????? Green River-CIG?????????????? 23,152??????
NOW 7) 8)
M??? Crossover 16????????????? Clay Basin????????????????????????
10,000??????? 06/01/01 7) 9)
M-1? Crossover 16???????????? Clay Basin???????????????????????? 17,263??????
NOW 7)
N??? Green Rvr/McKinn-CIG Clay Basin??????????????????????? 23,152??????
05/01/01 7) 8)
O??? Clay Basin??????????????????? Chevron Rangely(6093)???? 7,488???????
06/01/01 9)
????????????????????????????????????????????? Vernal (1395)
P??? Clay Basin???????????????????? Redwash/Questar??????????? 19,240??????
11/01/01 7) 9)
Q??? Clay Basin???????????????????
Rifle?????????????????????????????????????? 1,850??????? NOW 7)
Q-1? Clay Basin?????????????????? Rifle??????????????????????????????????????
7,770??????? 06/01/01 7) 9)
R??? Clay Basin??????????????????? American Soda Ash??????????? 1,140???????
NOW 7) 8)
S??? Jensen (Ut Gas Svc)? Green River-CIG????????????????????? 316???????
06/01/01 8) 9)
T??? Redwash/Chevron????? Green River-CIG????????????????? 1,850??????? NOW
8)
U??? Redwash/QPC????????????? Rifle??????????????????????????????????????
1,050??????? 06/01/01 7) 9)
????
V??? Greasewood?????????????? Clay Basin????????????????????????????
2,765??????? NOW 8)
W??? Piceance Quick Cycle Green River-CIG???????????????? 1,005??????? NOW 8)
X??? Barrett??????????????????????????? Kern River??????????????????????????
4,097??????? 06/01/01 9)
?
Y??? Barrett?????????????????????????? Green River-CIG?????????????????
6,460??????? NOW 8)
Z??? North Douglas????????????? Green River-CIG????????????????? 3,178???????
NOW 8)
AA?? Sand Springs????????????? Ignacio-Bondad (EPNG)?? 23,148??????? 11/01/01
4,10)
BB?? West Douglas???????????? Clay Basin???????????????????????????
2,354???????? NOW 8)
CC?? Calf Canyon(410)??????? Kern River?????????????????????????????
703??????? 01/01/02 9)
???? Foundation Crk.(293)
DD?? Lisbon?????????????????????????? Green River-CIG???????????????
2,600???????? NOW 8)
EE?? Grand Valley????????????????? Green River-CIG??????????????
1,137???????? NOW 8)
FF?? Grand Gas????????????????????? Green River-CIG??????????????
1,000????????? NOW 8)
GG?? Ignacio Plant???????????????? Green River-CIG???????????? 10,000????????
06/01/01 9)
GG-1 Ignacio Plant?????????????? Green River-CIG?????????????? 1,424?????????
NOW 8)
GG-2 Ignacio Plant?????????????? Green River-CIG?????????????? 1,177?????????
NOW
GG-3 Ignacio Plant????????????? Green River-CIG??????????????? 5,000?????????
05/01/01 10)
HH?? Ignacio Plant??????????????? Grand Junction?????????????????
4,000????????? 06/01/01 9)
HH-1 Ignacio Plant??????????????? Grand Junction????????????????
4,310????????? NOW 8)
II?? Ignacio Plant??????????????????? Ignacio -Bondad (EPNG) 25,000?????????
NOW 8)
II-1 Ignacio Plant?????????????????? Ignacio -Bondad (EPNG) 25,000????????
11/01/01 9)
JJ?? Blanco Hub-TW????????????? Green River-CIG????????????? 24,000????????
06/01/01 9)
JJ-1 Blanco Hub-TW???????????? Green River-CIG????????????? 61,463????????
NOW
**********************************************************************
Jackson Prairie Receipt Point Capacity
Available for TF-1 or TF-2 Service as specified
below
KK?? Jackson Prairie??????????? SIPI???????????????????????????????????
47,341?????????? NOW 5)8)
???? (55,715)????????????????????????????
Lynden????????????????????????????????? 592?????
???????????????????????????????????????????????
Lawrence?????????????????????????????? 81??????
???????????????????????????????????????????????
ACME?????????????????????????????????????? 68??????
??????????????????????????????????????????????? Mt.
Vernon?????????????????????????? 115?????
???????????????????????????????????????????????
Sedro/Woolley????????????????? 3,988???
??????????????????????????????????????????????? LDS
Church????????????????????????? 133?????
??????????????????????????????????????????????? Granite
Falls????????????????????? 1,536???
???????????????????????????????????????????????
Machias????????????????????????????? 1,840???
??????????????????????????????????????????????
Snohomish????????????????????????????? 21??????
LL?? Jackson Prairie??????????? Echo Lake???????????????????????????????
33?????? NOW 5)8)
???? (7,530)?????????????????????????????? Duval/Cottage Lake?????????????
183????
???????????????????????????????????????????????
Redmond??????????????????????????? 3,293??
??????????????????????????????????????????????? May
Valley???????????????????????????? 300
??????????????????????????????????????????????? Lake
Francis????????????????????? 2,808??
??????????????????????????????????????????????
Covington?????????????????????????????? 263????
??????????????????????????????????????????????? Black
Diamond????????????????????? 450????
???????????????????????????????????????????????
Enumclaw????????????????????????????? 200????
MM?? Jackson Prairie????????? Sedro/Woolley?????????????????? 8,300?????
05/01/04 5)10)
NN?? Jackson Prairie??????????? South Lake?????????????????????? 35,500?????
NOW 6)
??
OO?? Jackson Prairie??????????? Idaho State Pen.??????????????? 1,735?????
NOW 6)
PP?? Jackson Prairie???????????? Kern River/Muddy Crk.? 98,069????? NOW 6)
QQ?? Jackson Prairie???????????? Shute Creek???????????????????? 7,688??????
NOW 6)
RR?? Jackson Prairie????????????? Pocatello??????????????????????????
1,198?????? NOW 6)
************************************************************************
Mitigated Volumes for 2001
Only available for Time Periods Listed
SS?? Sumas??????????????? Reno Lateral?????????? 2,385?? April Only
SS-1 Sumas??????????????? Reno Lateral?????????? 3,399?? May Only
SS-2 Sumas??????????????? Reno Lateral?????????? 3,764?? June Only
SS-3 Sumas??????????????? Reno Lateral?????????? 4,243?? July Only
SS-4 Sumas??????????????? Reno Lateral?????????? 4,341?? August Only
SS-5 Sumas??????????????? Reno Lateral?????????? 3,922?? September Only
SS-6 Sumas??????????????? Reno Lateral?????????? 2,076?? October Only
TT?? Sumas??????????????? LaGrande???????????????????? 500?? Jun, Jul, Aug
??????????????????????????????????????????????????????????????????????????????
??????? or Sept --
??????????????????????????????????????????????????????????????????????????????
?????? or Jun - Sept
?
UU?? Sumas??????????????? Spokane Mead?????????? 2813??? Jun, Jul, Aug
??????????????????????????????????????????????????????????????????????????????
???????? or Sept -
??????????????????????????????????????????????????????????????????????????????
???????? or Jun - Sept
VV?? Starr Road?????????? Spokane-Kettle Falls?? 401??? Jun, Jul, Aug
??????????????????????????????????????????????????????????????????????????????
?????????? or Sept -
??????????????????????????????????????????????????????????????????????????????
?????????? or Jun - Sept
WW?? Klamath????????????? Klamath???????????????????????? 263???? Jun, Jul,
Aug
??????????????????????????????????????????????????????????????????????????????
?????????? or Sept -
??????????????????????????????????????????????????????????????????????????????
??????????? or Jun - Sept
XX?? Sumas??????????????? Reno??????????????????????????????? 281???? Jun,
Jul, Aug
??????????????????????????????????????????????????????????????????????????????
?????????? or Sept -
??????????????????????????????????????????????????????????????????????????????
?????????? or Jun - Sept
************************************************************************
1) This notification supercedes all previous Notices of Available and
Potentially Available Capacity and is subject to change at any time.
2) Other receipt and delivery points utilizing the described
??? transportation corridor may be available.
3)? Potential Availability date for the Capacity.
4)? Contracts shall include the following subordinate scheduling
??? provision if the requested term extends into a critical operational
??? period:
To the extent Shipper's nominated volumes are not scheduled solely
due to Shipper's subordinate scheduling priorities set forth below,
the monthly base reservation charge will be discounted to $0.00 per
Dth for that quantity only.
Section 14.1(c)(i) of Northwest's tariff is modified to condition
Shipper's primary corridor rights through any mainline constraint
from the Sand Springs receipt point to the Ignacio Bondad (or
LaPlata-TW) delivery point(s) to have a scheduling priority which
will be subordinate to the scheduling priority for any firm shipper
with primary corridor rights that encompass and extend beyond the
Sand Springs to Ignacio Bondad (or LaPlata-TW) corridor.
5) Available for TF-1 or TF-2 transportation service.? TF-2 service
will not be discounted below Northwest's current Tariff filed rate
for TF-2 service.? Additionally, TF2 service must be linked to
requester's designated storage contract or storage ownership
right. TF-2 service shall include the following subordinate
scheduling priority language:
Section 14.1(d)(i) of Northwest's tariff is modified to condition
Shipper's primary corridor rights from the Jackson Prairie receipt
point to the _____________ delivery point to have a scheduling
priority at any northflow constraint point in that corridor that is
subordinate to the scheduling priority for any firm service with
unconditioned primary corridor rights through such constraint point.
6)??? Available for TF-2 transportation service only. TF-2 service will
not be discounted below Northwest's current Tariff filed rate for
TF-2 service.? Additionally, TF2 service must be linked to
requester's designated storage contract or storage ownership
right.? TF-2 service shall include the following subordinate
scheduling priority language:
Section 14.1(d)(i) of Northwest's tariff is modified to condition
Shipper's primary corridor rights from the Jackson Prairie receipt
point to the _____________ delivery point to have a scheduling
priority at any southflow constraint point in that corridor that is
subordinate to the scheduling priority for any firm service with
unconditioned primary corridor rights through such constraint point.
7)??? Capacity is not to exceed a one month primary term with evergreen
?? language.? Any offers with terms greater than one month will need to
?? be evaluated for possible seasonal flow conditions that may restrict
?? the available capacity beyond a one month term.
8)??? This capacity is currently under contract with an evergreen clause
??? This capacity can be made available by providing one business day
?? written termination notification to the current holder of the
????? capacity.? This means that termination notification must be received
no later than 5:00 p.m. Mountain Current Time, 24 hours (1 business
day) prior to the effective date of the contract termination.
9)??? This capacity is currently under contract with an evergreen clause.
?? This capacity can be made available by providing ten business days
prior written termination notification to the current holder of the
capacity.? This means termination notification must be received no
later than 5:00 p.m. Mountain Current Time on the eleventh business
day prior to the beginning of the next month.
10) This capacity is currently under contract and does not contain an
?? evergreen clause.
11) This capacity is "mitigated" capacity and will not contain an
?????? evergreen clause.
12) This capacity is available only for the term offered.? No evergreen
clause available.
13)??? This capacity is currently under contract with an evergreen clause.
????? This capacity can be made available by providing a one year prior
????? written termination notification to the current holder of the
????? capacity.
14) Available for TF-2 transportation service only. TF-2 service will
????? not be discounted below Northwest's current Tariff filed rate for
????? TF-2 service.? Additionally, TF2 service must be linked to
????? requester's designated storage contract or storage ownership
????? right.
PROCEDURE FOR REQUESTING AVAILABLE AND
POTENTIALLY AVAILABLE
TRANSPORTATION CAPACITY
To request Potentially Available Transportation Capacity available on
the first day of June 2001, Shipper must submit a Prearranged Offer in
the form of the Letter Agreement provided below.? This Letter Agreement
must be received by Northwest no later than 5:00 pm Central Time on May
15, 2001.? Northwest will accept or reject the Prearranged Offer by no
later than the end of the gas day on May 16, 2001. If the Prearranged
Offer is acceptable, Northwest will provide a 10-bursiness day prior
termination notice to the current holder of the Capacity, post the
Prearranged Offer for bid, and Award the capacity no later than two
business days after the Bid Close Date.? Unless otherwise specified in
this posting, bids will be evaluated and awarded pursuant to the
procedure set forth in Northwest's tariff.
To request the Potentially Available Transportation Capacity with the
one business day termination provisions as indicated by footnote "8)",
?Shipper must submit a Prearranged Offer in the form of the Letter
Agreement provided below.? Upon receipt of this Letter Agreement
Northwest will either accept or reject the Prearranged Offer within
24-hours. If the Prearranged Offer is acceptable, Northwest will provide
the one business day termination notice to the current holder of the
Capacity, post the Prearranged Offer for bid, and Award the capacity no
later than two business days after the Bid Close Date.? Unless otherwise
specified in this posting, bids will be evaluated and awarded pursuant
to the procedure set forth in Northwest's tariff.
To request Available Transportation Capacity, Shipper must immediately
submit a Prearranged Offer in the form of the Letter Agreement provided
below.? Northwest will accept or reject the Prearranged Offer within two
(2) business days of receipt of the prearranged offer.? If the
Prearranged Offer is acceptable, Northwest will post the Prearranged
Offer for bid, and Award the capacity no later than two business days
after the Bid Close Date.? Unless otherwise specified in this posting,
bids will be evaluated and awarded pursuant to the procedure set forth
in Northwest's tariff. Northwest has the right to re-post Available
capacity for bid ith or without prearranged offers.
??????? _________________(Date)
____________________________ (Company Name)
____________________________ (Company Address)
____________________________ (City, State, Zip)
VIA FACSIMILE - (801) 584-7076
Northwest Pipeline Corporation
c/o Williams Gas Pipelines - West
Attn: Candace C.? Karpakis
295 Chipeta Way
Salt Lake City, UT 84158
Re:???? Prearranged Offer for Available or Potentially Available
Transportation Capacity on Williams' Northwest Pipeline Transmission System
Dear Candace:
_______________________ ("Shipper") submits the following bid for available
or potentially available transportation capacity ("Capacity") designated as
package _____ on Northwest Pipeline Corporation's ("Northwest") "Notice of
Available or Potentially Available Firm Transportation Capacity" dated April
19, 2001.?? Shipper recognizes and agrees that the Capacity will be subject
to the Special Conditions set forth in this posting.? Shipper's request? is??
or?? is not?? (circle one) contingent upon confirmation that its offered
discount rate provides use of receipt/delivery points outside the
receipt/delivery point corridor specified in the package.? If maximum rate is
offered, this provision does not apply.? Shipper understands that its
prearranged offer is subject to the Special Conditions described below.
Shipper understands that Northwest will post the prearranged details of this
offer for such Capacity for bidding and Shipper will have the right to match
the highest bid value upon close of the bid process.? Northwest will not
disclose the identity of the prearranged bidder in such posting.
Service Type:?????????? TF-1 Large Customer
Contract Demand(Dth/d): ____________________
Receipt Point(s) ______________________________________________________
Delivery Point(s)______________________________________________________
Daily Reservation Rate: $_______/Dth? (applicable surcharges, volumetric
charge & fuel are additive)
Term:______________________________to___________________________________
Evergreen Requested (circle one):?????? Yes?? or???? No
Identity of any affiliate of Northwest involved in Shipper's transaction:
Indicate "None" or "Name the Affiliate":
_________________________________________________
Northwest's acceptance of Shipper's prearranged offer for the Capacity
will constitute a binding agreement between Northwest and Shipper.
Shipper shall be awarded the Capacity at the terms agreed upon in this
Letter Agreement if no bids are received with a greater economic value for
such Capacity during the bid process. If Shipper elects to match a bid
with a greater economic value, it shall be awarded the Capacity according
to the terms of the matched bid. Shipper agrees to electronically execute
a service agreement on Northwest's Electronic Bulletin Board which
confirms the terms of the final accepted transaction.
If you have questions or comments regarding the above referenced
information, please contact __________________________ at
______________________(Phone Number) ______________________(Fax Number).
Sincerely,
______________________________
?????????????? (Name)
______________________________
?????????????? (Title)
(Accepted? /? Rejected) by Northwest:
Date: _______________?? Name: ________________________________
SPECIAL CONDITIONS
(For Prearranged Offer Agreement)
If the prearranged offer for the Capacity is accepted at a discount rate
which provides for the use of receipt/delivery points outside the
specified receipt/delivery point corridor for the Capacity, the accepted
prearranged offered discount rate shall apply no matter which receipt and
delivery points are utilized by Shipper, or any temporary replacement
Shipper, under capacity release transactions, including segmented
releases.? If the accepted prearranged offered discount rate for the
Capacity does not provide for use of receipt/delivery points outside the
specified receipt/delivery point corridor for the Capacity, the accepted
prearranged offered discount rate shall apply to Shipper, or any temporary
replacement Shipper, only to the extent that both Shipper and any
temporary replacement Shipper utilize receipt points within their
respective primary firm receipt/delivery point to primary firm delivery
point corridors, otherwise, Shipper will be liable for Northwest's maximum
tariff rates.
If you are interested in discussing any of the
Available or Potentially Available Capacity, please
call Candace Karpakis at (801) 584-6996 (work) or at
(801) 971-5983 (cellular).
Word:F:\NWP Capacity Postings\2001 All Shipper Notices\01-235 4-19-01
includes Remaining Mitigated
??

View File

@ -0,0 +1,30 @@
Message-ID: <12976331.1075855489920.JavaMail.evans@thyme>
Date: Tue, 1 May 2001 11:36:00 -0700 (PDT)
From: clickathome@enron.com
To: clickathome@enron.com
Subject: ClickAtHome Verification
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Clickathome
X-To: Clickathome@enron.com
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Dear ClickAtHome Participant,
The ClickAtHome Team has received an invoice for the Enron subsidized portion
of your ClickAtHome Computer. This email is to verify that you have received
your Dell PC successfully. If so, you can disregard this message and enjoy
your computer.
If you have not received your PC, or you returned it and have chosen to not
participate in the ClickAtHome program, PLEASE reply to this email or email
the ClickAtHome Team at clickathome@enron.com to notify us of this billing
error.
Thank you,
ClickAtHome Team!

View File

@ -0,0 +1,21 @@
Message-ID: <12983812.1075855491177.JavaMail.evans@thyme>
Date: Tue, 24 Apr 2001 10:46:00 -0700 (PDT)
From: enron.announcements@enron.com
To: all.downtown@enron.com
Subject: DRAFT- TAP Power Outage
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Enron Announcements
X-To: All Enron Downtown
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
One of Travel Agency in the Park's major phone lines has been damaged due to
downtown construction. The line is currently being repaired with an
estimated down time of approximately 4-6 more hours. Calls are currently
being routed to 713-853-4801 and 713-345-5164. We will send additional
notification if this problem persists. We apologize for any inconvenience.

View File

@ -0,0 +1,35 @@
Message-ID: <13031400.1075855477719.JavaMail.evans@thyme>
Date: Wed, 25 Oct 2000 09:23:00 -0700 (PDT)
From: enron.announcements@enron.com
To: all.houston@enron.com
Subject: Alzheimers Walk - This Saturday!
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: quoted-printable
X-From: Enron Announcements
X-To: All Enron Houston
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
If you=01,d like to support friends or family that are affected by Alzheime=
r=01,s=20
disease, put on your walking shoes and join them at Memory Walk 2000 on=20
October 28. The walk, sponsored by the Alzheimer=01,s Association/Houston =
and=20
Southeast Texas Chapter, will kick off at 8:00 a.m. at the AMC First Colony=
=20
24 Theaters in Sugar Land. Walk proceeds will be used to support programs=
=20
and services for patients, families and caregivers in the Greater Houston=
=20
Area. Proceeds also will be used to fund research for a cure to this tragi=
c=20
disease. Don't forget to double the impact we have on theAlzheimer=01,s=20
Association by making sure that Enron matches all contributions made by=20
employees!
If you=01,d like more information about the walk or would like to make a=20
donation, contact Diane Bazelides at X55209.

View File

@ -0,0 +1,52 @@
Message-ID: <1320303.1075855491086.JavaMail.evans@thyme>
Date: Wed, 25 Apr 2001 02:06:00 -0700 (PDT)
From: 10jribnick@interchange-energy.com
To: fermis@ect.enron.com
Subject: LDC Forum-Atlanta-Sign Up Now!
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
X-From: Jerry Ribnick <10jribnick@interchange-energy.com>
X-To: Frank Ermis <fermis@ect.enron.com>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
[IMAGE]
Register now -- before it sells out!
Your customers are already signed up.
Click here to register and/or see the attendee list!
The Atlanta LDC Forum promises to be the largest gathering of energy buyers
in the Southeast. Network with your customers and hear from industry experts
about the growing gas and power crunch in the Southeast Region. The last 4
LDC Forums were sold out, so don't be too late!
Special Focus at this year's Atlanta Forum:
Risk management
Supply constraints and availability
New projects
Will California problems spread to the Southeast?
Click here to go directly to the Atlanta LDC Forum Registration Form
For an agenda, a pre-listing of attendees or more information, visit our
website at
www.interchange-energy.com (then click on the Atlanta Forum)
or call Jerry Ribnick at 763-545-1515 or 800-427-3976
* * * * * * * * * * * * * * * * * * * * * *
? ?The LDC Forum Series
?Atlanta
June 4-5. 2001 ?Chicago ?
Sept. 10-12, 2001? ?Boston
April 18-19, 2002
Interchange Energy Group, 620 Mendelssohn Avenue North, Suite 161,
Minneapolis, MN 55427
* * * * * * * * * * * * * * * * * * * * * *
If you prefer to not receive future e-mails regarding The LDC Forums, please
REPLY to this message and indicate REMOVE in the subject field.
- 9915star.gif

View File

@ -0,0 +1,21 @@
Message-ID: <13271822.1075855473395.JavaMail.evans@thyme>
Date: Fri, 1 Dec 2000 07:19:00 -0800 (PST)
From: public.relations@enron.com
To: all.worldwide@enron.com
Subject: See Jeff Skilling's CNBC interview on IPTV
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Public Relations
X-To: All Enron Worldwide
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Did you miss Jeff on CNBC "Street Signs" yesterday? Not to worry. Your ever
benevolent communications team has arranged for Jeff's interview to be played
on an IPTV webcast. Just point your browser to http://iptv.enron.com, click
the link for special events, and then choose "Skilling CNBC." The interview
will be available every ten minutes through Wednesday, Dec. 6.

View File

@ -0,0 +1,63 @@
Message-ID: <13297951.1075855472566.JavaMail.evans@thyme>
Date: Fri, 8 Dec 2000 05:20:00 -0800 (PST)
From: kenny.ha@enron.com
To: andrea.ring@enron.com, andrew.lewis@enron.com, anne.bike@enron.com,
b.palmer@enron.com, brad.horn@enron.com, brad.mckay@enron.com,
carey.metz@enron.com, chris.walker@enron.com, crystal.hyde@enron.com,
dan.mccairns@enron.com, darron.giron@enron.com,
david.baumbach@enron.com, dawn.kenne@enron.com,
denver.plachy@enron.com, dick.jenkins@enron.com,
dutch.quigley@enron.com, elsa.villarreal@enron.com,
eric.bass@enron.com, fletcher.sturm@enron.com, frank.ermis@enron.com,
gary.lamphier@enron.com, geoff.storey@enron.com,
greg.mcclendon@enron.com, gregory.schockling@enron.com,
hunter.shively@enron.com, jackson.logan@enron.com,
jane.tholt@enron.com, jason.wolfe@enron.com, jay.knoblauh@enron.com,
jeff.royed@enron.com, jeffrey.gossett@enron.com,
jennifer.bagwell@enron.com, jim.schwieger@enron.com,
jody.crook@enron.com, joe.parks@enron.com, juana.fayett@enron.com,
kam.keiser@enron.com, keith.holst@enron.com, kelli.stevens@enron.com,
kevin.ruscitti@enron.com, kimat.singla@enron.com,
kyle.lilly@enron.com, liz.hillman@enron.com,
luchas.johnson@enron.com, martha.stevens@enron.com,
martin.cuilla@enron.com, matthew.lenhart@enron.com,
michael.walters@enron.com, michelle.waldhauser@enron.com,
mike.grigsby@enron.com, monique.sanchez@enron.com,
o'neal.winfree@enron.com, patrice.mims@enron.com,
peter.keavey@enron.com, phillip.allen@enron.com,
phillip.love@enron.com, ragan.bond@enron.com,
robert.shiring@enron.com, robin.rodrigue@enron.com,
robyn.zivic@enron.com, sandra.brawner@enron.com,
scott.neal@enron.com, shawna.johnson@enron.com,
sheetal.patel@enron.com, souad.mahmassani@enron.com,
steven.south@enron.com, sylvia.pollan@enron.com,
theresa.branney@enron.com, thomas.martin@enron.com,
tom.donohoe@enron.com, tori.kuykendall@enron.com,
victor.guggenheim@enron.com, william.kelly@enron.com
Subject: TDS production availibility on Sunday 12/10/2000
Cc: russ.severson@enron.com, william.kasemervisz@enron.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Bcc: russ.severson@enron.com, william.kasemervisz@enron.com
X-From: Kenny Ha
X-To: Andrea Ring, Andrew H Lewis, Anne Bike, B Scott Palmer, Brad Horn, Brad McKay, Carey M Metz, Chris Walker, Crystal Hyde, Dan McCairns, Darron C Giron, David Baumbach, Dawn C Kenne, Denver Plachy, Dick Jenkins, Dutch Quigley, Elsa Villarreal, Eric Bass, Fletcher J Sturm, Frank Ermis, Gary W Lamphier, Geoff Storey, Greg McClendon, Gregory Schockling, Hunter S Shively, Jackson Logan, Jane M Tholt, Jason Wolfe, Jay Knoblauh, Jeff Royed, Jeffrey C Gossett, Jennifer Bagwell, Jim Schwieger, Jody Crook, Joe Parks, Juana Fayett, Kam Keiser, Keith Holst, Kelli Stevens, Kevin Ruscitti, Kimat Singla, Kyle R Lilly, Liz Hillman, Luchas Johnson, Martha Stevens, Martin Cuilla, Matthew Lenhart, Michael Walters, Michelle C Waldhauser, Mike Grigsby, Monique Sanchez, O'Neal D Winfree, Patrice L Mims, Peter F Keavey, Phillip K Allen, Phillip M Love, Ragan Bond, Robert Shiring, Robin Rodrigue, Robyn Zivic, Sandra F Brawner, Scott Neal, Shawna Johnson, Sheetal Patel, Souad Mahmassani, Steven P South, Sylvia S Pollan, Theresa Branney, Thomas A Martin, Tom Donohoe, Tori Kuykendall, Victor Guggenheim, William Kelly
X-cc: Russ Severson, William E Kasemervisz
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Ladies and Gentlemen,
We plan to upgrade the two NT servers that run Gas TDS's middle-tier
applications this weekend. Therefore, TDS will not be available between
12:00 p.m. and 2:00 p.m. on Sunday, December 10th, 2000. If this downtime is
in conflict with your schedule, please let me know ASAP.
I would also like to point out to you that when TDS is brought back on line,
it will be necessary for all the desks to be reloaded. Since we introduced
the TDS Flag last month, this should not effect any of the desks.
Thank you for your cooperations,
Kenny H.

View File

@ -0,0 +1,36 @@
Message-ID: <13323360.1075855474583.JavaMail.evans@thyme>
Date: Wed, 15 Nov 2000 11:10:00 -0800 (PST)
From: perfmgmt@enron.com
To: frank.ermis@enron.com
Subject: Year End 2000 Feedback Deadline
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: "perfmgmt@enron.com"<perfmgmt@enron.com>
X-To: frank.ermis@enron.com
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
PRC Meetings begin on Monday, November 20th. If you have not already done
so, please go in to PEP at http://pep.corp.enron.com and complete the
requests for feedback on the employees listed below.
If you have any questions, please call the PEP Help Desk at:
Houston: 1-713-853-4777, Option 4
London: 44-207-783-4040, Option 4
E-mail: perfmgmt@enron.com
Thank you for your participation.
CHRISTIANSEN, SUZANNE D
FRANK, CAROLE C
GAY, RANDALL L
LENHART, MATTHEW F
LUCCI, PAUL T
WOLFE, JASON

View File

@ -0,0 +1,34 @@
Message-ID: <13404251.1075855477515.JavaMail.evans@thyme>
Date: Wed, 25 Oct 2000 12:20:00 -0700 (PDT)
From: andrew.wu@enron.com
Subject: Re: EFCU QuickTeller Phone Service Unavailable This Sunday
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Andrew Wu
X-To: Enron Federal Credit Union@ENRON
X-cc: All Enron Worldwide@ENRON
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Enron Federal Credit Union
From: Enron Federal Credit Union@ENRON on 09/28/2000 06:12 PM CDT
Sent by: Enron Announcements@ENRON
To: All Enron Worldwide
cc:
Subject: EFCU QuickTeller Phone Service Unavailable This Sunday
Due to communication equipment upgrades by Enron, QuickTeller, Enron Federal
Credit Union's Automated Phone Account Service, will be unavailable Sunday,
October 1st, from 7 a.m. to 12 p.m. If you need access to your credit union
accounts, QuickLink PC Banking is available through our web site at
www.efcu.enron.com. If you are not yet set up for QuickLink access, please
send us an e-mail and we will be glad to get you set up.
We apologize for any inconvenience. Thank you!

View File

@ -0,0 +1,94 @@
Message-ID: <13503676.1075855490630.JavaMail.evans@thyme>
Date: Fri, 27 Apr 2001 02:56:00 -0700 (PDT)
From: savita.puthigai@enron.com
Subject: VERY IMPORTANT ENRONONLINE STACK MANAGER CHANGES
Cc: enron.group@enron.com, bob.shults@enron.com, daniel.diamond@enron.com,
andy.zipper@enron.com
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: quoted-printable
Bcc: enron.group@enron.com, bob.shults@enron.com, daniel.diamond@enron.com,
andy.zipper@enron.com
X-From: Savita Puthigai
X-To: EOL North America Traders@Enron
X-cc: Enron Sydney EOL Product Control Group, EOL Call Center@ECT, Bob Shults, Daniel Diamond, Andy Zipper
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
We will be releasing new version of the Stack Manager and the EnronOnline=
=20
website tonight . The following are the changes
1. Changes to Stack Manager:
1.1 Changes to toolbar icons:
To facilitate further development of the system, it has been found necessar=
y=20
to change the toolbar icons at the top of the Stack Manager. The attached=
=20
file shows the old icon and its new replacement. Next to each image below i=
s=20
the description of the function that is executed as well as the short cut k=
ey=20
that is mapped to the same function:
1.2 New Functionality - Auto Suspend
The Auto Suspend function allows traders to set an absolute price change fr=
om=20
a price level at which you would like the system to automatically suspend a=
=20
specific product. This function is useful if your products use automatic=20
price resets.
To activate this feature:
1. Select a product and click on Product Properties
2. Check the Enable box
3. Enter the Price Check and Suspend at +/- values
4. Click Update
Example: a trader Enables Auto Suspend and selects a $35.00 Price Check and=
a=20
suspension level of +/- $5.00: The system will suspend the product when the=
=20
mid price is above $40.00 or below $30.00
You will need to enter a new Price Check or disable the Auto Suspend functi=
on=20
to reactivate this Product if the Auto Suspend is triggered. =20
Please note the system checks for any products that need to be suspended on=
ce=20
a minute.
2. Changes to EnronOnline Website
(These changes will be rolled out in phases over the next week and will be=
=20
available to all customers only by Friday 5/4/01)
The following enhancements have been made to the EnronOnline Website:
2.1 Today=01,s Transactions
Float Window: In order to float the window, right click on the Today=01,s=
=20
Transactions section, click on the Float Window option.
Sort Ordering: Click on the column heading to change the sort order.=20
Linked Transactions: You can display the linked Transactions in an expanded=
=20
or collapsed view. To do so, right click in the Transaction display area an=
d=20
select full Expand or Full Collapse.
2.2 Submission Box
The submission box has been modified in order to show a space between each=
=20
set of =01&zeros=018 for the volume the customer wants to sell/buy.
Savita

View File

@ -0,0 +1,142 @@
Message-ID: <13510576.1075855492298.JavaMail.evans@thyme>
Date: Wed, 18 Apr 2001 05:39:00 -0700 (PDT)
From: benledene@aec.ca
To: frank.ermis@enron.com
Subject: FW: Wild Goose Open Season Package
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: "Ledene, Ben" <BenLedene@aec.ca>
X-To: "Frank Ermis (E-mail)" <frank.ermis@enron.com>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
> -----Original Message-----
> From: Ledene, Ben
> Sent: Tuesday, April 17, 2001 11:42 AM
> To: 'sgross@newportgen.com'
> Subject: FW: Wild Goose Open Season Package
>
> Expansion Firm Base Load Storage ("BLS") Service Open Season
>
> Wild Goose Storage Inc. is planning to expand its facility located in
> Butte County in northern California and connected to PG&E for service
> commencing as early as April 1, 2003. This expansion could increase the
> facility capacities as follows:
>
> Existing Capacity Capacity Following Expansion
> Working Gas Volume 14 Bcf 38
> Bcf
> Maximum Injection Rate 80 MMcfd 450
> MMcfd
> Maximum Withdrawal Rate 200 MMcfd 650 MMcfd
>
> This open season provides for an in-service date commencing April 1, 2004
> and an opportunity to participate in an "early service option" which could
> have service available by April 1, 2003. The in-service date is subject to
> CPUC approval by September 1, 2002 and the successful completion of new
> facility construction.
>
> Customer offers are required by 2:00 pm MST, Tuesday May 22, 2001
>
> Customer offers must be reasonably open for acceptance by Wild Goose
> Storage Inc. until 2:00 pm MST, Wednesday June 20, 2001 subject only to
> significant changes in market conditions and final approval of customer's
> management. Preference for offer acceptance will be toward longer-term
> contracts (greater than 5 years) and offers, which exceed 100% of our rack
> rate. The offer sheets are provided in Microsoft Excel and are set up to
> calculate the percentage of rack rate for your convenience. It is the
> intent of Wild Goose Storage Inc. to negotiate and conclude contracts with
> the participants providing acceptable offers in this open season as close
> as possible to June 20, 2001. Wild Goose will announce to all contracted
> participants whether it will proceed with the expansion in early August
> 2001. Wild Goose Storage Inc. reserves the right to not necessarily accept
> the highest priced offer nor to award all or any of the storage capacity
> available.
>
> A reasonable summary of the main terms and features of BLS service is
> attached for your convenience (Attached File - BLS Summary), but should
> not be used as the sole terms by which service is to be provided. All
> service is subject to the Tariff Schedules for Natural Gas Storage Service
> of Wild Goose Storage Inc., as approved by the Public Utilities Commission
> of the State of California.
>
> For more information about Wild Goose Storage Inc. or to download a copy
> of the entire tariff please refer to our web site at
> www.wildgoose-storage.com.
>
> Customer offers must include the following:
>
> A) Completed Offer Forms (Attached File - Offer Sheets) for each period of
> service including:
>
> * the amount of Inventory Capacity Required for each April to March
> period during the term
> * the amount of Maximum Daily Injection Quantity Required by month
> during the term
> * the amount of Maximum Daily Withdrawal Quantity Required by month
> during the term
> * the Total Storage Demand Charge for each April to March period
> during the term
> * the Injection Commodity Rate for each April to March period during
> the term
> * the Withdrawal Commodity Rate for each April to March period during
> the term
> * a signature from an authorized employee of the company verifying the
> offer
>
> In the 'Offer Sheets' file attachment you will find the following tabs at
> the bottom:
>
> * an offer sheet in Excel format
> * a manual offer sheet which can be printed out and filled in by hand
> * an example offer
>
> B) An executed Storage Services Agreement (Attached File - Storage
> Services Agreement) unless your company already has one on file with Wild
> Goose Storage Inc.
>
> Early Service Option
>
> Once Wild Goose Storage Inc. gives notice in early August 2001 to proceed
> with the expansion, every effort will be made to complete construction as
> early as possible. Notice will be given by November 1, 2002 if service
> will be available earlier than April 1, 2004. All contracted participants
> will have the right, but not the obligation, to amend their contracts to
> the earlier term start date and add this additional service to their
> existing contracts at the same fees negotiated for the first year of
> service commencing April 1, 2004.
>
> Rack Rates
> Our rates are 'market based' meaning they are fully negotiable, but our
> 'rack rates' are as follows:
> Monthly Storage Demand Charges
> * Inventory($/Dth) $0.03
> * Injection ($/Dth/day) $3.00
> * Withdrawal ($/Dth/day) $2.00
>
> Variable Charges
> * Injection Commodity Rate ($/Dth) $0.02
> * Withdrawal Commodity Rate ($/Dth) $0.02
>
> Fuel Charges
>
> In addition to the Demand and Variable charges described above, fuel costs
> are also charged based on actual consumption by customer and the value of
> the gas on a daily basis. Fuel consumption is expected to be between 1.25
> to 1.75%. For details, please refer to the Wild Goose tariff.
>
> If you have any questions about this matter or need hard copies, please
> contact either Ben Ledene with Wild Goose in Calgary at (403) 266-8192 or
> Chris Price and Mark Baldwin with Interstate Gas Services in California at
> (925) 243-0350.
> <<BLS Summary.doc>> <<Expansion Offer Sheet.xls>> <<Storage Services
> Agreement.doc>> <<Wild Goose Expansion Open Season.doc>>
- BLS Summary.doc
- Expansion Offer Sheet.xls
- Storage Services Agreement.doc
- Wild Goose Expansion Open Season.doc

View File

@ -0,0 +1,31 @@
Message-ID: <13527495.1075855474417.JavaMail.evans@thyme>
Date: Thu, 16 Nov 2000 12:07:00 -0800 (PST)
From: enron.announcements@enron.com
To: all.houston@enron.com
Subject: December Course Offerings
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Enron Announcements
X-To: All Enron Houston
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
December 7
Course Title Time Location Cost
Working Styles 8am - noon EB560 $ 300
Communicating Effectively 1pm - 5pm EB560 200
December 8
Communicating Effectively 8am - noon EB560 200
Coaching for Performance 1pm - 5pm EB560 300
For course description and registration, please click here () to go directly
into the Development Center "Ernie", or call 3-0357.

View File

@ -0,0 +1,344 @@
Message-ID: <13584030.1075855476896.JavaMail.evans@thyme>
Date: Sun, 29 Oct 2000 22:19:00 -0800 (PST)
From: enerfax1@bellsouth.net
To: enerfaxweb@egoups.com
Subject: Enerfax Daily's free web version of gas & power prices and info
Enerfax Daily html-Gas Down
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
X-From: enerfax1@bellsouth.net
X-To: "enerfaxweb@egoups.com" <enerfaxweb@egroups.com>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
?
----- Subject: Click and go to http://www.enerfax.com if can not view
properly.htm
?
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE]
[IMAGE]
Click here for a daily email link
Enerfax Daily
[IMAGE]
[IMAGE]
Enerfax Daily? -? Page ? -? October 30, 2000? -? ? Need a Past Issue
-Click Here
[IMAGE]
[IMAGE]
[IMAGE]
Enerfax Daily? -? Page ? -? October 30, 2000
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
Enerfax Daily? -? Page ? -? October 30, 2000
[IMAGE]
[IMAGE]
Enerfax Daily? -? Page 6? -? October 30, 2000
[IMAGE]
(Continued from Page 5)
agreed governments will promote more trade and investment, 70% agreed that
globally consistent accounting principles will be established by 2010, and
over 80% believed the companies dominating the utility business in 2010 will
be multi-national. Those results validate the strategies of companies using
mergers and acquisitions to create global giants. However, events such as
the IMF protests in Prague and WTO protests in Seattle this year highlight
what could be growing opposition to globalization. Politics can veer off in
unexpected directions, so it is unwise to be so committed to any one view of
where voters and government policy are moving that you lack contingency
plans. Utilities can minimize their risk in this uncertain era, while at the
same time moving forward decisively. They can use management tools such as
scenario-based planning, real options valuation, and computer modeling -
these approaches provide the means
for understanding the array of strategies available and for defining the
significance of choosing one or the other. Additionally, the studies show
that utilities need systems, processes, and a culture that make them
versatile - that permit them to nurture 'just-in-case' technologies,
products, and businesses, spot leading indicators of change, and switch
strategies without confusion and delay. The two reports are segments of The
Utility Executive's Field Guide to the Future. Part 1 summarizes the
results of a global survey of 185 decision makers in utilities,
corporations, and engineering firms in 15 countries, while Part 2 focuses on
the outlook for regulatory policy and globalization. Part 2 is based not
only on the survey results but also on 75 subsequent interviews with utility
CEOs, power managers in large corporations, government officials, and others
around the world. The research also included an intensive review of economic
studies, government reports, opinion surveys, and other sources. For more
information visit
[IMAGE]
[IMAGE]
Enerfax Daily? -? Page 7? -? October 30, 2000
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
For more information, please Contact Ron Ford
at Ziff Energy Group, Houston, TX
(713) 627-8282 or Toll Free: 1-888-736-5780
Also, visit our web-site, www.ziffenergy.com, to review our Brochure.
[IMAGE]
[IMAGE]
CMS and Saudi Group in Power Deal
? ? CMS Energy and Saudi Arabia's al-Zamil Group plan to jointly construct
power and water desalination plants in Saudi Arabia. The two companies have
agreed to work together to finance, construct and manage new power and water
plants on a 50/50 basis, with CMS serving as operator of the facility. Saudi
Arabia needs 28,000 MW over the next 15 years to serve growing demand.
[IMAGE]
Financial Summary
[IMAGE]
[IMAGE]
The TSE 300 fell 106.85 points to 9321.89
The CRB Index lost 1.34 points to 219.26
The US Dollar decreased 1.05 points to 117.39 The Dow advanced 210.50 points
to 10590.62
The S&P 500 gained 15.14 points to 1379.58
The Nasdaq was up 6.18 points to 3278.36
December NYMEX Crude Oil fell 0.97 to 32.74 Canadian-US Exchange was 1.5272
")} TC
[IMAGE]
- blnk.gif
- img17.gif
- img18.gif
- img19.gif
- img20.gif
- img11.gif
- img21.gif
- img7.gif
- img22.gif
- img8.gif
- img23.gif
- img24.gif
- img25.gif
- img26.gif
- img27.gif
- img28.gif
- img29.gif
- img30.gif
- img31.gif
- id=1381847
- img32.gif

View File

@ -0,0 +1,101 @@
Message-ID: <13593346.1075855475246.JavaMail.evans@thyme>
Date: Fri, 10 Nov 2000 08:29:00 -0800 (PST)
From: susan.t.turpin@williams.com
To: abenton@utilicorp.com, abenton@utilicorp.com, agcdu1@triax.com,
agcdu6@triax.com, anita.reubens@swgas.com, bblanar@coral-energy.com,
bob.mattice@engageenergy.com, bob.mattice@engageenergy.com,
bruce.langmade@fortjamesmail.com, bymank@wdni.com, cards@wdni.com,
cmcgra@puget.com, cridin@puget.com, dave.dungan@weyerhaeuser.com,
deborahs@kimballenergy.com, derek.danyliw@husky-oil.com,
dlh@nwnatural.com, fermis@enron.com, gacynth_adam@transcanada.com,
geek@bp.com, gilesmh@bp.com, janderson@clarkpud.com,
jennifer_owen@pgn.com, jmmcarthur@duke-energy.com,
jsanders@clarkpud.com, kims@kimballenergy.com, klambe@puget.com,
kri.pam@pdg.net, llightfoot@coral-energy.com, lmanis@sdge.com,
lprior@enron.com, niels_a_vervloet@reliantenergy.com,
ramperms@bp.com, rfm@nwnatural.com, robert.harp@engageenergy.com,
robert.harp@engageenergy.com, rony@panalberta.com,
ryan.watt@enron.com, sbrewer@enron.com, sghill@bcgas.com,
sgwi@dynegy.com, spjutd2@wdni.com, ssouth@enron.com,
stephane.brodeur@enron.com, tdizona@coral-energy.com,
tgilliam@avistaenergy.com, tom.mckay@engageenergy.com,
tom.mckay@engageenergy.com, val_yildirok@pgn.com,
wharlan@ix.netcom.com, zcourns@national-fuel.com, ads@nwnatural.com,
awhaynes@rmc.com, bhall@cngc.com, bmedlock@cngc.com,
cheldman@ix.netcom.com, creali@vanalco.com,
gary.peterson@fortjamesmail.com, gastrans@puget.com,
hls@nwnatural.com, kri.jane@pdq.net, lgoodric@cngc.com,
marcl@subutil.com, mvaughn@cngc.com, mwaas@cngc.com,
pat_scherzinger@pgn.com, rernest@intgas.com, rsf@nwnatural.com,
sdoss@wlinpco.com, sgillit@cngc.com, spfaff@cngc.com,
tina.m.patton@boeing.com
Subject: NWP System Notice - 01-158 December 2000 Monthly Maintenance
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
X-From: "Turpin, Susan T" <Susan.T.Turpin@Williams.com>
X-To: "'abenton@utilicorp.com'" <abenton@utilicorp.com>, "'abenton@utilicorp.com'" <abenton@utilicorp.com>, "'agcdu1@triax.com'" <agcdu1@triax.com>, "'agcdu6@triax.com'" <agcdu6@triax.com>, "'anita.reubens@swgas.com'" <anita.reubens@swgas.com>, "'bblanar@coral-energy.com'" <bblanar@coral-energy.com>, "'BOB.MATTICE@ENGAGEENERGY.COM'" <BOB.MATTICE@ENGAGEENERGY.COM>, "'BOB.MATTICE@ENGAGEENERGY.COM'" <BOB.MATTICE@ENGAGEENERGY.COM>, "'bruce.langmade@fortjamesmail.com'" <bruce.langmade@fortjamesmail.com>, "'bymank@wdni.com'" <bymank@wdni.com>, "'cards@wdni.com'" <cards@wdni.com>, "'cmcgra@puget.com'" <cmcgra@puget.com>, "'cridin@puget.com'" <cridin@puget.com>, "'Dave.Dungan@Weyerhaeuser.com'" <Dave.Dungan@Weyerhaeuser.com>, "'deborahs@kimballenergy.com'" <deborahs@kimballenergy.com>, "'derek.danyliw@husky-oil.com'" <derek.danyliw@husky-oil.com>, "'dlh@nwnatural.com'" <dlh@nwnatural.com>, "'FERMIS@ENRON.COM'" <FERMIS@ENRON.COM>, "'gacynth_adam@transcanada.com'" <gacynth_adam@transcanada.com>, "'geek@bp.com'" <geek@bp.com>, "'gilesmh@bp.com'" <gilesmh@bp.com>, "'janderson@clarkpud.com'" <janderson@clarkpud.com>, "'jennifer_owen@pgn.com'" <jennifer_owen@pgn.com>, "'jmmcarthur@duke-energy.com'" <jmmcarthur@duke-energy.com>, "'jsanders@clarkpud.com'" <jsanders@clarkpud.com>, "'kims@kimballenergy.com'" <kims@kimballenergy.com>, "'Klambe@puget.com'" <Klambe@puget.com>, "'kri.pam@pdg.net'" <kri.pam@pdg.net>, "'llightfoot@coral-energy.com'" <llightfoot@coral-energy.com>, "'lmanis@sdge.com'" <lmanis@sdge.com>, "'LPRIOR@ENRON.COM'" <LPRIOR@ENRON.COM>, "'niels_a_vervloet@reliantenergy.com'" <niels_a_vervloet@reliantenergy.com>, "'ramperms@bp.com'" <ramperms@bp.com>, "'rfm@nwnatural.com'" <rfm@nwnatural.com>, "'ROBERT.HARP@ENGAGEENERGY.COM'" <ROBERT.HARP@ENGAGEENERGY.COM>, "'ROBERT.HARP@ENGAGEENERGY.COM'" <ROBERT.HARP@ENGAGEENERGY.COM>, "'rony@panalberta.com'" <rony@panalberta.com>, "'ryan.watt@enron.com'" <ryan.watt@enron.com>, "'SBREWER@ENRON.COM'" <SBREWER@ENRON.COM>, "'sghill@bcgas.com'" <sghill@bcgas.com>, "'sgwi@dynegy.com'" <sgwi@dynegy.com>, "'spjutd2@wdni.com'" <spjutd2@wdni.com>, "'SSOUTH@ENRON.COM'" <SSOUTH@ENRON.COM>, "'stephane.brodeur@enron.com'" <stephane.brodeur@enron.com>, "'tdizona@coral-energy.com'" <tdizona@coral-energy.com>, "'tgilliam@avistaenergy.com'" <tgilliam@avistaenergy.com>, "'tom.mckay@engageenergy.com'" <tom.mckay@engageenergy.com>, "'tom.mckay@engageenergy.com'" <tom.mckay@engageenergy.com>, "'val_yildirok@pgn.com'" <val_yildirok@pgn.com>, "'wharlan@ix.netcom.com'" <wharlan@ix.netcom.com>, "'zcourns@national-fuel.com'" <zcourns@national-fuel.com>, "'ads@nwnatural.com'" <ads@nwnatural.com>, "'awhaynes@rmc.com'" <awhaynes@rmc.com>, "'BHall@cngc.com'" <BHall@cngc.com>, "'bmedlock@cngc.com'" <bmedlock@cngc.com>, "'cheldman@ix.netcom.com'" <cheldman@ix.netcom.com>, "'creali@vanalco.com'" <creali@vanalco.com>, "'Gary.Peterson@fortjamesmail.com'" <Gary.Peterson@fortjamesmail.com>, "'gastrans@puget.com'" <gastrans@puget.com>, "'hls@nwnatural.com'" <hls@nwnatural.com>, "'kri.jane@pdq.net'" <kri.jane@pdq.net>, "'lgoodric@cngc.com'" <lgoodric@cngc.com>, "'marcl@subutil.com'" <marcl@subutil.com>, "'MVaughn@cngc.com'" <MVaughn@cngc.com>, "'MWAAS@cngc.com'" <MWAAS@cngc.com>, "'pat_scherzinger@pgn.com'" <pat_scherzinger@pgn.com>, "'rernest@intgas.com'" <rernest@intgas.com>, "'rsf@nwnatural.com'" <rsf@nwnatural.com>, "'sdoss@wlinpco.com'" <sdoss@wlinpco.com>, "'sgillit@cngc.com'" <sgillit@cngc.com>, "'spfaff@cngc.com'" <spfaff@cngc.com>, "'Tina.m.patton@boeing.com'" <Tina.m.patton@boeing.com>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Post Date: November 10, 2000
Category: MAINTENANCE
Subcategory: NWP MONTHLY MAINTENANCE
Subject: 01-158 December 2000 Monthly Maintenance
Notice Text:
All Shippers Letter # 01-158
Date:?? 11/10/00
Time:?? 15:30hrs
TO:???? All Shippers
Subject:??????? December 2000 Maintenance
WILLIAMS GAS PIPELINE-WEST / Northwest Pipeline SCHEDULED MAINTENANCE
as posted 11 - 10, 2000
The following maintenance work is scheduled on Williams Gas Pipeline-West /
Northwest
Pipeline (WGP-W) during the month of December 2000.? The scheduled
maintenance is
Northwest's most recent projection of potential system impacts.? This
schedule is provided to assist you in planning your business for the coming
month. The impacts are estimates, which could change depending on other
scheduling factors.? If any scheduled maintenance activities change, an
updated notice will be posted to the EBB as soon as possible.
UPCOMING DECEMBER? SCHEDULED MAINTENANCE
*** November 27, 2000 - December 15, 2000
20" Camas - Eugene Pigging Project
Due to permit issues imposed by the City of Gresham, anomaly repair work on
the 20" Camas - Eugene line has been delayed from the original repair date of
October 23 & October 31, 2000, until the week of November 27, 2000 through
December 15, 2000.? It is not known at this time if any pipeline anomalies
will require repair. The 20" Camas to Eugene is paralleled by a 30" / 20"
loop line and no impacts are anticipated at this time.
*** November 10, 2000 - December 8, 2000
Vernal Pigging Project
WGP-W crews continue to excavate and repair anomalies between mainline valve
2-7
(M.P. 213) to mainline valve 2-10 (M.P. 263). Based on current data, it is
not known how
many pipeline anomalies will require repair.? Gas outages may be required
during this period
and will be communicated as quickly as the information becomes available.
***Dates are estimates and are subject to change.
WGP-W
st

View File

@ -0,0 +1,127 @@
Message-ID: <13634290.1075855489024.JavaMail.evans@thyme>
Date: Tue, 8 May 2001 01:48:00 -0700 (PDT)
From: kristann.shireman@enron.com
To: frank.ermis@enron.com, keith.holst@enron.com
Subject: Purchase Malin and Socal Topock
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Kristann Shireman
X-To: Frank Ermis, Keith Holst
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Please provide me with your basis offer for the following volumes:
The volumes are in monthly volumes.
Thanks
Kris Shireman
Socal
01/2002: 78,829
02/2002: 41,064
03/2002: 69,577
04/2002: 87,050
05/2002: 72,295
06/2002: 88,023
07/2002: 91,313
08/2002; 134,442
09/2002: 102,023
10/2002: 120,795
11/2002: 127,928
12/2002: 101,339
01/2003: 276,152
02/2003: 241,093
03/2003: 268,558
04/2003: 285,661
05/2003: 271,098
06/2003: 286,691
07/2003: 289,711
08/2003: 332,381
09/2003: 300,389
10/2003: 318,878
11/2003: 325,782
12/2003: 299,756
01/2004: 174,942
02/2004: 139,055
03/2004: 167,466
04/2004: 184,189
05/2004: 169,990
06/2004: 185,301
07/2004: 188,137
08/2004: 230,351
09/2004: 198,782
10/2004: 216,972
11/2004: 223,764
12/2004; 198,071
01/2005: 193,751
02/2005; 158,434
03/2005: 186,391
04/2005: 202,743
05/2005: 188,899
06/2005: 203,933
07/2005: 120,549
08/2005: 120,857
09/2005: 120,375
10/2005: 120,494
11/2005: 120,534
12/2005: 120,412
MALIN
06/2001: 44,997
07/2001: 41,838
08/2001: 46,070
09/2001: 39,859
10/2001: 37,283
11/2001: 28,038
12/2001: 31,431
01/2002: 23,643
02/2002: 21,228
03/2002: 10,546
04/2002: 15,851
05/2002: 23,528
06/2002: 33,978
07/2002: 32,611
08/2002; 34,332
09/2002: 30,093
10/2002: 28,214
11/2002: 23,518
12/2002: 23,030
01/2003: 17,963
02/2003: 17,820
03/2003: 16,651
04/2003: 15,640
05/2003: 23,212
06/2003: 33,520
07/2003: 32,117
08/2003: 33,878
09/2003: 29,681
10/2003: 27,869
11/2003: 23,155
12/2003: 22,721
01/2004: 17,721
02/2004: 16,973
03/2004: 16,430
04/2004: 15,419
05/2004: 22,896
06/2004: 33,057
07/2004: 31,628
08/2004: 33,431
09/2004: 29,273
10/2004: 27,491
11/2004: 22,843
12/2004; 22,423
01/2005: 17,482
02/2005; 16,748
03/2005: 16,211
04/2005: 15,200
05/2005: 22,585
06/2005: 32,600

View File

@ -0,0 +1,27 @@
Message-ID: <13839069.1075855473481.JavaMail.evans@thyme>
Date: Thu, 30 Nov 2000 09:57:00 -0800 (PST)
From: russ.severson@enron.com
To: scott.mills@enron.com, jeffrey.gossett@enron.com
Subject: SITARA/CPR AVAILABILITY
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Russ Severson
X-To: Scott Mills, Jeffrey C Gossett
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
To all SITARA users:
The SITARA system will be brought down on a nightly basis between 12:01AM -
4:00 AM Central Time for nightly processing.
The system will be available in the morning after that time, with positions
primed by 5:30 AM.
CPR will be available during these times.
Please call the SITARA Hotline ((713) 853-7049) if you have any questions or
concerns.

View File

@ -0,0 +1,117 @@
Message-ID: <13908847.1075855474654.JavaMail.evans@thyme>
Date: Wed, 15 Nov 2000 10:22:00 -0800 (PST)
From: enron.announcements@enron.com
To: all_ena_egm_eim@enron.com
Subject: Ameriflash Newsletter
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: quoted-printable
X-From: Enron Announcements
X-To: All_ENA_EGM_EIM
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
BUSINESS HIGHLIGHTS
Coal Trading
The liquidity in trading of the Standard European Coal Agreement has=20
increased significantly over the last 6 weeks. Many counterparties that=20
previously opted to stay on the sidelines finally chose to join the game.=
=20
Since the contract's inception at the beginning of the year, Enron has trad=
ed=20
a total of 5.3 million tons against the SECA contract, of which 3.8 million=
=20
tons has been traded via EnronOnline since July 2000. We are 5.3 million=
=20
tons of a total traded market of 5.8 million tons.
Principal Investments
Tridium Inc., the leading provider of Internet-based automation=20
infrastructure solutions, announced the close of a $20 million round of=20
capital funding. The funds will be used to increase Tridium=01,s sales and=
=20
technical support offices in North America, expand its operations into Euro=
pe=20
and Asia, and enhance its technology and products. kRoad Ventures, L.P. and=
=20
Enron North America each contributed $10 million in venture capital.
Corporate Development
Allegheny Energy Supply Company, LLC, a wholly owned subsidiary of Alleghen=
y=20
Energy, Inc., announced the signing of a definitive agreement under which=
=20
Allegheny Energy Supply will purchase three Enron natural gas-fired merchan=
t=20
generating facilities. The acquisition is expected to close in the 2nd=20
quarter of 2001.
PERFORMANCE REVIEW
The deadline to provide feedback is Friday, November 17. If you have been=
=20
selected to provide feedback on one of your fellow employees, please take t=
he=20
time to fill out an evaluation online at www.pep.enron.com.
IN THE NEWS
"Enron Corp., already North America's biggest, buyer and seller of natural=
=20
gas and electric power is dead serious about its efforts to capture a big=
=20
slice of the $400 billion global trade in pulp, paper and lumber."
-Reuters News Service
2000 CHAIRMAN=01,S AWARD NOMINEES
Please join us in congratulating the ENA/EIM/EGM/ employees who have been=
=20
recognized as Chairman=01,s award nominees.
Congratulations to:
Irma Alvarez Alan Aronowitz Rick Bergseiker Carol Coats Joya Davis =20
Rufino Durante
Sue Foust Julie Gomez Barbara Gray Jackie Griffith John Harrison Gerr=
i=20
Irvine
Kathy Benedict Michael Kelley Mike McConnell Dave Nommensen Ina Norman =
=20
Juan Padron
Veronica Parra Michael Roberts Rhonda Robinson Kevin Sweeney Helen=20
Taylor Stacey White
Extra kudos to BARBARA GRAY, who is a finalist for the 2000 Chairman=01,s=
=20
Award. Barbara and ten other individuals are flying to San Antonio from=20
around the world to be honored at Enron=01,s annual Management Conference. =
One=20
of these finalists will be recognized as the 2000 Chairman=01,s Award winne=
r.=20
WELCOME
New Hires ENA/EIM/EGM
ENA =01) Anil Chandy, Alejandra Chavez
EGM =01) Marty Cates, JoAnne Underwood, Brad Miller
Transfers to ENA/EIM/EGM
ENA =01) Mark Wadlington, Jennifer Blay-Smith, Georgian Landau, Kathryn Bus=
sell,=20
John Coleman, Steven Gillespie, Clarissa Garcia, Ina Rangel, Farouk Lalji,=
=20
Eva Rainer, Chuchu Wang, Smith Day
EGM =01) Gloria Solis, Carmella Jones, Nancy Haralson
LEGAL STUFF
The information contained in this newsletter is confidential and proprietar=
y=20
to Enron Corp. and its subsidiaries. It is intended for internal use only=
=20
and should not be disclosed outside of Enron.

View File

@ -0,0 +1,98 @@
Message-ID: <13993981.1075855473460.JavaMail.evans@thyme>
Date: Thu, 30 Nov 2000 10:15:00 -0800 (PST)
From: enron.announcements@enron.com
To: houston.report@enron.com
Subject: Weekend Outage Report for 12-01-00 through 12-04-00
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Enron Announcements
X-To: Houston Outage Report
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
------------------------------------------------------------------------------
------------------------
W E E K E N D S Y S T E M S A V A I L A B I L I T Y
F O R
December 01, 2000 5:00pm through December 04, 2000 12:00am
------------------------------------------------------------------------------
------------------------
SCHEDULED SYSTEM OUTAGES:
ARDMORE DATA CENTER - FACILITY OPERATIONS: No Scheduled Outages.
AZURIX: No Scheduled Outages.
EB34 DATA CENTER - FACILITY OPERATIONS: No Scheduled Outages.
EDI SERVER: No Scheduled Outages.
ENRON NORTH AMERICAN LANS:
Impact: EES
Time: Sat 12/2/2000 at 9:00:00 PM CT thru Sat 12/2/2000 at 9:30:00 PM CT
Sat 12/2/2000 at 7:00:00 PM PT thru Sat 12/2/2000 at 7:30:00 PM PT
Sun 12/3/2000 at 3:00:00 AM London thru Sun 12/3/2000 at 3:30:00 AM London
Outage: Replace RSM in EES CX2
Environments Impacted: EES
Purpose: Module needs to be replaced. While switch is being updated, there
will be outages for EES and EBS.
Backout: Replace old RSM
Contact(s): Vincent Fox 713-345-7784
FIELD SERVICES: No Scheduled Outages.
INTERNET: No Scheduled Outages.
LOTUS NOTES: No Scheduled Outages.
MARKET DATA:
Impact: Market Data
Time: Fri 12/1/2000 at 4:30:00 PM CT thru Fri 12/1/2000 at 5:30:00 PM CT
Fri 12/1/2000 at 2:30:00 PM PT thru Fri 12/1/2000 at 3:30:00 PM PT
Fri 12/1/2000 at 10:30:00 PM London thru Fri 12/1/2000 at 11:30:00 PM
London
Outage: Monthly Preventive Maintenance Reboot of BTRS Servers
Environments Impacted: Telerate Users
Purpose: Preventive maintenance
Backout:
Contact(s): Rick Le 713-853-5345
NT: No Scheduled Outages.
OS/2: No Scheduled Outages.
OTHER SYSTEMS: No Scheduled Outages.
SITARA: No Scheduled Outages.
SUN/OSS SYSTEM: No Scheduled Outages.
TELEPHONY: No Scheduled Outages
TERMINAL SERVER: No Scheduled Outages.
UNIFY: No Scheduled Outages.
------------------------------------------------------------------------------
-------------------------------------------------------
FOR ASSISTANCE
(713) 853-1411 Enron Resolution Center
(713) 853-5536 Information Risk Management
Specific Applications Help:
Unify On-Call (713) 284-3757 [Pager]
Sitara On-Call (713) 288-0101 [Pager]
RUS/GOPS/GeoTools/APRS (713) 639-9726 [Pager]
OSS/UA4/TARP (713) 285-3165 [Pager]
CPR (713) 284-4175 [Pager]
EDI Support (713) 327-3893 [Pager]
All Other Systems (713) 563-5797 [Pager]
or (713) 563-5987 [Pager]

View File

@ -0,0 +1,63 @@
Message-ID: <14157800.1075855473748.JavaMail.evans@thyme>
Date: Tue, 28 Nov 2000 10:03:00 -0800 (PST)
From: enron.announcements@enron.com
To: eligible.employees@enron.com
Subject: Deferral Enrollment 2001
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: quoted-printable
X-From: Enron Announcements
X-To: Eligible Employees
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
=20
The annual deferral program enrollment process is underway. Enron's Bonus=
=20
Stock Option and Bonus Phantom Stock Programs provide you with an opportuni=
ty=20
to receive stock options and phantom stock in lieu of all or a portion of t=
he=20
cash bonus you may receive during 2001. =20
To make enrollment even more convenient for you, this year's deferral progr=
am=20
information is available on eHRonline. To learn more about your deferral=
=20
program opportunities and to enroll for 2001 deferrals, access eHRonline at=
=20
http://ehronline.enron.com. (Call the ISC Help Desk at 713-345-4727 if you=
=20
need your ID or password to access the system.)
1. Review the program descriptions (attached to the Election Form) before y=
ou=20
make your elections.
2. If you decide to defer compensation, complete the Election Form before=
=20
Friday, December 8, 2000, 5:00 p.m. CST (the enrollment deadline).
3. Print your 2001 Election Form and Confirmation Statement right from the=
=20
web site and you=01,re finished!=20
If you would like to attend an employee meeting to learn more about these=
=20
programs, following is a list of meeting dates, times, and locations:
Wednesday, November 29 2:00 p.m. - 3:00 p.m. EB 5C2
Monday, December 4 9:00 a.m. - 10:00 a.m. The Forum (2 Allen Center, 12t=
h=20
Fl.)
Tuesday, December 5 2:00 p.m. - 3:00 p.m. EB 5C2
Wednesday, December 6 2:00 p.m. - 3:00 p.m. EB 5C2
Since seating is limited, please RSVP (leave a message for Diana Gutierrez=
=20
(713-345-7077) confirming your name, phone number, and the meeting you wish=
=20
to attend).
DEFERRAL ENROLLMENT 2001--ADDED VALUE FOR YOUR FUTURE

View File

@ -0,0 +1,73 @@
Message-ID: <14411665.1075855488570.JavaMail.evans@thyme>
Date: Thu, 10 May 2001 17:53:00 -0700 (PDT)
From: enron.announcements@enron.com
To: all.houston@enron.com
Subject: Houston Ballet's Miller Theater Performance of Coppelia
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Enron Announcements
X-To: All Enron Houston
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Houston Ballet gives free performances of Copp,lia
at Miller Outdoor Theatre in Hermann Park
8:00 p.m. Friday May 11, Saturday May 12, & Sunday May 13, 2001
sponsored by AZURIX and ENRON
Considered the great comedy of classical ballet, Copp,lia tells the story of
a doll so enchantingly lifelike that she mesmerizes an entire village,
captures the heart of a young swain named Franz and inspires the eccentric
toymaker Dr. Copp,lius to attempt to transform her into a living, breathing
human being.
AZURIX and ENRON are Corporate Sponsors for Houston Ballet's Miller Theatre
performances, helping to present these free performances of Copp,lia to the
people of Houston. Houston Ballet has a limited number of tickets for the
seated area each night for employees of AZURIX and ENRON. These tickets are
available on a first-come, first-served basis by calling William at
713-535-3235 no later than 5 PM today . (Please be aware that all unoccupied
seats are released at 10 minutes before curtain.)
Other, free, general public tickets for the seated area (max 4 per person)
are available at the Miller Theatre 11:30 a.m. - 1:00 p.m. on the day of
performance; for more information call 713-284-8351 for the Miller Theatre
ticket information line. Tickets are not required for the lawn area.
About Coppelia
Copp,lia was first performed on May 25, 1870 at the Th,atre Imp,rial de
L'Op,ra, featuring choreography by Arthur Saint-L,on and music by L,o
Delibes. The work maintains a special place in the history of dance, serving
as a kind of bridge from the glory of the French Romantic ballet in the early
nineteenth century to the masterpieces of the Russian Imperial Theater at the
turn of the century. Writing in The International Dictionary of Ballet,
critic Karen Dacko analyzes the unique characteristics of the piece as
follows: "Copp,lia owes its longevity to its inspired, very danceable score.
But the ballet is also remarkable for its perennial appeal and for its
historical significance as Romanticism's grand finale and classical ballet's
prologue."
Copp,lia first entered Houston Ballet' repertoire in October 1974, in a
staging by Frederic Franklin (who also performed the role of Dr. Copp,lius),
and featuring scenery by Peter Farmer. In November 1979, former Royal Ballet
ballerina Anne Heaton re-staged the work for the company. When Houston Ballet
premiered its new production of the work in March 1992 featuring breathtaking
d,cor by Desmond Heeley, Carl Cunningham of The Houston Post wrote, "It would
be hard to imagine anything to cap the joyous, gentle, and glorious looking
new production of Copp,lia the splendidly prepared company of dancers and
musicians put forth Thursday evening on Wortham Center's Brown Theater
stage." (The Houston Post, March 21, 1992)
Heeley's designs for Copp,lia never fail to enchant, most notably in the
second-act depiction of Dr. Copp,lius's workshop. The sampling of dolls on
display pay homage to the era when automatons, or mechanical toys, were the
rage in Europe -- and to Heeley's inexhaustible creativity. Among the
eye-popping toys featured in the workshop are a huge astrologer with a
pointed hat and a robe covered in shooting stars and moons; a strongman with
a handlebar mustache and barbells; Puss n Boots; an acrobat hanging from a
trapeze holding the man in the moon; and a small ballerina dancing on the
back of a goat. In the first act, the vibrant reds, golds, and oranges of the
costumes worn by the peasants in the village conjure up a wonderfully
picturesque vision of nineteenth century Bavaria.

View File

@ -0,0 +1,28 @@
Message-ID: <14472320.1075855491199.JavaMail.evans@thyme>
Date: Tue, 24 Apr 2001 10:09:00 -0700 (PDT)
From: enron.announcements@enron.com
To: all.houston@enron.com
Subject: Online Auction benefiting March of Dimes
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Enron Announcements
X-To: All Enron Houston
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Online Auction benefiting March of Dimes
Wednesday, April 25 and Thursday, April 26
Auction opens promptly at 9:00 a.m. on Wednesday and closes Thursday at 4:00
p.m.
To make your bid, click on:
http://my.home.enron.com or
http://ecweb05e.enron.net/apps/auction.nsf/
Great items to bid on. 100% of proceeds benefiting March of Dimes. Don't miss
out!

View File

@ -0,0 +1,38 @@
Message-ID: <1463495.1075855490984.JavaMail.evans@thyme>
Date: Wed, 25 Apr 2001 15:55:00 -0700 (PDT)
From: enron.announcements@enron.com
To: all.houston@enron.com
Subject: Enron Astroworld Tickets
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Enron Announcements
X-To: All Enron Houston
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Enron announces UNLIMITED discounted AstroWorld tickets for employees.
Due to overwhelming employee feedback, we have negotiated unlimited
discounted AstroWorld tickets for you and your family in place of the
traditional "Enron Day At AstroWorld." We hope this will allow Enron
families to plan their fun-filled summer trips to AstroWorld at their own
convenience. Enron AstroWorld tickets are $20.56 (Retail $50), which
includes admission for one, plus a $7 meal ticket to one of five restaurants
at AstroWorld.
Six Flags AstroWorld is a world-class family entertainment complex filled
with exciting rides and attractions, including 10 heart-pounding coasters,
over 40 blockbuster shows, interactive street entertainers and star-studded
concerts. Enron families will be able to purchase unlimited tickets for use
anytime during the 2001 season.
Tickets will be on sale at Enron's Federal Credit Union, EB0399. Visit the
credit union in person to make your purchases. AstroWorld tickets will not
be mailed. Enron employees who are not already Enron FCU members may pay by
cash or money order only. All Enron Employees are encouraged to take
advantage of this great summer fun deal and may purchase tickets through
August 30th.

View File

@ -0,0 +1,27 @@
Message-ID: <14870964.1075855490824.JavaMail.evans@thyme>
Date: Thu, 26 Apr 2001 14:52:00 -0700 (PDT)
From: mike.grigsby@enron.com
To: phillip.allen@enron.com, frank.ermis@enron.com
Subject: Cantor Fitzgerald
Cc: anne.bike@enron.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Bcc: anne.bike@enron.com
X-From: Mike Grigsby
X-To: Phillip K Allen, Frank Ermis
X-cc: Anne Bike
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
The proxy price will be Gas Daily and Cantor Fitzgerald for Ca deliveries.
How do we submit prices to Cantor Fitzgerald? Anne, we will need to come up
with a cash report, much like our monthly index report for the
publications. Our data submitted will be under scrutiny at some point in the
future. It is important that all of our cash (one day) deals are reported
accurately each day.
Thanks,
Mike

View File

@ -0,0 +1,157 @@
Message-ID: <15302651.1075855476430.JavaMail.evans@thyme>
Date: Thu, 2 Nov 2000 11:44:00 -0800 (PST)
From: araceli.romero@enron.com
To: richard.lewis@enron.com, peter.crilly@enron.com, steven.mccarthy@enron.com,
david.redmond@enron.com, andrew.fairley@enron.com,
matthew.nicholas@enron.com, david.gallagher@enron.com,
didier.magne@enron.com, carsten.sterz@enron.com,
suryan.simunovic@enron.com, simon.hastings@enron.com,
louis.redshaw@enron.com, amir.ghodsian@enron.com,
tom.glover@enron.com, derek.edmiston@enron.com, thor.lien@enron.com,
fredrik.flykt-rosen@enron.com, stefan.fastesson@enron.com,
espen.seidel@enron.com, mats.larsson@enron.com,
linda.andersson@enron.com, tove.stensbol@enron.com,
anne.coll@enron.com, gregor.baumerich@enron.com,
peter.heydecker@enron.com, florian.neubauer@enron.com,
ulf.ek@enron.com, meindert.witteveen@enron.com,
adrian.mancebo@enron.com, michael.hellermann@enron.com,
sonia.mccorquodale@enron.com, marc.janichen@enron.com,
martin.bloch@enron.com, benedikt.messner@enron.com,
gunter.tuhy@enron.com, markus.urban@enron.com, paul.mead@enron.com,
reuben.maltby@enron.com, jonathan.pietila@enron.com,
cassim.mangerah@enron.com, stephen.lowe@enron.com,
raymond.yeow@enron.com, connell.burke@enron.com,
howard.levy@enron.com, paul.quilkey@enron.com,
jonathan.whitehead@enron.com, bryan.seyfried@enron.com,
jeff.kinneman@enron.com, martin.mcdermott@enron.com,
seung-taek.oh@enron.com, jean-sebastien.fontaine@enron.com,
markus.fiala@enron.com, nicholas.stephan@enron.com,
simon.brooks@enron.com, robert.diprose@enron.com,
paul.pizzolato@enron.com, reza.rezaeian@enron.com,
konstantin.malinovski@enron.com, michael.hutchinson@enron.com,
ed.dablin@enron.com, bradley.marchant@enron.com,
tony.piper@enron.com, russell.plackett@enron.com,
predrag.barlov@enron.com, thomas.boettcher@enron.com,
fritz.doornkaat@enron.com, sam.hainsworth@enron.com,
rainer.herforth@enron.com, irma.hunt@enron.com,
lothar.kierspel@enron.com, david.lilley@enron.com,
nigel.stern@enron.com, simon.tibbitts@enron.com,
steve.upot@enron.com, joe.robertson@enron.com,
patricia.benington@enron.com, tom.gramlich@enron.com,
bill.silverstein@enron.com, spiro.spirakis@enron.com,
sandra.torres@enron.com, ulf.borck@enron.com,
achim.lindhorst@enron.com, jeffrey.shankman@enron.com,
kevin.presto@enron.com, tim.belden@enron.com, greg.whalley@enron.com,
george.mcclellan@enron.com, bob.crane@enron.com,
gary.hickerson@enron.com, jim.fallon@enron.com,
marty.sunde@enron.com, john.nowlan@enron.com, joe.gold@enron.com,
joseph.hirl@enron.com, bryan.seyfried@enron.com,
john.arnold@enron.com, peter.keavey@enron.com,
brian.hoskins@enron.com, mike.maggi@enron.com,
chris.germany@enron.com, dan.junek@enron.com,
judy.townsend@enron.com, eugene.pereira@enron.com,
brad.mckay@enron.com, kate.fraser@enron.com, dick.jenkins@enron.com,
tammi.depaolis@enron.com, scott.neal@enron.com,
robin.barbe@enron.com, jared.kaiser@enron.com,
scott.hendrickson@enron.com, sarah.mulholland@enron.com,
sandra.brawner@enron.com, patrice.mims@enron.com,
tom.donohoe@enron.com, hunter.shively@enron.com,
andrew.lewis@enron.com, fletcher.sturm@enron.com,
geoff.storey@enron.com, kevin.ruscitti@enron.com,
martin.cuilla@enron.com, joe.parks@enron.com,
jim.schwieger@enron.com, thomas.martin@enron.com,
carey.metz@enron.com, elsa.villarreal@enron.com,
steven.south@enron.com, frank.ermis@enron.com,
phillip.allen@enron.com, mike.grigsby@enron.com,
keith.holst@enron.com, matthew.lenhart@enron.com,
john.taylor@enron.com, robin.milner@enron.com,
chris.dorland@enron.com, michael.cowan@enron.com,
chris.lambie@enron.com, chad.clark@enron.com,
john.disturnal@enron.com, lawrence.clayton@enron.com,
joe.errigo@enron.com, wayne.herndon@enron.com,
larry.jester@enron.com, john.kinser@enron.com,
keller.mayeaux@enron.com, doug.miller@enron.com,
cyril.price@enron.com, chad.starnes@enron.com,
joe.stepenovitch@enron.com, greg.trefz@enron.com,
jay.wills@enron.com, robert.benson@enron.com, john.berger@enron.com,
paul.broderick@enron.com, matt.lorenz@enron.com,
kyle.schultz@enron.com, john.suarez@enron.com,
jeffrey.miller@enron.com, doug.gilbert-smith@enron.com,
larry.valderrama@enron.com, george.hopley@enron.com,
dana.davis@enron.com, rogers.herndon@enron.com,
john.zufferli@enron.com, tom.dutta@enron.com,
patrick.hanse@enron.com, bill.rust@enron.com,
laura.podurgiel@enron.com, nicole.la@enron.com,
john.forney@enron.com, jesse.bryson@enron.com, mark.guzman@enron.com,
jeremy.morris@enron.com, holden.salisbury@enron.com,
ryan.slinger@enron.com, collin.whitehead@enron.com,
bill.iii@enron.com, mike.swerzbin@enron.com,
diana.scholtes@enron.com, sean.crandall@enron.com,
michael.driscoll@enron.com, cara.semperger@enron.com,
mike.purcell@enron.com, robert.badeer@enron.com,
jeff.richter@enron.com, phillip.platter@enron.com,
carla.hoffman@enron.com, chris.mallory@enron.com,
matt.motley@enron.com, mark.fischer@enron.com, tom.alonso@enron.com,
lisa.gang@enron.com, stacy.runswick@enron.com,
lester.rawson@enron.com, jean.mrha@enron.com, jay.hawthorn@enron.com,
erik.simpson@enron.com, grant.zimmerman@enron.com,
richard.schneider@enron.com, bryan.garrett@enron.com,
paul.racicot@enron.com, dennis.benevides@enron.com,
charles.decker@enron.com, neil.bresnan@enron.com,
richard.ring@enron.com, jubran.whalan@enron.com,
john.zurita@enron.com, suneet.sharma@enron.com,
timothy.hamilton@enron.com, barend.vanderhorst@enron.com,
todd.lambert@enron.com, monica.roberts@enron.com,
james.barker@enron.com, timothy.murphy@enron.com,
james.shirley@enron.com, matthew.fleming@enron.com,
morgan.babin@enron.com, paul.tate@enron.com,
marde.driscoll@enron.com, laura.arnold@enron.com,
jay.blaine@enron.com, zarin.imam@enron.com, jesus.guerra@enron.com,
jeff.coates@enron.com, christina.bangle@enron.com,
rhonda.smith@enron.com, amanda.boettcher@enron.com,
sherry.pendegraft@enron.com, alain.diza@enron.com,
sharon.hausinger@enron.com, andrew.fastow@enron.com,
tim.despain@enron.com, clint.freeland@enron.com,
naveen.andrews@enron.com, matthew.adams@enron.com,
sunil.dalal@enron.com, lacrecia.davenport@enron.com,
frank.economou@enron.com, xochitl.figueroa@enron.com,
frank.hayden@enron.com, andy.knight@enron.com,
christian.lebroc@enron.com, nick.paraschos@enron.com,
david.port@enron.com, manfred.roenz@enron.com,
vladimir.gorny@enron.com, rebecca.phillips@enron.com,
jason.sokolov@enron.com, john.suttle@enron.com,
veronica.valdez@enron.com, rudi.zipter@enron.com,
bjorn.hagelmann@enron.com, minal.dalia@enron.com,
ted.murphy@enron.com, monica.reasoner@enron.com, ding.yuan@enron.com,
lloyd.fleming@enron.com, oliver.gaylard@enron.com,
rodrigo.lamas@enron.com, suzanne.bain@enron.com,
jitendra.patel@enron.com, homan.amiry@enron.com
Subject: 2nd Request - RESPONSE NEEDED THIS WEEK PLEASE - Risk Mgmt.
Compliance Certificate
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Araceli Romero
X-To: Richard Lewis, Peter Crilly, Steven McCarthy, David Redmond, Andrew Fairley, Matthew Nicholas, David Gallagher, Didier Magne, Carsten Sterz, Suryan Wirya Simunovic, Simon Hastings, Louis Redshaw, Amir Ghodsian, Tom Glover, Derek Edmiston, Thor Lien, Fredrik Flykt-Rosen, Stefan Fastesson, Espen Seidel, Mats Larsson, Linda Andersson, Tove Anita Furuly Stensbol, Anne Coll, Gregor Baumerich, Peter Heydecker, Florian Neubauer, Ulf Ek, Meindert Witteveen, Adrian Mancebo, Michael Hellermann, Sonia McCorquodale, Marc Janichen, Martin Bloch, Benedikt Messner, Gunter Tuhy, Markus Urban, Paul Mead, Reuben Maltby, Jonathan Pietila, Cassim Mangerah, Stephen J Lowe, Raymond Yeow, Connell Burke, Howard Levy, Paul Quilkey, Jonathan Whitehead, Bryan Seyfried, Jeff Kinneman, Martin McDermott, Seung-Taek Oh, Jean-Sebastien Fontaine, Markus Fiala, Nicholas J Stephan, Simon Brooks, Robert Diprose, Paul Pizzolato, Reza Rezaeian, Konstantin Malinovski, Michael J Hutchinson, Ed Dablin, Bradley L Marchant, Tony Piper, Russell Plackett, Predrag Barlov, Thomas Boettcher, Fritz Ten Doornkaat, Sam Hainsworth, Rainer Herforth, Irma Hunt, Lothar Kierspel, David Lilley, Nigel Stern, Simon Tibbitts, Steve Upot, Joe Robertson, Patricia Benington, Tom Gramlich, Bill Silverstein, Spiro Spirakis, Sandra Torres, Ulf Von Borck, Achim Lindhorst, Jeffrey A Shankman, Kevin M Presto, Tim Belden, Greg Whalley, George McClellan, Bob Crane, Gary Hickerson, Jim Fallon, Marty Sunde, John L Nowlan, Joe Gold, Joseph P Hirl, Bryan Seyfried, John Arnold, Peter F Keavey, Brian Hoskins, Mike Maggi, Chris Germany, Dan Junek, Judy Townsend, Eugene Pereira, Brad McKay, Kate Fraser, Dick Jenkins, Tammi DePaolis, Scott Neal, Robin Barbe, Jared Kaiser, Scott Hendrickson, Sarah Mulholland, Sandra F Brawner, Patrice L Mims, Tom Donohoe, Hunter S Shively, Andrew H Lewis, Fletcher J Sturm, Geoff Storey, Kevin Ruscitti, Martin Cuilla, Joe Parks, Jim Schwieger, Thomas A Martin, Carey M Metz, Elsa Villarreal, Steven P South, Frank Ermis, Phillip K Allen, Mike Grigsby, Keith Holst, Matthew Lenhart, John Craig Taylor, Robin Milner, Chris Dorland, Michael Cowan, Chris Lambie, Chad Clark, John Disturnal, Lawrence Clayton, Joe Errigo, Wayne Herndon, Larry Jester, John Kinser, Keller Mayeaux, Doug Miller, Cyril Price, Chad Starnes, Joe Stepenovitch, Greg Trefz, Jay Wills, Robert Benson, John Berger, Paul J Broderick, Matt Lorenz, Kyle Schultz, John D Suarez, Jeffrey Miller, Doug Gilbert-Smith, Larry Valderrama, George Hopley, Dana Davis, Rogers Herndon, John Zufferli, Tom Dutta, Patrick Hanse, Bill Rust, Laura Podurgiel, Nicole La, John M Forney, Jesse Bryson, Mark Guzman, Jeremy Morris, Holden Salisbury, Ryan Slinger, Collin Whitehead, Bill Williams III, Mike Swerzbin, Diana Scholtes, Sean Crandall, Michael M Driscoll, Cara Semperger, Mike Purcell, Robert Badeer, Jeff Richter, Phillip Platter, Carla Hoffman, Chris Mallory, Matt Motley, Mark Fischer, Tom Alonso, Lisa Gang, Stacy Runswick, Lester Rawson, Jean Mrha, Jay Hawthorn, Erik Simpson, Grant Zimmerman, Richard Schneider, Bryan Garrett, Paul Racicot, Dennis Benevides, Charles Decker, Neil Bresnan, Richard Ring, Jubran Whalan, John Zurita, Suneet Sharma, Timothy J Hamilton, Barend VanderHorst, Todd W Lambert, Monica Roberts, James R Barker, Timothy S Murphy, James Shirley, Matthew B Fleming, Morgan Babin, Paul Tate, Marde L Driscoll, Laura R Arnold, Jay Blaine, Zarin Imam, Jesus Guerra, Jeff Coates, Christina Bangle, Rhonda Smith, Amanda Boettcher, Sherry Pendegraft, Alain Diza, Sharon Hausinger, Andrew S Fastow, Tim DeSpain, Clint Freeland, Naveen Andrews, Matthew Adams, Sunil Dalal, LaCrecia Davenport, Frank Economou, Xochitl Figueroa, Frank Hayden, Andy Knight, Christian LeBroc, Nick Paraschos, David Port, Manfred Roenz, Vladimir Gorny, Rebecca Phillips, Jason Sokolov, John Suttle, Veronica Valdez, Rudi Zipter, Bjorn Hagelmann, Minal Dalia, Ted Murphy, Monica Reasoner, Ding Yuan, Lloyd Fleming, Oliver Gaylard, Rodrigo Lamas, Suzanne Bain, Jitendra Patel, Homan Amiry
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Please print and sign the attached Enron Corp. Risk Management Policy
Certificate of Compliance and fax directly to Veronica Valdez, fax # 713 646
2194. Due to certain regulatory audits of our trading businesses, we would
like to receive these by the end of this week.
Attached is a copy of the Certificate of Compliance, and the Enron Corp. Risk
Management Policy.
If you have any questions, please call me at (713) 853-0429, or Veronica
Valdez at (713) 853-1881.
Regards,
Cassandra Schultz
Market Risk Management

View File

@ -0,0 +1,207 @@
Message-ID: <15448688.1075855489249.JavaMail.evans@thyme>
Date: Fri, 4 May 2001 10:01:00 -0700 (PDT)
From: enron.announcements@enron.com
To: all.houston@enron.com
Subject: Enron In Action 05.07.01
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: quoted-printable
X-From: Enron Announcements
X-To: All Enron Houston
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Enron Family Day at the Museum of Fine Arts, Houston
Enron Family Day at the Museum of Fine Arts, Houston is this Saturday, May=
=20
12th from 10 AM - 7 PM. Enjoy the many exciting exhibits at the museum=20
including=20
Star Wars: Magic of Myth. Enron employees and their families can enter the=
=20
museum free by presenting their Enron ID Badge. =20
To visit the Star Wars: Magic of Myth exhibit, you can purchase vouchers fo=
r=20
$10 each by calling (713) 639-7771 or you may use the vouchers previously
distributed to employees by Enron.
Do you hate to garden in the summer because everything you plant dies? Lin=
da=20
Gay, Director of the Mercer Arboretum and Botanic Gardens in Humble, will=
=20
teach us about plants that not only survive, but thrive during the dog days=
=20
of Houston summers. Topics will include tropical-looking plants for sun and=
=20
shade, gingers, fragrant plants, and drought-tolerant plants.
WHEN: Tuesday, May 8th, 11:30 a.m. - 12:30 p.m.
WHERE: The Forum, 12th floor of 2 Allen Center
Get ready to help the Body Shop celebrate it's 15th anniversary and kick-of=
f=20
National Health and Fitness Week.=20
Beginning Monday, May 14 and ending Friday, May 18, 2001 all Enron Employee=
s=20
are invited to work-out at the Body Shop as a complimentary guest. Just=20
visit http://hrweb.enron.com/wellness, print and fill-out the body shop 15t=
h=20
anniversary guest form, and return it to the Body Shop prior to your first=
=20
workout.
The week long celebration includes a speech and autograph session with Clyd=
e=20
Drexler, Monday, May 14, 2001, 11:30 AM-12:00 noon (spaces will be limited=
=20
and you must RSVP to Body.Shop@enron.com by Friday, May 11, 2001, 3:00 PM)=
;=20
an early morning workout with the Houston Rockets Power Dancers on, Thursda=
y,=20
May 17, 2001 starting at 6:30 AM followed by breakfast and autograph sessio=
n=20
in the Body Shop Fuel Station at 7:30am - 8:30am; a boot camp style class l=
ed=20
by the German/American Foreign Legion and much, much more. Visit the Body=
=20
Shop website for a detailed calendar of events, or for additional=20
information, please e-mail the Body Shop at Body.Shop@enron.com.
The Enron Travel Club will hold it's monthly meeting on Tuesday, May 8th in=
=20
room EB5C2 from 12:00pm - 1:00pm.
Help people affected by arthritis. Join A Joint Walk on May 20. =20
Thousands of greater Houstonians will join the walk to cure arthritis. The=
=20
5-mile walk begins at the Kelsey-Seybold Clinic and travels along Braes=20
Bayou. Call 713-529-0800 and "get in step".
Project Mom @ Friendly Haven on Saturday, May 11th.... in Honor of Mother's=
=20
Day!
Join Enron employees at Friendly Haven, a housing assistance program=20
supported by AFH (AIDS Foundation Houston), for a volunteer project designe=
d=20
to celebrate Mother's Day. Approximately 40 single mothers comprise Friend=
ly=20
Haven's residents and we would like to make the day special for both them a=
nd=20
their children. =20
Enron volunteers are needed to facilitate a children's craft activity for=
=20
Mother's Day presents and also serve a special brunch to all of the mothers=
=20
in the program. This project can be utilized as a team building opportunit=
y=20
for a department with 15 - 25 employees or individual volunteers may sign u=
p=20
by contacting Janice Riedel at x37507 - for more information on AFH, visit=
=20
http://www.aidshelp.org/programs/housing.htm.
The Contemporary Arts Museum needs volunteers to help with CAM*boree, a=20
special event for kids Sunday May 20, 5:00pm to 8:00pm. There will be a=20
picnic dinner, music and artist-led activities. Volunteers will help play=
=20
with the kids, ages 2-12. It is so much fun and a short time commitment. =
=20
Volunteers get a FREE Museum membership as a thank you. Please respond by=
=20
May 16 to Jennifer Milligan X35272.
Support KidSave and Help Miracles Happen. Every Summer.
=20
Kidsave=01,s Summer Miracles Program enables orphanage children ages 5 to =
11 to=20
travel to the US and Canada, live with families and attend day camp. The=
=20
program gives families who may be concerned about the problems of adopting=
=20
an older child a chance to meet, get to know and in the best-case scenario=
,=20
fall in love with a child. The program gives prospective parents an=20
opportunity to see and evaluate first-hand the challenges and rewards of=
=20
adopting an older child.
=20
In 1999 and 2000 Kidsave and adoption agency partners placed 432 children =
-=20
96 percent of children who participated in the program. Generally, 85 to 9=
0=20
percent of children who participate in the program find homes easily throu=
gh=20
the program. The remaining 10 to 15 percent require more work.
=20
Kidsave believes every child deserves a family. We are committed to placin=
g=20
all children who participate in the Summer Miracles Program in permanent=
=20
families or family-like environments.
=20
We are looking for families to host children, and for others who want to=
=20
help us make the camp program happen for these 250 children. As a=20
non-profit organization, Kidsave depends on donations to raise the money t=
o=20
bring these children here and find them families. Please call Tonya Hoppe =
at=20
281.286.8948 or tonya@tonya.cc to get involved in Houston=01,s Kidsave=20
program. =20
Enron and Kidventure Camps are proud to bring you Camp Enron Summer 2001. =
=20
Celebrating our third year, Camp Enron will once again be providing summer=
=20
camp for children, ages 5-13, of Enron employees and contractors.=20
This year, camp will be May 29-August 10. Ten, one-week sessions will be =
=20
available and families may choose to attend any or all sessions. Each camp=
=20
week is Monday through Friday.=20
The cost is $150 per week and includes all transportation, field trips and=
=20
activities. A deposit of $50 per week is all that is needed to reserve you=
r=20
sessions. =20
To register, log on to: http://www.kidventurecamp.com/camp_enron.htm. =20
Spaces are limited.
Enron parents simply ride to work with their children and check them in to=
=20
the Energizer room in the morning with the Camp Enron Team. Enron Campers=
=20
are loaded on Coach USA Buses and transported to our nearby camp. At the en=
d=20
of the day campers are brought back to the Energizer for parents to check=
=20
out. =20
It's that easy!
For more information please contact:
web site: www.kidventurecamp.com
call Kidventure: 713.960.8989
e-mail: camps@kidventurecamp.com
Have News to Share?
To post news or events in Enron In Action, please e-mail your information t=
o=20
EIA@enron.com=20
no later than 12:00 noon the Thursday prior to the next Monday=01,s mailing=
.

View File

@ -0,0 +1,42 @@
Message-ID: <15681317.1075855473790.JavaMail.evans@thyme>
Date: Tue, 28 Nov 2000 06:10:00 -0800 (PST)
From: enron.announcements@enron.com
To: all.houston@enron.com
Subject: Enron in Action 11.27.00
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Enron Announcements
X-To: All Enron Houston
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Big E Cafe Don't be a Grinch! Come enjoy the Big E Cafe this Friday,
December 1st, in Antioch Park! Live entertainment will be provided by the
Gary Dahl Band and lunch is available for $5. For any toy, clothing or
canned good donation, you will receive a $1 discount off of lunch. Also, you
will have the opportunity to spread Wholiday Cheer by signing up for
volunteer projects at various organizations around the city including Big
Brothers and Big Sisters, SEARCH and the Star of Hope.
Print Sale Think presents! On Monday, December 4th, take advantage of the
Rice University Art Department's Annual Print Sale! Available items will
include etchings, and lithographs by Rice University students and faculty as
well as prints from TEMBO Studios, Flatbed Press-Austin, and the University
of Houston printmaking students. Artists Services will be present to assist
with your framing needs. All proceeds benefit the Rice University Art
Department.
Pack for St. Nick Help put together knapsacks of presents for
underprivileged children at Blackshire, Crawford, Field, Hartsford, Ethel
Mosely Young, and Tijerina Elementary Schools. Join us at tomorrow, November
28th, at 4:30pm at Watson's Storage located at 5201 Polk Street. For
information or to participate, call Cindy Ward at x58046.
Holiday Open House If you are interested in being part of the planning
committee for this year's Holiday Open House and Festival of Lights, please
contact Charla Reese at x35202.

View File

@ -0,0 +1,45 @@
Message-ID: <1570486.1075855491008.JavaMail.evans@thyme>
Date: Wed, 25 Apr 2001 15:53:00 -0700 (PDT)
From: enron.announcements@enron.com
To: all.houston@enron.com
Subject: =?ANSI_X3.4-1968?Q?"The_Power_of_Perspicuity"_with_Mind=01,s_Eye_Madness?=
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: quoted-printable
X-From: Enron Announcements
X-To: All Enron Houston
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
=01&Do not go where the path may lead, go instead where there is no path=20
and leave a trail.=018 - Ralph Waldo Emerson
=20
Watch the Enron Building lobby on Thursday, April 26th, from 11:30am to=20
1:00pm for information=20
on Enron=01,s unique ways to express itself through our employee communicat=
e=20
tools and our workplace environment.
Featuring:
eThink, Planet Enron, Expert Finder and GIS
Special Afternoon Workshop - 3:30pm to 5:30pm
=01&The Painting Experience=018 with Mr. Stewart Cubley=20
You do not have to be an artist... no training or knowledge of art is=20
required.... simply participate in a unique,=20
supportive environment where you can explore the =01&process=018 of creativ=
ity and=20
risk-taking completely free from the=20
barriers of comparison, evaluation, judgment, success, failure or awards. =
=20
The only prerequisite is a spirit of inquiry. =20
There is no fee for this class. Please RSVP to Jessica at x31918 - space i=
s=20
limited.
Word of the Day
verve (v-rv) n. Energy and enthusiasm in the expression of ideas,=20
especially in artistic performance or composition.

View File

@ -0,0 +1,78 @@
Message-ID: <15753565.1075855472316.JavaMail.evans@thyme>
Date: Mon, 11 Dec 2000 05:55:00 -0800 (PST)
From: rebecca.cantrell@enron.com
To: barbara.dillard@enron.com, brenda.fletcher@enron.com, chris.meyer@enron.com,
colleen.sullivan@enron.com, donna.greif@enron.com,
edward.terry@enron.com, frank.ermis@enron.com,
george.smith@enron.com, hunter.shively@enron.com,
james.shirley@enron.com, jane.tholt@enron.com, jim.homco@enron.com,
john.hodge@enron.com, judy.townsend@enron.com, julie.gomez@enron.com,
kimberly.olinger@enron.com, lisa.kinsey@enron.com,
natalie.baker@enron.com, paul.lucci@enron.com, paul.tate@enron.com,
phillip.allen@enron.com, randall.gay@enron.com,
robert.superty@enron.com, ruth.concannon@enron.com,
sandra.brawner@enron.com, steven.south@enron.com,
stephanie.miller@enron.com, susan.pereira@enron.com,
sylvia.pollan@enron.com, terri.walker@enron.com,
timothy.hamilton@enron.com, tori.kuykendall@enron.com,
victor.lamadrid@enron.com
Subject: A Reminder -- 2001 GRI Surcharges
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Rebecca W Cantrell
X-To: Barbara G Dillard, Brenda H Fletcher, Chris Meyer, Colleen Sullivan, Donna Greif, Edward Terry, Frank Ermis, George F Smith, Hunter S Shively, James Shirley, Jane M Tholt, Jim Homco, John Hodge, Judy Townsend, Julie A Gomez, Kimberly S Olinger, Lisa Kinsey, Natalie Baker, Paul T Lucci, Paul Tate, Phillip K Allen, Randall L Gay, Robert Superty, Ruth Concannon, Sandra F Brawner, Steven P South, Stephanie Miller, Susan W Pereira, Sylvia S Pollan, Terri Walker, Timothy J Hamilton, Tori Kuykendall, Victor Lamadrid
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Effective 1/1/2001 . . . . . . . .
---------------------- Forwarded by Rebecca W Cantrell/HOU/ECT on 12/14/99
05:03 PM ---------------------------
Enron North America Corp.
From: Rebecca W Cantrell 11/10/99 05:39 PM
To: Julie A Gomez/HOU/ECT@ECT, Chris Meyer/HOU/ECT@ECT, Ruth
Concannon/HOU/ECT@ECT, Judy Townsend/HOU/ECT@ECT, Theresa
Branney/HOU/ECT@ECT, Paul T Lucci/DEN/ECT@Enron, Jane M Tholt/HOU/ECT@ECT,
Mike Grigsby/HOU/ECT@ECT, Steven P South/HOU/ECT@ECT, Frank
Ermis/HOU/ECT@ECT, Susan W Pereira/HOU/ECT@ECT, George Smith/HOU/ECT@ECT,
Randall L Gay/HOU/ECT@ECT, Jim Homco/HOU/ECT@ECT, Colleen
Sullivan/HOU/ECT@ECT, Hunter S Shively/HOU/ECT@ECT, Cary M
Carrabine/HOU/ECT@ECT, Ray Hamman/HOU/EES@EES, Michael H Garred/HOU/EES@EES,
Katherine L Kelly/HOU/ECT@ECT, Robert Superty/HOU/ECT@ECT, Laura
Luce/HOU/ECT@ECT, Steve Morse/HOU/ECT@ECT, Scotty Gilbert/HOU/ECT@ECT, Cary M
Carrabine/HOU/ECT@ECT, Edward Terry/HOU/ECT@ECT, Scott Neal/HOU/ECT@ECT,
Robert Shiring/HOU/ECT@ECT, Tori Kuykendall/HOU/ECT@ECT, Mary
Solmonson/HOU/ECT@ECT, Terri Walker/OTS/Enron@ENRON
cc:
Subject: 2000 GRI Surcharges
Just a reminder that the GRI surcharges will go down for all member pipelines
a bit effective 1/1/99, per the Settlement approved by FERC in April, 1998.
Here are the rates through 2004:
Rates (cents per Dth)
1999
2000
2001
2002
2003
2004
Commodity 0.75 0.72 0.7 0.5 0.4 0.0
High Demand* 23.0 20.0 9.0 6.0 5.0 0.0
Low Demand* 14.2 12.3 5.5 3.7 3.1 0.0
Small Customer 1.8 1.6 1.1 0.8 0.6 0.0
*refers to high load factor or low load factor customers.

View File

@ -0,0 +1,104 @@
Message-ID: <15814686.1075855476143.JavaMail.evans@thyme>
Date: Fri, 3 Nov 2000 08:34:00 -0800 (PST)
From: enron.announcements@enron.com
To: houston.report@enron.com
Subject: SUPPLEMENTAL Weekend Outage for 11-3-00
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Enron Announcements
X-To: Houston Outage Report
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
------------------------------------------------------------------------------
------------------------
W E E K E N D S Y S T E M S A V A I L A B I L I T Y
F O R
November 3, 2000 5:00pm through November 6, 2000 12:00am
------------------------------------------------------------------------------
------------------------
SCHEDULED SYSTEM OUTAGES:
ARDMORE DATA CENTER - FACILITY OPERATIONS: No Scheduled Outages.
AZURIX: No Scheduled Outages.
EB34 DATA CENTER - FACILITY OPERATIONS: No Scheduled Outages.
EDI SERVER: No Scheduled Outages.
ENRON NORTH AMERICAN LANS: No Scheduled Outages.
FIELD SERVICES: No Scheduled Outages.
INTERNET: SEE ORIGINAL REPORT
LOTUS NOTES: No Scheduled Outages.
MARKET DATA: No Scheduled Outages.
NT: No Scheduled Outages.
OS/2: No Scheduled Outages.
OTHER SYSTEMS: SEE ORIGINAL REPORT
OTHER SYSTEMS:
Impact: CORP
Time: Sat 11/4/2000 at 11:00:00 PM CT thru Sat 11/4/2000 at 11:45:00 PM CT
Sat 11/4/2000 at 9:00:00 PM PT thru Sat 11/4/2000 at 9:45:00 PM PT
Sun 11/5/2000 at 5:00:00 AM London thru Sun 11/5/2000 at 5:45:00 AM London
Outage: ERMT Database
Environments Impacted: ENA
Purpose: To Increase Number of Processes, sessions, and transactions in the
init.ora file
Backout: Restore the original init.ora file and restart database
Contact(s): Alex Hsieh 713-853-6561 713-288-1779
OTHER SYSTEMS: Batch Scheduling
Impact: CORP
Time: Fri 11/3/2000 at 8:00:00 PM CT thru Fri 11/3/2000 at 9:00:00 PM CT
Fri 11/3/2000 at 6:00:00 PM PT thru Fri 11/3/2000 at 7:00:00 PM PT
Sat 11/4/2000 at 2:00:00 AM London thru Sat 11/4/2000 at 3:00:00 AM London
Outage: Batch Scheduling Server maintenance
Environments Impacted: Corp
Purpose: This maintenance is to upgrade some of our older servers (
ECTHOU-BPMS1 and ECTHOU-BPS1)and replace them with newer ones, as well as
back up our current data.
Backout: Re initialize old servers and bring them on-line.
Contact(s): Larry Robinson 713-853-5956 713-284-3554
Rusty Cheves 713-345-3798 713-415-4707
SITARA: No Scheduled Outages.
SUN/OSS SYSTEM: No Scheduled Outages.
TELEPHONY: No Scheduled Outages
TERMINAL SERVER: No Scheduled Outages.
UNIFY: No Scheduled Outages.
------------------------------------------------------------------------------
-------------------------------------------------------
FOR ASSISTANCE
(713) 853-1411 Enron Resolution Center
(713) 853-5536 Information Risk Management
Specific Applications Help:
Unify On-Call (713) 284-3757 [Pager]
Sitara On-Call (713) 288-0101 [Pager]
RUS/GOPS/GeoTools/APRS (713) 639-9726 [Pager]
OSS/UA4/TARP (713) 285-3165 [Pager]
CPR (713) 284-4175 [Pager]
EDI Support (713) 327-3893 [Pager]
All Other Systems (713) 563-5797 [Pager]
or (713) 563-5987 [Pager]

View File

@ -0,0 +1,253 @@
Message-ID: <1583691.1075855476052.JavaMail.evans@thyme>
Date: Mon, 6 Nov 2000 23:20:00 -0800 (PST)
From: enerfax1@bellsouth.net
To: enerfaxweb@egroups.com
Subject: Enerfax Daily's free web version of gas & power prices and info Fw:
Click and go to http://www.enerfax.com if can not view properly.htm
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
X-From: "Enerfax Energy" <enerfax1@bellsouth.net>
X-To: <enerfaxweb@egroups.com>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
?
Subject: Click and go to http://www.enerfax.com if can not view properly.htm
?
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE] [IMAGE]
[IMAGE]
[IMAGE]
[IMAGE]
Click here for a daily email link
Enerfax Daily
[IMAGE]
[IMAGE]
Enerfax Daily? -? Page ? -? November 6, 2000? -? ? Need a Past Issue
-Click Here
[IMAGE]
Enerfax Daily? -? Page ? -? November 6, 2000
[IMAGE]
[IMAGE]
[IMAGE]
Enerfax Daily? -? Page 5? -? November 6, 2000
[IMAGE]
CFTC Report Shows Speculators Neutral on Energy Futures
? ? ?Speculators maintained a neutral position on crude and heating oil
futures for the week ending last Tuesday, having cut bets on rising prices
they made a few weeks ago, according to the CFTC report. The neutral posture
helps to explain why the market has had trouble getting out of the recent
price range. As a group, the hedge funds are not looking for a rally or a
big decline, they're just watching for fresh indicators. Crude oil prices
have been between about $32 and $34 per barrel on the NYMEX since
mid-October, after a brief rally to $37. Prices closed Friday at $32.71 per
barrel. Speculators had bought 39,480 crude oil contracts and sold 40,373
contracts, giving them a net short position of 893 contracts. The funds held
net-long positions for most of the year, with a peak of 47,171 lots in
February. Similarly, speculators' heating oil bets were almost neutral. Net
long positions were 1,436 lots after declining every week from a high for
the year of 25,780 lots on September 12th. The following table shows the
changes.
Contract? ? ? ?Date? ? ?Longs? ? ?Shorts? ? Longs Minus Shorts
Crude? ? ? ? ?Oct. 31? ?39,480? ? 40,373? ? ? ? ? ?-893
Crude? ? ? ? ?Oct. 24? ?35,427? ? 39,316? ? ? ? ?-3,889
Heating Oil? ?Oct. 31? ?12,574? ? 11,138? ? ? ? ? 1,436
Heating Oil? ?Oct. 24? ?14,484? ? ?6,277? ? ? ? ? 8,207
Gasoline? ? ? Oct. 31? ? 6,377? ? ?5,092? ? ? ? ? 1,285
Gasoline? ? ? Oct. 24? ? 5,525? ? ?6,056? ? ? ? ? ?-531
Natural Gas? ?Oct. 31? ?13,023? ? ?9,924? ? ? ? ? 3,099
Natural Gas? ?Oct. 24? ?17,018? ? ?8,524? ? ? ? ? 8,494
[IMAGE]
Enerfax Daily? -? Page 6? -? November 6, 2000
[IMAGE]
Enerfax Daily? -? Page 7? -? November 6, 2000
[IMAGE]
ONEOK and Duke Signed Long Term Transportation Agreement
? ? ONEOK and Duke Energy have signed a long term natural gas
transportation agreement under which ONEOK will transport all the volumes
needed to power a 500 MW Power Plant in Oklahoma owned by Duke. ONEOK Gas
Transportation's pipeline system will move up to 85,000 MMBtu per day to
Duke's combined cycle McClain Energy Facility in Newcastle. Financial
details of the agreement were not disclosed.
[IMAGE]
Financial Summary
[IMAGE]
")} TC
[IMAGE]
- blnk.gif
- img14.gif
- img15.gif
- img16.gif
- img17.gif
- img18.gif
- img19.gif
- img20.gif
- img21.gif
- img22.gif
- img23.gif
- img24.gif
- img25.gif
- img8.gif
- img26.gif
- id=1381847
- img27.gif

View File

@ -0,0 +1,57 @@
Message-ID: <15838185.1075855491523.JavaMail.evans@thyme>
Date: Sun, 22 Apr 2001 13:18:00 -0700 (PDT)
From: general.announcement@enron.com
To: all.houston@enron.com
Subject: Online Auction and Raffle benefiting March of Dimes
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
X-From: General Announcement
X-To: All Enron Houston
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Here is your chance to buy or win great prizes AND benefit a great cause -
March of Dimes.
Online Auction
Wednesday, April 25 and Thursday, April 26
Auction opens Wednesday - 9:00 a.m. and closes Thursday - 4:00 p.m.
Auction items include:
? Astros suite
? "Primo" parking spot
? Astros tickets
? Dinner for two
? Massage and many more items.
To make your bid, click on:
http://my.home.enron.com or
http://ecweb05e.enron.net/apps/auction.nsf/
High bidders will be notified on Friday, April 27.
Visa, MasterCard, and American Express accepted.
Raffle Drawing
Buy your tickets Wednesday, April 25 and Thursday, April 26, upstairs outside
of the Energizer from 11:00 a.m. - 1:00 p.m.
On Friday, April 27, buy your tickets at the Big E Cafe from 11:00 a.m. -
1:00 p.m.
Tickets: 1 for $5, 3 for $10, and 7 for $20
Raffle Prizes include:
? Two roundtrip Continental Airlines in the 48 contiguous states
? Compaq PA - Personal Audio Player
? Manicure and Pedicure at Urban Retreat
? Astros tickets and many more.
Raffle drawing will be held on Friday, April 27 at 2:00 p.m. Winners will be
notified on Friday afternoon.
Don't miss this opportunity to contribute to the March of Dimes.

View File

@ -0,0 +1,133 @@
Message-ID: <16028143.1075855488376.JavaMail.evans@thyme>
Date: Fri, 11 May 2001 08:57:00 -0700 (PDT)
From: enron.announcements@enron.com
To: houston.report@enron.com
Subject: SUPPLEMENTAL Weekend Outage Report for 5-11-01 through 5-14-01
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Enron Announcements
X-To: Houston Outage Report
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
------------------------------------------------------------------------------
------------------------
W E E K E N D S Y S T E M S A V A I L A B I L I T Y
F O R
May 11, 2001 5:00pm through May 14, 2001 12:00am
------------------------------------------------------------------------------
------------------------
SCHEDULED SYSTEM OUTAGES:
ARDMORE DATA CENTER - FACILITY OPERATIONS: No Scheduled Outages.
AZURIX: No Scheduled Outages.
EB34 DATA CENTER - FACILITY OPERATIONS: No Scheduled Outages.
EDI SERVER: No Scheduled Outages.
ENRON CENTER SOUTH DATA CENTER - FACILITY OPERATIONS: No Scheduled Outages
ENRON NORTH AMERICAN LANS: AlSO SEE ORIGINAL REPORT
Impact: CORP
Time: Fri 5/11/2001 at 6:15:00 PM CT thru Fri 5/11/2001 at 7:00:00 PM CT
Fri 5/11/2001 at 4:15:00 PM PT thru Fri 5/11/2001 at 5:00:00 PM PT
Sat 5/12/2001 at 12:15:00 AM London thru Sat 5/12/2001 at 1:00:00 AM London
Outage: Trader DFS Re-Configuration
Environments Impacted: Corp
Purpose: Data access
Backout: Continue to use ENEHOU
Contact(s): Frank Coles (713)406-0470
John Cheng (713)853-1672
FIELD SERVICES: No Scheduled Outages.
INTERNET: No Scheduled Outages.
MESSAGING: No Scheduled Outages.
MARKET DATA: No Scheduled Outages.
NT: No Scheduled Outages.
OS/2: No Scheduled Outages.
OTHER SYSTEMS: ALSO SEE ORIGINAL REPORT
Impact: CORP
Time: Sat 5/12/2001 at 10:00:00 AM CT thru Sat 5/12/2001 at 5:00:00 PM CT
Sat 5/12/2001 at 8:00:00 AM PT thru Sat 5/12/2001 at 3:00:00 PM PT
Sat 5/12/2001 at 4:00:00 PM London thru Sat 5/12/2001 at 11:00:00 PM London
Outage: Disk upgrade for dual boot on server gfp1.
Environments Impacted: Infinity development
Purpose: Disk upgrade needed to establish dual boot redundancy.
Backout: reinstall old configuration
Contact(s): Malcolm Wells 713-345-3716
Impact: CORP NFS
Time: Fri 5/11/2001 at 8:00:00 PM CT thru Fri 5/11/2001 at 10:00:00 PM CT
Fri 5/11/2001 at 6:00:00 PM PT thru Fri 5/11/2001 at 8:00:00 PM PT
Sat 5/12/2001 at 2:00:00 AM London thru Sat 5/12/2001 at 4:00:00 AM London
Outage: OS upgrade on NFS servers calvin and hobbes.
Environments Impacted: Sitara, Weather App. Infifity NFS
Purpose: The upgrade is needed for added SIFS functionality and support.
SIFs is the component that allows NT/UNIX access.
Backout: We can revert to one of several previous OS version stored on disks.
Contact(s): Malcolm Wells 713-345-3716
Impact: Unix
Time: Sat 5/12/2001 at 2:00:00 PM CT thru Sat 5/12/2001 at 4:00:00 PM CT
Sat 5/12/2001 at 12:00:00 PM PT thru Sat 5/12/2001 at 2:00:00 PM PT
Sat 5/12/2001 at 8:00:00 PM London thru Sat 5/12/2001 at 10:00:00 PM London
Outage: Neutron - Add a CPU boardd
Environments Impacted: UniX Users
Purpose: increase cpus
Backout: Remove / replace board.
Contact(s): Adam DeRidder 713-853-1428
Michael Barber 713-853-5530
Wilford Stevens 713-853-7564
SITARA: See above
SUN/OSS SYSTEM: No Scheduled Outages.
TELEPHONY: SEE ORIGINAL REPORT
TERMINAL SERVER: No Scheduled Outages.
UNIFY: ALSO SEE ORIGINAL REPORT
Impact: CORP
Time: Fri 5/11/2001 at 4:00:00 PM CT thru Sat 5/12/2001 at 3:30:00 PM CT
Fri 5/11/2001 at 2:00:00 PM PT thru Sat 5/12/2001 at 1:30:00 PM PT
Fri 5/11/2001 at 10:00:00 PM London thru Sat 5/12/2001 at 9:30:00 PM London
Outage: Configure new hard disk and install all necessary OS and software.
Environments Impacted: Power Settlements users
Purpose: Upgrade server
Backout: Re-install old hard disk, fall back to stand-by server as last
resort.
Contact(s): Michael Cuccia 713-853-6629
------------------------------------------------------------------------------
-----------------------------------------------
FOR ASSISTANCE
(713) 853-1411 Enron Resolution Center
Specific Help:
Information Risk Management (713) 853-5536
SAP/ISC
(713) 345-4727
Unify On-Call (713) 284-3757 [Pager]
Sitara On-Call (713) 288-0101 [Pager]
RUS/GOPS/GeoTools/APRS (713) 639-9726 [Pager]
OSS/UA4/TARP (713) 285-3165 [Pager]
CPR (713) 284-4175 [Pager]
EDI Support (713) 327-3893 [Pager]
EES Help Desk (713)853-9797 OR (888)853-9797

View File

@ -0,0 +1,27 @@
Message-ID: <16219454.1075855477230.JavaMail.evans@thyme>
Date: Thu, 26 Oct 2000 16:03:00 -0700 (PDT)
From: enron.announcements@enron.com
To: all.worldwide@enron.com
Subject: ThinkBank is here!
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Enron Announcements
X-To: All Enron Worldwide
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
That's right. The much-anticipated and ballyhooed ThinkBank is here at last!
Got an idea you want to share? Make a deposit in the Idea Vault.
Looking for some inspiration to get you moving on a project? Check out
Resources.
Interested in new techniques to help you do your job? See what Good Sense
has to offer.
It's all in the ThinkBank on eThink. Stop by today.

View File

@ -0,0 +1,69 @@
Message-ID: <16223481.1075855488661.JavaMail.evans@thyme>
Date: Thu, 10 May 2001 07:51:00 -0700 (PDT)
From: k-jribnick@interchange-energy.com
To: fermis@ect.enron.com
Subject: Atlanta LDC Forum-Save $50!
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
X-From: "Jerry K. Ribnick" <k-jribnick@interchange-energy.com>
X-To: "fermis@ect.enron.com" <fermis@ect.enron.com>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
[IMAGE]
Special Keynote Address
Commissioner Stan Wise
Georgia Public Service Commission[IMAGE]
"This is Georgia --- Not California!"
Learn how Georgia is successfully navigating the path to deregulation.
Conference Highlights Include:
Meet Customers, Not Venders
Power Generation
Price Volatility
Adequacy of Supply
Click here!
Save $50
Register Now!
(Expires May 15)
Corporate Sponsors:
Aquila ~ Axia ~ Caminus ~ Columbia Gulf Transmission
Dominion Transmission ~ Duke Energy Gas Transmission
Enron North America Corp. ~ Mirant ~ Reliant Energy
Southern Natural Gas Company ~ Williams
For an agenda, a pre-listing of attendees or more information, visit our
website at
www.interchange-energy.com (then click on the Atlanta Forum)
or call Jerry Ribnick at 763-545-1515 or 800-427-3976
* * * * * * * * * * * * * * * * * * * * * *
? ?The LDC Forum Series
?Atlanta
June 4-5. 2001
?Chicago ?
Sept. 10-12, 2001?
?Boston
April 18-19, 2002
Interchange Energy Group, 620 Mendelssohn Avenue North, Suite 161,
Minneapolis, MN 55427
* * * * * * * * * * * * * * * * * * * * * *
If you prefer to not receive future e-mails regarding The LDC Forums, please
REPLY to this message and indicate REMOVE in the subject field.
- 9915star.gif
- stanwise501b.gif

View File

@ -0,0 +1,130 @@
Message-ID: <16252346.1075855472662.JavaMail.evans@thyme>
Date: Thu, 7 Dec 2000 13:49:00 -0800 (PST)
From: enron.announcements@enron.com
To: houston.report@enron.com
Subject: Weekend Outage Report for 12-8-00 through 12-11-00
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Enron Announcements
X-To: Houston Outage Report
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
------------------------------------------------------------------------------
------------------------
W E E K E N D S Y S T E M S A V A I L A B I L I T Y
F O R
December 08, 2000 5:00pm through December 11, 2000 12:00am
------------------------------------------------------------------------------
------------------------
SCHEDULED SYSTEM OUTAGES:
ARDMORE DATA CENTER - FACILITY OPERATIONS: No Scheduled Outages.
AZURIX: No Scheduled Outages.
EB34 DATA CENTER - FACILITY OPERATIONS: No Scheduled Outages.
EDI SERVER: No Scheduled Outages.
EI:
Impact: EI
Time: Fri 12/8/2000 at 8:00:00 PM CT thru Sat 12/9/2000 at 12:00:00 AM CT
Fri 12/8/2000 at 6:00:00 PM PT thru Fri 12/8/2000 at 10:00:00 PM PT
Sat 12/9/2000 at 2:00:00 AM London thru Sat 12/9/2000 at 6:00:00 AM London
Outage: 3AC Router Migration Phase 3
Environments Impacted: All
Purpose: Replace ailing 55xx routers
Backout: reconnect 5500's
Contact(s): Steve Hardy 713-853-9294 713-415-0672
ENRON NORTH AMERICAN LANS: No Scheduled Outages.
FIELD SERVICES: No Scheduled Outages.
INTERNET: No Scheduled Outages.
MESSAGING:
Impact: Corp Notes
Time: Fri 12/8/2000 at 10:00:00 PM CT thru Sat 12/9/2000 at 2:00:00 AM CT
Fri 12/8/2000 at 8:00:00 PM PT thru Sat 12/9/2000 at 12:00:00 AM PT
Sat 12/9/2000 at 4:00:00 AM London thru Sat 12/9/2000 at 8:00:00 AM London
Outage: Application server move
Environments Impacted: Corp
Purpose: Server running low on disk space
Backout: Revert to old server
Contact(s): Peter Kurz 713-345-3667
MARKET DATA: No Scheduled Outages.
NT: No Scheduled Outages.
OS/2: No Scheduled Outages.
OTHER SYSTEMS: HR
Impact: CORP
Time: Fri 12/8/2000 at 8:00:00 PM CT thru Sun 12/10/2000 at 8:00:00 PM CT
Fri 12/8/2000 at 6:00:00 PM PT thru Sun 12/10/2000 at 6:00:00 PM PT
Sat 12/9/2000 at 2:00:00 AM London thru Mon 12/11/2000 at 2:00:00 AM London
Outage: HR Database Configuration / Web server exchange
Environments Impacted: All
Purpose: We will be reconfiguring several HR Databases to use new Storage
hardware as well as replacing web servers with new hardware.
Backout: Revert back to saved configurations.
Contact(s): Brandon Bangerter 713-345-4904
Raj Perubhatla 713-345-8016
Brian Ellis 713-345-8017
OTHER SYSTEMS: UNIX
Impact: CORP
Time: Fri 12/8/2000 at 8:00:00 PM CT thru Fri 12/8/2000 at 10:00:00 PM CT
Fri 12/8/2000 at 6:00:00 PM PT thru Fri 12/8/2000 at 8:00:00 PM PT
Sat 12/9/2000 at 2:00:00 AM London thru Sat 12/9/2000 at 4:00:00 AM London
Outage: System tuning, network changeand maintenance for system
quark.enron.com
Environments Impacted: Corp
Purpose: Current shared memory segment size limits allocatable memory.
Backout: Role back all changes.
Contact(s): Benjamin Thompson 713-345-7556
Malcolm Wells 713-345-3716
SITARA: No Scheduled Outages.
SUN/OSS SYSTEM: No Scheduled Outages.
TELEPHONY:
Impact: EIS
Time: Fri 12/8/2000 at 10:00:00 PM CT thru Sat 12/9/2000 at 1:00:00 AM CT
Fri 12/8/2000 at 8:00:00 PM PT thru Fri 12/8/2000 at 11:00:00 PM PT
Sat 12/9/2000 at 4:00:00 AM London thru Sat 12/9/2000 at 7:00:00 AM London
Outage: Scheduled CMS & Conversant Attended Backup
Environments Impacted: All
Purpose: Monthly maintenance
Backout: rebooting system only, no back out plan.
Contact(s): Epimenio Rojas 713-345-8372
TERMINAL SERVER: No Scheduled Outages.
UNIFY: No Scheduled Outages.
------------------------------------------------------------------------------
-------------------------------------------------------
FOR ASSISTANCE
(713) 853-1411 Enron Resolution Center
(713) 853-5536 Information Risk Management
Specific Applications Help:
Unify On-Call (713) 284-3757 [Pager]
Sitara On-Call (713) 288-0101 [Pager]
RUS/GOPS/GeoTools/APRS (713) 639-9726 [Pager]
OSS/UA4/TARP (713) 285-3165 [Pager]
CPR (713) 284-4175 [Pager]
EDI Support (713) 327-3893 [Pager]

View File

@ -0,0 +1,93 @@
Message-ID: <16254332.1075855474306.JavaMail.evans@thyme>
Date: Fri, 17 Nov 2000 10:40:00 -0800 (PST)
From: enron.announcements@enron.com
To: houston.report@enron.com
Subject: SUPPLEMENTAL Weekend Outage Report for 11-17-00
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Enron Announcements
X-To: Houston Outage Report
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
------------------------------------------------------------------------------
------------------------
W E E K E N D S Y S T E M S A V A I L A B I L I T Y
F O R
November 17, 2000 5:00pm through November 20, 2000 12:00am
------------------------------------------------------------------------------
------------------------
SCHEDULED SYSTEM OUTAGES:
ARDMORE DATA CENTER - FACILITY OPERATIONS: No Scheduled Outages.
AZURIX: No Scheduled Outages.
EB34 DATA CENTER - FACILITY OPERATIONS: No Scheduled Outages.
EDI SERVER: SEE ORIGINAL REPORT
EI: SEE ORIGINAL REPORT
ENRON NORTH AMERICAN LANS: No Scheduled Outages.
FIELD SERVICES: No Scheduled Outages.
INTERNET: No Scheduled Outages.
LOTUS NOTES: No Scheduled Outages.
MARKET DATA: No Scheduled Outages.
NT: No Scheduled Outages.
OS/2: No Scheduled Outages.
OTHER SYSTEMS: SEE ORIGINAL REPORT
SITARA: No Scheduled Outages.
SUN/OSS SYSTEM: No Scheduled Outages.
TELEPHONY: No Scheduled Outages
TERMINAL SERVER: No Scheduled Outages.
UNIFY:
Impact: CORP
Time: Sat 11/18/2000 at 6:00:00 PM CT thru Sun 11/19/2000 at 8:00:00 AM CT
Sat 11/18/2000 at 4:00:00 PM PT thru Sun 11/19/2000 at 6:00:00 AM PT
Sun 11/19/2000 at 12:00:00 AM London thru Sun 11/19/2000 at 2:00:00 PM
London
Outage: Unify
Environments Impacted: Unify Users
Purpose: Rebuilding all the indexes and changing the number of partitions for
better performance
Backout: Restore from Backup
Contact(s): William Mallary 713-345-3485
------------------------------------------------------------------------------
-------------------------------------------------------
FOR ASSISTANCE
(713) 853-1411 Enron Resolution Center
(713) 853-5536 Information Risk Management
Specific Applications Help:
Unify On-Call (713) 284-3757 [Pager]
Sitara On-Call (713) 288-0101 [Pager]
RUS/GOPS/GeoTools/APRS (713) 639-9726 [Pager]
OSS/UA4/TARP (713) 285-3165 [Pager]
CPR (713) 284-4175 [Pager]
EDI Support (713) 327-3893 [Pager]
All Other Systems (713) 563-5797 [Pager]
or (713) 563-5987 [Pager]

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,31 @@
Message-ID: <1644253.1075855475536.JavaMail.evans@thyme>
Date: Thu, 9 Nov 2000 05:01:00 -0800 (PST)
From: lana.belnoske@nesanet.org
To: nesamembers@nesanet.org
Subject: 2001 Calendar
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Lana Belnoske <Lana.Belnoske@nesanet.org>
X-To: Nesa Members <NESAMembers@nesanet.org>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
NESA MEMBERS,
Attached is your copy of our 2001 Calendar of Events. You will see me email
more details out about these classes and brown bags through out the year. I
am also attaching a registration form for anyone who knows they would like
to attend a class now. The form is generic, so please complete it with
details regarding the class name and dates!
Have a great day!!
Lana Belnoske-Moore
<<Calendar01.doc>> <<Registration form.doc>>
- Calendar01.doc
- Registration form.doc

View File

@ -0,0 +1,57 @@
Message-ID: <164584.1075855492027.JavaMail.evans@thyme>
Date: Fri, 20 Apr 2001 03:10:00 -0700 (PDT)
From: ina.rangel@enron.com
To: eric.feitler@enron.com, nelson.ferries@enron.com, charles.otto@enron.com,
george.gilbert@enron.com, fred.lagrasta@enron.com,
chris.figueroa@enron.com, mog.heu@enron.com, matthew.frank@enron.com,
jennifer.shipos@enron.com, craig.breslau@enron.com,
sheetal.patel@enron.com, lucy.ortiz@enron.com,
bill.berkeland@enron.com, mark.smith@enron.com, larry.may@enron.com,
john.griffith@enron.com, mike.maggi@enron.com, john.arnold@enron.com,
dutch.quigley@enron.com, jay.reitmeyer@enron.com,
susan.scott@enron.com, matthew.lenhart@enron.com,
steven.south@enron.com, randall.gay@enron.com, frank.ermis@enron.com,
mike.grigsby@enron.com, jane.tholt@enron.com,
tori.kuykendall@enron.com, monique.sanchez@enron.com,
keith.holst@enron.com, phillip.allen@enron.com
Subject: PIRA
Cc: becky.young@enron.com
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
Bcc: becky.young@enron.com
X-From: Ina Rangel
X-To: Eric Feitler, Nelson Ferries, Charles H Otto, George N Gilbert, Fred Lagrasta, Chris Figueroa, Mog Heu, Matthew Frank, Jennifer Shipos, Craig Breslau, Sheetal Patel, Lucy Ortiz, Bill Berkeland, Mark Smith, Larry May, John Griffith, Mike Maggi, John Arnold, Dutch Quigley, Jay Reitmeyer, Susan M Scott, Matthew Lenhart, Steven P South, Randall L Gay, Frank Ermis, Mike Grigsby, Jane M Tholt, Tori Kuykendall, Monique Sanchez, Keith Holst, Phillip K Allen
X-cc: Becky Young
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
---------------------- Forwarded by Ina Rangel/HOU/ECT on 04/20/2001 10:05 AM
---------------------------
From: Amanda Huble/ENRON@enronXgate on 04/20/2001 10:03 AM
To: Airam Arteaga/ENRON@enronXgate, Kimberly Bates/HOU/ECT@ECT, Daniel
Quezada/Corp/Enron@Enron, Ina Rangel/HOU/ECT@ECT, Becky Young/NA/Enron@Enron,
Kimberly Hardy/Corp/Enron@ENRON, Jessica Presas/Corp/Enron@ENRON, Laura
Vuittonet/ENRON@enronXgate
cc:
Subject: Please forward this to your groups.
PIRA is coming in May to do their semi-annual energy outlook.
Greg Shuttlesworth- North American Natural Gas --- May 14th 3-5 pm (30 C1)
? New Production Outlook
? Price Direction
? Demand Fundamentals
Dr. Gary Ross - World Oil Outlook --- May 16th 7-8:30 am --32C2
? OIl/ Demand/ supply Outlook
? Regional balances
? OPEC Rhetoric
Jen Fraser
34759

View File

@ -0,0 +1,78 @@
Message-ID: <16480416.1075855474512.JavaMail.evans@thyme>
Date: Thu, 16 Nov 2000 05:27:00 -0800 (PST)
From: william.kasemervisz@enron.com
To: crystal.hyde@enron.com, william.kelly@enron.com, kimat.singla@enron.com,
victor.guggenheim@enron.com, darron.giron@enron.com,
b.palmer@enron.com, jackson.logan@enron.com, phillip.love@enron.com,
kam.keiser@enron.com, michelle.waldhauser@enron.com,
dawn.kenne@enron.com, monique.sanchez@enron.com,
jeffrey.gossett@enron.com, chris.walker@enron.com,
michael.walters@enron.com, david.baumbach@enron.com,
martha.stevens@enron.com, jay.knoblauh@enron.com,
dutch.quigley@enron.com, sheetal.patel@enron.com,
jeff.royed@enron.com, shawna.johnson@enron.com, anne.bike@enron.com,
jennifer.bagwell@enron.com, jody.crook@enron.com,
denver.plachy@enron.com, juana.fayett@enron.com,
liz.hillman@enron.com, o'neal.winfree@enron.com,
jeff.royed@enron.com, luchas.johnson@enron.com,
shawna.johnson@enron.com, souad.mahmassani@enron.com,
jason.wolfe@enron.com, kyle.lilly@enron.com,
robin.rodrigue@enron.com, sandra.brawner@enron.com,
brad.mckay@enron.com, fletcher.sturm@enron.com,
kevin.ruscitti@enron.com, patrice.mims@enron.com,
kelli.stevens@enron.com, tom.donohoe@enron.com,
andrew.lewis@enron.com, sylvia.pollan@enron.com,
theresa.branney@enron.com, martin.cuilla@enron.com,
geoff.storey@enron.com, hunter.shively@enron.com,
mike.grigsby@enron.com, frank.ermis@enron.com,
phillip.allen@enron.com, tori.kuykendall@enron.com,
matthew.lenhart@enron.com, steven.south@enron.com,
jane.tholt@enron.com, greg.mcclendon@enron.com, carey.metz@enron.com,
gary.lamphier@enron.com, jim.schwieger@enron.com,
eric.bass@enron.com, elsa.villarreal@enron.com,
robert.shiring@enron.com, brad.horn@enron.com,
gregory.schockling@enron.com, dan.mccairns@enron.com,
ragan.bond@enron.com, joe.parks@enron.com, robyn.zivic@enron.com,
thomas.martin@enron.com, keith.holst@enron.com, scott.neal@enron.com,
peter.keavey@enron.com, dick.jenkins@enron.com,
andrea.ring@enron.com
Subject: TDS RELEASE - T O N I G H T - Thursday 11/16
Cc: russ.severson@enron.com, scott.mills@enron.com, kenny.ha@enron.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Bcc: russ.severson@enron.com, scott.mills@enron.com, kenny.ha@enron.com
X-From: William E Kasemervisz
X-To: Crystal Hyde, William Kelly, Kimat Singla, Victor Guggenheim, Darron C Giron, B Scott Palmer, Jackson Logan, Phillip M Love, Kam Keiser, Michelle C Waldhauser, Dawn C Kenne, Monique Sanchez, Jeffrey C Gossett, Chris Walker, Michael Walters, David Baumbach, Martha Stevens, Jay Knoblauh, Dutch Quigley, Sheetal Patel, Jeff Royed, Shawna Johnson, Anne Bike, Jennifer Bagwell, Jody Crook, Denver Plachy, Juana Fayett, Liz Hillman, O'Neal D Winfree, Jeff Royed, Luchas Johnson, Shawna Johnson, Souad Mahmassani, Jason Wolfe, Kyle R Lilly, Robin Rodrigue, Sandra F Brawner, Brad McKay, Fletcher J Sturm, Kevin Ruscitti, Patrice L Mims, Kelli Stevens, Tom Donohoe, Andrew H Lewis, Sylvia S Pollan, Theresa Branney, Martin Cuilla, Geoff Storey, Hunter S Shively, Mike Grigsby, Frank Ermis, Phillip K Allen, Tori Kuykendall, Matthew Lenhart, Steven P South, Jane M Tholt, Greg McClendon, Carey M Metz, Gary W Lamphier, Jim Schwieger, Eric Bass, Elsa Villarreal, Robert Shiring, Brad Horn, Gregory Schockling, Dan McCairns, Ragan Bond, Joe Parks, Robyn Zivic, Thomas A Martin, Keith Holst, Scott Neal, Peter F Keavey, Dick Jenkins, Andrea Ring
X-cc: Russ Severson, Scott Mills, Kenny Ha
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
A release of TDS will go out tonight (5:00 pm) with the following
enhancements. TDS will be unavailable from 5-6pm tonight & positions will be
gone when it comes back.
Position Load
- Will now be off new TDS Flag on the Port Calc screen. This is only on the
Port Calc Screen we hope to add it to Meta Calc in the next few weeks
Position Manager
- Added new tab with to show curve values
Deal Ticker
- Change Deal Value
* Current Known Bugs - If you reload a position, deals that have switched
desk will not repost
* Current month deals that have Settle prices in ERMS & the prices have not
been updated in the curve files will value incorrectly
- Killed deals will show up in changed deals (This includes changing desk)
Other improvements have been made to increase speed and reliability.
I will be here tonight & tomorrow morning. After that call Kenny Ha x30413
with any issues.
Bill
x5-7579

View File

@ -0,0 +1,27 @@
Message-ID: <16539152.1075855488907.JavaMail.evans@thyme>
Date: Tue, 8 May 2001 17:53:00 -0700 (PDT)
From: enron.announcements@enron.com
To: all.worldwide@enron.com
Subject: Organization Announcement
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Enron Announcements
X-To: All Enron Worldwide
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Organization Announcement
It is my pleasure to announce that Kenneth Lovejoy has joined Enron Corp.
EH&S Asset Operations. He will be reporting directly to Donnie Willmann and
will support Central America, Caribbean and EES. Ken has over 25 year
experience in environmental, health and safety for the oil and gas
industry. He has been working for Enron since 1996 and has extensive
international experience. We are excited to have Ken in our team so,
please welcome Ken in his new role.
Henry Van

View File

@ -0,0 +1,31 @@
Message-ID: <16547078.1075855491567.JavaMail.evans@thyme>
Date: Sun, 22 Apr 2001 13:12:00 -0700 (PDT)
From: enron.announcements@enron.com
To: all.houston@enron.com
Subject: Topping-Out Ceremony Today
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Enron Announcements
X-To: All Enron Houston
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
You have signed the last beam....
Now watch it rise.
Enron employees are invited to celebrate the
Topping-Out of Enron Center South
this afternoon at Antioch Park
3:45 pm - 4:30 pm.
In celebration of Arbor Day, tree saplings will be
handed out to all participants.
In the event of rain, the Topping-Out Celebration will air on IPTV Wednesday
and
the tree saplings will be distributed in the plaza today at 4:00 pm

View File

@ -0,0 +1,62 @@
Message-ID: <16607644.1075855474209.JavaMail.evans@thyme>
Date: Mon, 20 Nov 2000 04:20:00 -0800 (PST)
From: kimberly.brown@enron.com
To: john.arnold@enron.com, hunter.shively@enron.com, scott.neal@enron.com,
phillip.allen@enron.com, thomas.martin@enron.com,
frank.ermis@enron.com, fred.lagrasta@enron.com,
craig.breslau@enron.com, kenneth.shulklapper@enron.com,
matthew.lenhart@enron.com, mike.maggi@enron.com, larry.may@enron.com,
mark.smith@enron.com, bill.berkeland@enron.com, troy.black@enron.com,
jennifer.shipos@enron.com, lucy.ortiz@enron.com,
vikas.dwivedi@enron.com, ross.prevatt@enron.com,
nelson.ferries@enron.com, charles.otto@enron.com,
george.gilbert@enron.com, russell.dyk@enron.com,
paul.lucci@enron.com, tori.kuykendall@enron.com,
randall.gay@enron.com, jane.tholt@enron.com, mike.grigsby@enron.com,
keith.holst@enron.com, carey.metz@enron.com,
stacey.neuweiler@enron.com, jim.schwieger@enron.com,
greg.mcclendon@enron.com, daren.farmer@enron.com,
edward.gottlob@enron.com, eric.bass@enron.com,
janet.wallis@enron.com, sandra.brawner@enron.com,
peter.keavey@enron.com, brad.mckay@enron.com, sean.boyle@enron.com,
robin.barbe@enron.com, john.taylor@enron.com,
susan.pereira@enron.com, andrea.ring@enron.com,
dick.jenkins@enron.com, scott.hendrickson@enron.com,
dan.junek@enron.com, robyn.zivic@enron.com, sylvia.pollan@enron.com,
andrew.lewis@enron.com, patrice.mims@enron.com,
kevin.ruscitti@enron.com, jason.williams@enron.com,
joe.parks@enron.com, tom.donohoe@enron.com, kelli.stevens@enron.com,
geoff.storey@enron.com, martin.cuilla@enron.com,
lisa.kinsey@enron.com, chris.gaskill@enron.com,
tara.piazze@enron.com, chuck.ames@enron.com,
massimo.marolo@enron.com, vladi.pimenov@enron.com,
sachin.gandhi@enron.com, mog.heu@enron.com, chris.hyde@enron.com,
demetrion.ware@enron.com, yan.wang@enron.com, vineet.arora@enron.com,
liz.bellamy@enron.com
Subject: Daily Lunch
Cc: ina.rangel@enron.com, airam.arteaga@enron.com, laura.harder@enron.com,
jessica.presas@enron.com, jeff.roman@enron.com,
kimberly.hardy@enron.com, daniel.quezada@enron.com,
alexandra.villarreal@enron.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Bcc: ina.rangel@enron.com, airam.arteaga@enron.com, laura.harder@enron.com,
jessica.presas@enron.com, jeff.roman@enron.com,
kimberly.hardy@enron.com, daniel.quezada@enron.com,
alexandra.villarreal@enron.com
X-From: Kimberly Brown
X-To: John Arnold, Hunter S Shively, Scott Neal, Phillip K Allen, Thomas A Martin, Frank Ermis, Fred Lagrasta, Craig Breslau, Kenneth Shulklapper, Matthew Lenhart, Mike Maggi, Larry May, Mark Smith, Bill Berkeland, Troy Black, Jennifer Shipos, Lucy Ortiz, Vikas Dwivedi, Ross Prevatt, Nelson Ferries, Charles H Otto, George N Gilbert, Russell Dyk, Paul T Lucci, Tori Kuykendall, Randall L Gay, Jane M Tholt, Mike Grigsby, Keith Holst, Carey M Metz, Stacey Neuweiler, Jim Schwieger, Greg McClendon, Daren J Farmer, Edward D Gottlob, Eric Bass, Janet H Wallis, Sandra F Brawner, Peter F Keavey, Brad McKay, Sean Boyle, Robin Barbe, John Craig Taylor, Susan W Pereira, Andrea Ring, Dick Jenkins, Scott Hendrickson, Dan Junek, Robyn Zivic, Sylvia S Pollan, Andrew H Lewis, Patrice L Mims, Kevin Ruscitti, Jason Williams, Joe Parks, Tom Donohoe, Kelli Stevens, Geoff Storey, Martin Cuilla, Lisa Kinsey, Chris Gaskill, Tara Piazze, Chuck Ames, Massimo Marolo, Vladi Pimenov, Sachin Gandhi, Mog Heu, Chris Hyde, Demetrion Ware, Yan Wang, Vineet Arora, Liz Bellamy
X-cc: Ina Rangel, Airam Arteaga, Laura Harder, Jessica Presas, Jeff Roman, Kimberly Hardy, Daniel Quezada, Alexandra Villarreal
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Effective November 21, 2000, there will be a new procedure for lunch. EOL
traders and deskheads will eat first. Then, your assistant will notify you
when the rest of the traders can eat. This new procedure is to ensure the
EOL traders will not be away from their desk a long period time during
lunch.
Thank you for your cooperation.

View File

@ -0,0 +1,29 @@
Message-ID: <16677187.1075855474561.JavaMail.evans@thyme>
Date: Wed, 15 Nov 2000 13:09:00 -0800 (PST)
From: enron.announcements@enron.com
To: all.states@enron.com
Subject: Open Enrollment 2001 Deadline Extension
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Enron Announcements
X-To: All Enron Employees United States
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
OPEN ENROLLMENT 2001 DEADLINE EXTENDED
Due to a very heavy, last minute influx of employees trying to make elections
and/or changes to their 2001 benefits, the open enrollment 2001 deadline has
been extended until 5pm Central Time on Friday, November 17th.
Please continue to access the web at www.enron.benefitsnow.com or the IVR at
1-800-425-5864.
You must have your 2001 open enrollment personal worksheet that contains your
personal identification number (PIN - located in the upper right hand corner
of your worksheet) in order to access the web or IVR.

View File

@ -0,0 +1,33 @@
Message-ID: <16719024.1075855490899.JavaMail.evans@thyme>
Date: Thu, 26 Apr 2001 09:49:00 -0700 (PDT)
From: jim.schoene@neg.pge.com
To: fermis@enron.com
Subject:
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: "Schoene, Jim" <Jim.Schoene@neg.pge.com>
X-To: "Frank Ermis (E-mail)" <fermis@enron.com>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
June Capacity:
Watch the EBB and/or Web site early next week for a notice on the
availability of June capacity. We will have both KG to Stan and KG to
Malin. Not a big bunch.
PG&E National Energy Group and any other
company referenced herein that uses the PG&E name or
logo are not the same company as Pacific Gas and
Electric Company, the regulated California utility. Neither
PG&E National Energy Group nor these other
referenced companies are regulated by the California Public
Utilities Commission. Customers of Pacific Gas and Electric Company
do not have to buy products from these companies in order
to continue to receive quality regulated services from the utility.

View File

@ -0,0 +1,88 @@
Message-ID: <16792080.1075855477015.JavaMail.evans@thyme>
Date: Fri, 27 Oct 2000 04:19:00 -0700 (PDT)
From: justin.j.rutherford@williams.com
To: agcdu1@triax.com, agcdu6@triax.com, anita.reubens@swgas.com,
bob.mattice@engageenergy.com, bob.mattice@engageenergy.com,
bruce.langmade@fortjamesmail.com, bymank@wdni.com, cmcgra@puget.com,
cridin@puget.com, dave.dungan@weyerhaeuser.com,
deborahs@kimballenergy.com, derek.danyliw@husky-oil.com,
dlh@nwnatural.com, fermis@enron.com, gacynth_adam@transcanada.com,
geek@bp.com, gilesmh@bp.com, janderson@clarkpud.com,
jennifer_owen@pgn.com, jmmcarthur@duke-energy.com,
jsanders@clarkpud.com, kims@kimballenergy.com, klambe@puget.com,
kri.pam@pdg.net, llightfoot@coral-energy.com, lmanis@sdge.com,
lprior@enron.com, niels_a_vervloet@reliantenergy.com,
ramperms@bp.com, rfm@nwnatural.com, robert.harp@engageenergy.com,
robert.harp@engageenergy.com, rony@panalberta.com,
ryan.watt@enron.com, sbrewer@enron.com, sgwi@dynegy.com,
spjutd2@wdni.com, ssouth@enron.com, stephane.brodeur@enron.com,
tdizona@coral-energy.com, tgilliam@avistaenergy.com,
tloski@bcgas.com, tom.mckay@engageenergy.com,
tom.mckay@engageenergy.com, val_yildirok@pgn.com,
wharlan@ix.netcom.com, zcourns@national-fuel.com, ads@nwnatural.com,
awhaynes@rmc.com, bhall@cngc.com, bmedlock@cngc.com,
cheldman@ix.netcom.com, creali@vanalco.com,
gary.peterson@fortjamesmail.com, gastrans@puget.com,
hls@nwnatural.com, kri.jane@pdq.net, lgoodric@cngc.com,
marcl@subutil.com, mvaughn@cngc.com, mwaas@cngc.com,
pat_scherzinger@pgn.com, rernest@intgas.com, rsf@nwnatural.com,
sdoss@wlinpco.com, sgillit@cngc.com, spfaff@cngc.com,
tina.m.patton@boeing.com
Subject: NWP System Notice - November 2000 Maintenance ( Revised)
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
X-From: "Rutherford, Justin J" <Justin.J.Rutherford@Williams.com>
X-To: "'agcdu1@triax.com'" <agcdu1@triax.com>, "'agcdu6@triax.com'" <agcdu6@triax.com>, "'anita.reubens@swgas.com'" <anita.reubens@swgas.com>, "'BOB.MATTICE@ENGAGEENERGY.COM'" <BOB.MATTICE@ENGAGEENERGY.COM>, "'BOB.MATTICE@ENGAGEENERGY.COM'" <BOB.MATTICE@ENGAGEENERGY.COM>, "'bruce.langmade@fortjamesmail.com'" <bruce.langmade@fortjamesmail.com>, "'bymank@wdni.com'" <bymank@wdni.com>, "'cmcgra@puget.com'" <cmcgra@puget.com>, "'cridin@puget.com'" <cridin@puget.com>, "'Dave.Dungan@Weyerhaeuser.com'" <Dave.Dungan@Weyerhaeuser.com>, "'deborahs@kimballenergy.com'" <deborahs@kimballenergy.com>, "'derek.danyliw@husky-oil.com'" <derek.danyliw@husky-oil.com>, "'dlh@nwnatural.com'" <dlh@nwnatural.com>, "'FERMIS@ENRON.COM'" <FERMIS@ENRON.COM>, "'gacynth_adam@transcanada.com'" <gacynth_adam@transcanada.com>, "'geek@bp.com'" <geek@bp.com>, "'gilesmh@bp.com'" <gilesmh@bp.com>, "'janderson@clarkpud.com'" <janderson@clarkpud.com>, "'jennifer_owen@pgn.com'" <jennifer_owen@pgn.com>, "'jmmcarthur@duke-energy.com'" <jmmcarthur@duke-energy.com>, "'jsanders@clarkpud.com'" <jsanders@clarkpud.com>, "'kims@kimballenergy.com'" <kims@kimballenergy.com>, "'Klambe@puget.com'" <Klambe@puget.com>, "'kri.pam@pdg.net'" <kri.pam@pdg.net>, "'llightfoot@coral-energy.com'" <llightfoot@coral-energy.com>, "'lmanis@sdge.com'" <lmanis@sdge.com>, "'LPRIOR@ENRON.COM'" <LPRIOR@ENRON.COM>, "'niels_a_vervloet@reliantenergy.com'" <niels_a_vervloet@reliantenergy.com>, "'ramperms@bp.com'" <ramperms@bp.com>, "'rfm@nwnatural.com'" <rfm@nwnatural.com>, "'ROBERT.HARP@ENGAGEENERGY.COM'" <ROBERT.HARP@ENGAGEENERGY.COM>, "'ROBERT.HARP@ENGAGEENERGY.COM'" <ROBERT.HARP@ENGAGEENERGY.COM>, "'rony@panalberta.com'" <rony@panalberta.com>, "'ryan.watt@enron.com'" <ryan.watt@enron.com>, "'SBREWER@ENRON.COM'" <SBREWER@ENRON.COM>, "'sgwi@dynegy.com'" <sgwi@dynegy.com>, "'spjutd2@wdni.com'" <spjutd2@wdni.com>, "'SSOUTH@ENRON.COM'" <SSOUTH@ENRON.COM>, "'stephane.brodeur@enron.com'" <stephane.brodeur@enron.com>, "'tdizona@coral-energy.com'" <tdizona@coral-energy.com>, "'tgilliam@avistaenergy.com'" <tgilliam@avistaenergy.com>, "'tloski@bcgas.com'" <tloski@bcgas.com>, "'tom.mckay@engageenergy.com'" <tom.mckay@engageenergy.com>, "'tom.mckay@engageenergy.com'" <tom.mckay@engageenergy.com>, "'val_yildirok@pgn.com'" <val_yildirok@pgn.com>, "'wharlan@ix.netcom.com'" <wharlan@ix.netcom.com>, "'zcourns@national-fuel.com'" <zcourns@national-fuel.com>, "'ads@nwnatural.com'" <ads@nwnatural.com>, "'awhaynes@rmc.com'" <awhaynes@rmc.com>, "'BHall@cngc.com'" <BHall@cngc.com>, "'bmedlock@cngc.com'" <bmedlock@cngc.com>, "'cheldman@ix.netcom.com'" <cheldman@ix.netcom.com>, "'creali@vanalco.com'" <creali@vanalco.com>, "'Gary.Peterson@fortjamesmail.com'" <Gary.Peterson@fortjamesmail.com>, "'gastrans@puget.com'" <gastrans@puget.com>, "'hls@nwnatural.com'" <hls@nwnatural.com>, "'kri.jane@pdq.net'" <kri.jane@pdq.net>, "'lgoodric@cngc.com'" <lgoodric@cngc.com>, "'marcl@subutil.com'" <marcl@subutil.com>, "'MVaughn@cngc.com'" <MVaughn@cngc.com>, "'MWAAS@cngc.com'" <MWAAS@cngc.com>, "'pat_scherzinger@pgn.com'" <pat_scherzinger@pgn.com>, "'rernest@intgas.com'" <rernest@intgas.com>, "'rsf@nwnatural.com'" <rsf@nwnatural.com>, "'sdoss@wlinpco.com'" <sdoss@wlinpco.com>, "'sgillit@cngc.com'" <sgillit@cngc.com>, "'spfaff@cngc.com'" <spfaff@cngc.com>, "'Tina.m.patton@boeing.com'" <Tina.m.patton@boeing.com>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Post Date: October 27, 2000
Category: MAINTENANCE
Subcategory: NWP MONTHLY MAINTENANCE
Subject: November 2000 Maintenance ( Revised)
Notice Text:
All Shippers Letter #01-142
Date:?? ??????? 10/27/00
Time:?? ??????? 11:00hrs
TO:???? ??????? All Shippers
Subject:??????? ????????????????????? November 2000 Maintenance
WILLIAMS GAS PIPELINE-WEST / Northwest Pipeline SCHEDULED MAINTENANCE
as posted 10 - 27, 2000
The following maintenance work is scheduled on Williams Gas Pipeline-West /
Northwest
Pipeline (WGP-W) during the month of November 2000.? The scheduled
maintenance is
Northwest's most recent projection of potential system impacts.? This
schedule is provided to assist you in planning your business for the coming
month. The impacts are estimates, which could change depending on other
scheduling factors.? If any scheduled maintenance activities change, an
updated notice will be posted to the EBB as soon as possible.
UPCOMING NOVEMBER? SCHEDULED MAINTENANCE
?
Foundation Creek Meter Station Installation has been completed.
October 30, 2000 -December 1,? (*Dates are estimates and may change)
Vernal Pigging Project
Results from the smart pigging program on the 26" pipeline from mainline
valve 2-7
(M.P. 213) to mainline valve 2-10 (M.P. 263) have been analyzed.? Based on
data received from the pig, NWP personnel will be investigating each valve
section until all anomalies are addressed.?? No impacts to gas flows are
anticipated at this time.? Any changes to anticipated impacts will be
communicated as soon as information becomes available.
For additional information, contact your Marketing Services Representative.
JR

View File

@ -0,0 +1,234 @@
Message-ID: <16885390.1075855476261.JavaMail.evans@thyme>
Date: Thu, 2 Nov 2000 15:19:00 -0800 (PST)
From: enron.announcements@enron.com
To: all_ena_egm_eim@enron.com
Subject: Ameriflash Newsletter
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: quoted-printable
X-From: Enron Announcements
X-To: All_ENA_EGM_EIM
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
BUSINESS HIGHLIGHTS
Oil Products
The Oil Products Group executed a 1 year physical transaction, whereby Enro=
n=20
supplies Delta Airlines 100,000 barrels/month for one year beginning in =20
November of 2000, for a total of 1.2 million barrels.
Weather
On December 6 at 7pm, the Weather Channel will run a 15 minute special=20
interest story on Weather Derivative trading. Approximately 8 minutes of=
=20
this telecast will focus on the Enron Weather Risk Management group, led by=
=20
Mark Tawney, director. In September, a film crew spent two days recording t=
he=20
group's activities and interviewing Mark Tawney; Steven Vu, head of trading=
;=20
Gary Taylor, head of marketing; and Brando Hayden, trader. Efforts to=20
publicize Enron's leading position in the Weather Risk marketplace have=20
included this television show, the Enron Corp commercial focused on weather=
=20
risk management, and several articles written by members of the Enron Weath=
er=20
Trading group. What's next? Enron Weather: the Movie - coming soon to=20
theatres near you!
Principal Investments
Tridium Inc., the leading provider of Internet-based automation=20
infrastructure solutions, announced the closing of a $20 million round of=
=20
capital funding. The funds will be used to increase Tridium=01,s sales and=
=20
technical support offices in North America, expand its operations into Euro=
pe=20
and Asia, and enhance its technology and products. kRoad Ventures, L.P. and=
=20
Enron North America each contributed $10 million in venture capital.
Energy Capital Resources
Westwin Energy, LLC, a privately held oil and gas exploration and productio=
n=20
company based in Midland, has been formed by the former management team of=
=20
ARCO Permian. Along with the company=01,s formation, Westwin announced its=
=20
financial partner, which is Enron North America. Westwin Energy will focus=
=20
on drilling opportunities and select acquisitions in the Permian Basin of=
=20
West Texas and Southeast New Mexico.
Enron Industrial Markets Fundamentals Analysis
Following the example of other Enron entities, Enron Industrial Markets has=
=20
established a Fundamentals Analysis Group. Under the direction of Andrea=
=20
Reed, the group is similar to the others, with the objective of providing=
=20
market, industry, and regulatory information and identifying potential=20
commercial opportunities for originators and traders. Doug Moreno and Caro=
l=20
Marshall are the information experts. They are presently working to=20
aggregate all of Enron=01,s various resources into a library and a website=
=20
(coming soon at http://eimfundy.dev.corp.enron.com/). Jennifer Riley is th=
e=20
quantitative analyst, and has already analyzed a number of statistical=20
relationships for the business entities to identify possible hedging=20
strategies. Peggy Determeyer (steel) and Karen Carter (paper/pulp and=20
lumber) will be providing analytical services to the two primary product=20
lines. Tammy Davis keeps them all organized with terrific administrative=20
support. Doug, Jennifer, Tammy, and Carol have followed Andrea from her=20
previous Merchant Asset Portfolio Management assignment, while Peggy and=20
Karen have joined from Enron South America and Enron North America,=20
respectively. If you have any ideas for critical analyses or information=
=20
needs, contact one of them for help.=20
Foreign Exchange (FX) and Sovereign Risk (ENA Research Group)=20
In last week=01,s Ameriflash newsletter, we introduced you to the Country R=
isk=20
and Foreign Exchange (FX) Department within the ENA Research Group, which=
=20
included our responsibilities and some of the products we have developed fo=
r=20
Enron various business units. This week we would like to introduce you to t=
he=20
members of our group, Maureen Raymond-Casta=0Feda, Gwyn Koepke, Yana Krista=
l,=20
and Leann Walton.
Maureen Raymond-Casta=0Feda heads the Country Risk and Foreign Exchange tea=
m,=20
reporting to Vince Kaminski. Maureen is Enron=01,s Chief Economist and is=
=20
responsible for corporate sovereign risk and economic analysis, briefing th=
e=20
FX trading desk on major central bank policies, forecasting all FX and=20
revenue escalators corporate-wide for 60 countries, and advising Enron=01,s=
=20
underwriters and the Chief Credit Officer. As Enron changes its business=
=20
objectives, our group serves these objectives through our analysis. For=20
example, we provide research and analysis services to the steel fundamental=
=20
analysis group as well as to the non-ferrous metals group in London. Gwyn=
=20
Koepke is an Associate and is responsible for conducting economic analysis=
=20
for all FX and inflation curves produced by the group as well as writing=20
country briefs for the various Enron business units. Yana Kristal is an=20
analyst who gathers country research and prepares Excel charts. Leann Walt=
on=20
is the team=01,s newest member and provides all administrative and research=
=20
support.=20
As a reminder, the Country Risk and FX team launched a new product in Octob=
er=20
called the Enron =01&Global Markets Monitor,=018 which informs traders and=
=20
management about important international economic events and their impact o=
n=20
currency and financial markets. If you would like to receive the Monitor on=
a=20
weekly basis via email, please send a note to Leann Walton. Or, you can=20
obtain the Global Markets Monitor from our web site at:
http://ecthouwebcl1.nt.ect.enron.com/research/ForeignExchange/FXMain.htm
(look for the spinning New sign) =01) Please add this to your bookmarks or=
=20
favorites.
FINAL RESULTS FOR THE PULSE
Thanks to all who participated in Enron's annual employee survey. The tota=
l=20
participation rate for ENA/EGM/EIM was 68.90%, which was an increase of=20
almost 20% from last year. Additionally, we beat the Enron Corp. average=
=20
68.90% to 68.87%. Some might say that this is statistically insignificant,=
=20
but we prefer to point out that a win is a win!
WELCOME
New Hires
ENA- Doglas Allen, Brooks Barnes, Angela Cadena, Reno Casimir, Amelia=20
Cavazos, Jane Coleman, Andrea Dahlke, Susan Entman, Kulvinder Fowler, Krist=
i=20
Fredericks, Tammy Gilmore, Lori Haney, Brandee Jackson, Janine Kattner,=20
Brenna Neves, Vivian Nguyen, Dexter Peoples, Erica Rodriguez, Patricia Room=
e,=20
Dayna Smith, Stephanie Wainwright, Ellen Wallumrod, Deanna Washington,=20
Gregory Whitman
EGM- Mario De la Ossa, Stephanie Harris
IN THE NEWS
FORTUNE, November 13, 2000, Page 80
Beware: You Could Soon Be Selling Soybeans Make your products stand out =01=
)=20
fast =01) before someone turns it into a commodity.
"=01(What=01,s next? Fortune says you can run a reverse auction anytime you=
can do=20
two things: specify exactly what you want and identify several bidders you=
=20
deem qualified to fight for the business. Let your imagination roam. At Enr=
on=20
they never stop thinking about new products and services for which they can=
=20
make markets. First gas and electricity, now bandwidth, ocean shipping,=20
paper, and much else."
Internet Week, October 30, 2000
"Enron doesn't just make markets; it assaults them."
NUGGETS & NOTES
=01&Results not reasons=018 =01) Craig Breslau, VP/Industrial Middle Market=
s-ENA
"Okay, here's the deal..." - Jean Mrha Beach, VP/Upstream Origination-ENA
LAST WEEK'S TEASER
Question
In your cellar there are three light switches in the OFF position. Each=20
switch controls 1 of 3 light bulbs on the floor above. You may move any of=
=20
the switches but you may only go upstairs to inspect the bulbs one time. H=
ow=20
can you determine the switch for each bulb with one inspection?
Answer
Turn switch one on for a while=01(then turn it off. Turn switch two on, go=
=20
upstairs to inspect. The hot bulb is controlled by switch one, the lit bul=
b=20
is controlled by switch two. The unlit bulb is controlled by switch three.
CONGRATULATIONS to our winners: Richard McKeel, Jim Sugrue, Ed Hearn, Rhond=
a=20
Denton, Mark Breese, Benjamin Thomason, Gil Muhl, Corey Hollander, James=20
Haden, Stinson Gibner, Richard Zamora, Robert Stalford, John Gordon, Dan=20
Darland, Andre Templeman, Hector McLoughlin, Shelly Stubbs, Kelly Ellis,=20
Valter Stoiani, Dennis Lee, Paul Gregory, Rainer Cockrell, Regan Rorschach,=
=20
Bill Rust, Gerald Gilbert.
LEGAL STUFF
The information contained in this newsletter is confidential and proprietar=
y=20
to Enron Corp. and its subsidiaries. It is intended for internal use only=
=20
and should not be disclosed outside of Enron.

View File

@ -0,0 +1,72 @@
Message-ID: <17002644.1075855474604.JavaMail.evans@thyme>
Date: Wed, 15 Nov 2000 10:48:00 -0800 (PST)
From: office.chairman@enron.com
To: all.worldwide@enron.com
Subject: Anonymous Reporting Facilities
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: quoted-printable
X-From: Office of the Chairman
X-To: All Enron Worldwide
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
This is to remind you that various anonymous reporting facilities are=20
available for you to report violations of Company policy and suspected=20
criminal conduct by any officer, employee, or agent of the Company relating=
=20
to the performance of his or her duties. These reporting facilities are al=
so=20
available for your questions, messages, comments, and suggestions.
Any policy violation or criminal conduct may be reported by letter, E-mail=
,=20
or voice mail, as set forth below, describing the suspected violation or=20
criminal conduct with as much detail as possible to allow the Company to=20
conduct an investigation of the reported matter.
1. Letters should be sent to the Confidential Post Office Box: =20
Enron Compliance Officer
Confidential - Conduct of Business Affairs=20
P. O. Box 1188=20
Houston, Texas 77251-1188
2. E-mails should be sent to the Office of the Chairman=01,s E-mail box: =
=20
Employees with Enron E-mail can access this box by sending an E-mail to the=
=20
Office of the Chairman. Simply type =01&Office of the Chairman=018 in the =
address=20
box, type your message, and send. Your message will be completely=20
anonymous. If, however, you copy your message and E-mail it to someone els=
e,=20
the copy will not be anonymous. =20
3. Voice mail messages should be left with the Office of the Chairman=20
PhoneMail Box. You can access the Office of the Chairman PhoneMail Box by=
=20
calling (713) 853-7294. If you call from your extension or an outside line=
,=20
your message will be completely anonymous. If, however, you access the=20
PhoneMail Box while you are in the PhoneMail system, your message will not =
be=20
anonymous.
You may, but are not required to, identify yourself. If you would like to=
=20
identify yourself, please submit your name and phone number with your lette=
r=20
or message. All anonymously reported matters will be investigated and acte=
d=20
upon in the same manner as those that contain signatures.
The Company takes great pride in ensuring that Enron is a great place to=
=20
work. We encourage each employee to continue to conduct the business affai=
rs=20
of the Company in accordance with all applicable laws and in a moral and=20
honest manner.

View File

@ -0,0 +1,29 @@
Message-ID: <17400600.1075855490298.JavaMail.evans@thyme>
Date: Sun, 29 Apr 2001 10:01:00 -0700 (PDT)
From: enron.announcements@enron.com
To: all.worldwide@enron.com
Subject: "Take This Job and Shovel It"
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Enron Announcements
X-To: All Enron Worldwide
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Read about how PGE is making methane out of manure in this issue of eBiz.
Also in this issue:
Enron's first quarter earnings overview
Online energy trading will reach $3.6 trillion by 2005
Tom White becomes U.S. Secretary of the Army
A U.K. offshore wind farm
The PGE sale terminates
How a fuel cell works
A little bit of poetry
It's all in the latest eBiz. Go to home.enron.com, click Publications, then
click eBiz, and "eBiz April 27, 2001."

View File

@ -0,0 +1,24 @@
Message-ID: <17478971.1075855491298.JavaMail.evans@thyme>
Date: Tue, 24 Apr 2001 06:14:00 -0700 (PDT)
From: rebecca.cantrell@enron.com
To: stephanie.miller@enron.com, frank.ermis@enron.com, randall.gay@enron.com,
patti.sullivan@enron.com, phillip.allen@enron.com,
kristann.shireman@enron.com, robert.superty@enron.com,
colleen.sullivan@enron.com, donna.greif@enron.com,
suzanne.calcagno@enron.com, ed.mcmichael@enron.com
Subject: Protest of PG&E-NW Expansion Project
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Rebecca W Cantrell
X-To: Stephanie Miller, Frank Ermis, Randall L Gay, Patti Sullivan, Phillip K Allen, Kristann Shireman, Robert Superty, Colleen Sullivan, Donna Greif, Suzanne Calcagno, Ed McMichael
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
ENA will be filing tomorrow the attached protest of PG&E-NW's 2002 Pipeline
Expansion Project. Our protest is based on the fact that the project could
increase fuel costs for existing shippers by 20% or more, according to the
illustrative fuel rates PG&E-NW discussed at its last customer meeting.

View File

@ -0,0 +1,49 @@
Message-ID: <17567968.1075855474151.JavaMail.evans@thyme>
Date: Mon, 20 Nov 2000 07:09:00 -0800 (PST)
From: jribnick@interchange-energy.com
To: fermis@ect.enron.com
Subject: LDC Forum-Free Golf!
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
X-From: Jerry Ribnick <jribnick@interchange-energy.com>
X-To: Frank Ermis <fermis@ect.enron.com>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
?Register Today & Golf Free!
The LDC Forum d Winter of 2001
April 19-20, 2001 - Boston, Massachusetts
This year's Forum promises to be the best yet, with a special focus on:
Adequacy of Northeast Supply --- E-commerce --- Power Generation --- New
Project Updates
CLICK HERE!
Register for The LDC Forum or get more information!
www.interchange-energy.com
* * * * * * * * * * * * * * * * * * * * * *
The LDC Forum * Winter of 2001
April 19-20, 2001 Boston, Massachusetts
Contact Person: Jerry Ribnick, Interchange Energy Group 763-545-1515
If you prefer to not receive future e-mails regarding The LDC Forums, please
REPLY to this message with REMOVE in the subject field.
If you are unable to clearly read this message format, please REPLY to this
message with RESEND in the subject field.

View File

@ -0,0 +1,49 @@
Message-ID: <17626100.1075855472865.JavaMail.evans@thyme>
Date: Wed, 6 Dec 2000 09:06:00 -0800 (PST)
From: ina.rangel@enron.com
To: jane.tholt@enron.com, monique.sanchez@enron.com, mike.grigsby@enron.com,
phillip.allen@enron.com, keith.holst@enron.com,
steven.south@enron.com, frank.ermis@enron.com,
tori.kuykendall@enron.com, matthew.lenhart@enron.com,
matt.smith@enron.com, kenneth.shulklapper@enron.com,
john.arnold@enron.com, mike.maggi@enron.com, larry.may@enron.com
Subject: PIRA Discussion
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Ina Rangel
X-To: Jane M Tholt, Monique Sanchez, Mike Grigsby, Phillip K Allen, Keith Holst, Steven P South, Frank Ermis, Tori Kuykendall, Matthew Lenhart, Matt Smith, Kenneth Shulklapper, John Arnold, Mike Maggi, Larry May
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
See below
---------------------- Forwarded by Becky Young/NA/Enron on 12/06/2000 04:42
PM ---------------------------
Enron North America Corp.
From: Amanda Huble 12/06/2000 04:39 PM
To: Becky Young/NA/Enron@Enron, Laura Harder/Corp/Enron@Enron, Jessica
Presas/Corp/Enron@ENRON, Ina Rangel/HOU/ECT@ECT, Airam Arteaga/HOU/ECT@ECT,
Kimberly Brown/HOU/ECT@ECT
cc:
Subject:
Please forward this message to your groups...
Dr. Gary Ross (PIRA CEO) will here tomorrow to discuss the global oil
markets.
Thursday Dec 7, 2000 in room 8c1 from 3:30 to 5.
Thank you,
Amanda Huble

View File

@ -0,0 +1,303 @@
Message-ID: <17663597.1075855488241.JavaMail.evans@thyme>
Date: Fri, 11 May 2001 10:27:00 -0700 (PDT)
From: enron.announcements@enron.com
To: all.houston@enron.com
Subject: Enron In Action 05.14.01
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: quoted-printable
X-From: Enron Announcements
X-To: All Enron Houston
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Step outside for some fresh air, lunch & entertainment!!
Visit the Big E Cafe this Friday and celebrate the 2001 Summer Splash !! =
=20
Pappas will serve burgers and trimmings to the Latin beat of The Norma=20
Zenteno Band. A Customized 2001 PT Cruiser will be raffled by the Sunshi=
ne=20
Kids. Test your strength on the Sun & Ski Sports Rock Climbing Wall.
In conjunction with National Employee Health & Fitness Week and the Body=20
Shop's 15th Year Anniversary, the Body Shop will sponsor various activities=
=20
at the Big E Cafe Summer Splash. These activities include:
? Complimentary Body and Soul Chair Massages=20
? Koala Health Care Muscle Analysis=20
? Blood Pressure Assessments=20
? Information about Enron's Travel Club and activities
The Big E Cafe is from 11:30am-1:00pm in Antioch Park and Lunch will cost $=
5=20
so SPLASH on by and have some fun!!=20
Houston Astros Half-Price Ticket Offer Exclusively to Enron Employees!
The Houston Astros are excited to bring Enron employees an exclusive offer =
to=20
watch the Astros take on the San Diego Padres at Enron Field May 21 - 23,=
=20
2001. Employees can purchase Upper Deck tickets for only $5 and Mezzanine=
=20
tickets for only $6! This half price offer is available at=20
ticketmaster.com/jackpot/enron (http://www.ticketmaster.com/jackpot/enron/)=
=20
beginning on Monday, May 14th at 9 AM and ending on Monday, May 21st at 3 P=
M.
To take advantage of this discount offer follow these instructions
1. Click on the link above (Please Note: The above hyperlink may not=20
retrieve the web page if the address extends to more than one line. If this=
=20
should occur, please copy the full text of the address and paste it into th=
e=20
address box in your web browser.)
2. Scroll down to promotions & special offers
3. Enter password baseball1 in B2B password box
4. Enter the number of tickets in B2B ticket box
5. Select either Upper Deck or Mezzanine in pricing & ticket locations drop=
=20
down menu
6. Select delivery method
7. Scroll down and click on =01&Look for Tickets=018 key
Should you have any questions, please contact Astros Ticket Services at (71=
3)=20
259-8500.
Star Wars: Films (May 4-25)
See all four completed films of the legendary Star Wars saga on the big=20
screen! The MFAH presents special editions of Episodes IV-VI and Episode I =
in=20
the newly renovated Brown Auditorium with Dolby Digital dts sound and stadi=
um=20
seating.
Star Wars: Episode IV-A New Hope
Directed by George Lucas
(USA, 1977, 125 min.)
Friday, May 4, 7:30 p.m.
Saturday, May 5, 11:00 a.m.
Star Wars: Episode V-The Empire Strikes Back
Directed by Irvin Kershner
(USA, 1980, 120 min.)
Friday, May 11, 7:30 p.m.
Saturday, May 12, 11:00 a.m.
Star Wars: Episode VI-Return of the Jedi
Directed by Richard Marquand
(USA, 1983, 132 min.)
Friday, May 18, 7:30 p.m.
Saturday, May 19, 11:00 a.m.
Star Wars: Episode I-The Phantom Menace
Directed by George Lucas
(USA, 1999, 133 min.)
Friday, May 25, 7:30 p.m.
Saturday, May 26, 11:00 a.m.
Tickets go on sale at the Brown Auditorium ticket booth 30 minutes before
show time. The ticket booth is located on the lower level of the Caroline
Wiess Law building.
General admission is $5. Matinee admission (show times before 5:00 p.m.) is=
=20
$4. Enron employees with ID receive a $1 discount. Discount passes (10=20
admissions) are $40 for nonmembers and $35 for members. Children 5 and unde=
r=20
are free. Films are screened in Brown Auditorium in the museum's Caroline=
=20
Wiess Law building, 1001 Bissonnet. Free parking is available. For more=
=20
information, please call 713-639-7515 or visit our website at www.mfah.org.
Help Cure Cystic Fibrosis
The Cystic Fibrosis Foundation is hosting its annual Great Strides Walk on=
=20
Saturday, May 19 at Hermann Park. The event is the foundation=01,s major,=
=20
grassroots fundraising event, and $0.92 of every dollar raised in the walk=
=20
goes directly to furthering research into more effective treatments for the=
=20
disease.
Cystic Fibrosis is the most common fatal genetic disease in the Caucasian=
=20
population today, affecting over 30,000 children and young adults in the=20
United States. The current median survival age for CF patients is 31 years=
.
If you would like more information on participating in the walk or sponsori=
ng=20
a walker, please contact Jeff Poche at X 6-9530.
Help people affected by arthritis. Join A Joint Walk on May 20. =20
Thousands of greater Houstonians will join the walk to cure arthritis. The=
=20
5-mile walk begins at the Kelsey-Seybold Clinic and travels along Braes=20
Bayou. Call 713-529-0800 and "get in step".
Increase Your Leadership Skills with Project Blueprint!
Project Blueprint, a program of the United Way of the Texas Gulf Coast, is =
a=20
9-week course designed to increase ethnically diverse leadership in the=20
nonprofit sector. Participants in the training enhance their leadership an=
d=20
management skills, which in turn allows them to give back to their communit=
y=20
in a meaningful way. For more information or an application for Class XXI,=
=20
please contact Ana Eigler, Project Blueprint Coordinator, at 713-685-2711. =
=20
The application deadline is July 10, 2001.
What: Impromptu, Young Professionals Symphony Network
This is an opportunity for young professionals to socialize at Sambuca=
=20
Jazz cafe, one of Downtown Houston's most popular restaurants and networ=
k=20
with other professionals in a casual setting followed by a Houston Symphon=
y=20
concert.
Concert: Celebrate the Houston Symphony's final performance of the seaso=
n
with Music Director Designate Hans Graf.
=20
Hans Graf, conductor
Leon Fleisher, piano
Barber Medea's Dance of Vengeance
Mozart Piano Concerto No. 12
Strauss A Hero's Life
When: Monday, May 21
Where: Pre-concert party at Sambuca Jazz Cafe, 909 Texas
concert at Jones Hall, 615 Louisiana
Time: Party, 6:00 PM - 7:30 PM
Concert, 8PM
Cost: $35 includes your ticket to the concert and pre-concert
party. There will be complimentary hors'doeuvres, live jazz
by the Blue Monks, door prizes and a cash bar.
R.S.V.P. Please visit us on-line at www.houstonsymphony.org or call =
=20
713.238.1428 to make your reservations today.
The Contemporary Arts Museum needs volunteers to help with CAM*boree, a=20
special event for kids Sunday May 20, 5:00pm to 8:00pm. There will be a=20
picnic dinner, music and artist-led activities. Volunteers will help play=
=20
with the kids, ages 2-12. It is so much fun and a short time commitment. =
=20
Volunteers get a FREE Museum membership as a thank you. Please respond by=
=20
May 16 to Jennifer Milligan X35272.
Support KidSave and Help Miracles Happen. Every Summer.
=20
Kidsave=01,s Summer Miracles Program enables orphaned children ages 5 to 1=
1 to=20
travel to the US and Canada, live with families and attend day camp. The=
=20
program gives families who may be concerned about the problems of adopting=
=20
an older child a chance to meet, get to know and in the best-case scenario=
,=20
fall in love with a child. The program gives prospective parents an=20
opportunity to see and evaluate first-hand the challenges and rewards of=
=20
adopting an older child.
=20
In 1999 and 2000 Kidsave and adoption agency partners placed 432 children =
-=20
96 percent of children who participated in the program. Generally, 85 to 9=
0=20
percent of children who participate in the program find homes easily throu=
gh=20
the program. The remaining 10 to 15 percent require more work.
=20
Kidsave believes every child deserves a family. We are committed to placin=
g=20
all children who participate in the Summer Miracles Program in permanent=
=20
families or family-like environments.
=20
We are looking for families to host children, and for others who want to=
=20
help us make the camp program happen for these 250 children. As a=20
non-profit organization, Kidsave depends on donations to raise the money t=
o=20
bring these children here and find them families. Please call Tonya Hoppe =
at=20
281.286.8948 or tonya@tonya.cc to get involved in Houston=01,s Kidsave=20
program. =20
Enron and Kidventure Camps are proud to bring you Camp Enron Summer 2001. =
=20
Celebrating our third year, Camp Enron will once again be providing summer=
=20
camp for children, ages 5-13, of Enron employees and contractors.=20
This year, camp will be May 29-August 10. Ten, one-week sessions will be =
=20
available and families may choose to attend any or all sessions. Each camp=
=20
week is Monday through Friday.=20
The cost is $150 per week and includes all transportation, field trips and=
=20
activities. A deposit of $50 per week is all that is needed to reserve you=
r=20
sessions. The deadline to register is Monday, May 21. =20
To register, log on to: http://www.kidventurecamp.com/camp_enron.htm. =20
Spaces are limited.
Enron parents simply ride to work with their children and check them in to=
=20
the Energizer room in the morning with the Camp Enron Team. Enron Campers=
=20
are loaded on Coach USA Buses and transported to our nearby camp. At the en=
d=20
of the day campers are brought back to the Energizer for parents to check=
=20
out. =20
It's that easy!
For more information please contact:
web site: www.kidventurecamp.com
call Kidventure: 713.960.8989
e-mail: camps@kidventurecamp.com
Have News to Share?
To post news or events in Enron In Action, please e-mail your information t=
o=20
EIA@enron.com=20
no later than 12:00 noon the Thursday prior to the next Monday=01,s mailing=
.

View File

@ -0,0 +1,83 @@
Message-ID: <17716483.1075855488441.JavaMail.evans@thyme>
Date: Fri, 11 May 2001 08:49:00 -0700 (PDT)
From: outlook.team@enron.com
To: cheryl.wilchynski@enron.com, cindy.ward@enron.com, jo.hill@enron.com,
sonja.galloway@enron.com, bilal.bajwa@enron.com, binh.pham@enron.com,
bradley.jones@enron.com, bruce.mills@enron.com,
chance.rabon@enron.com, chuck.ames@enron.com,
david.baumbach@enron.com, jad.doan@enron.com,
o'neal.winfree@enron.com, phillip.love@enron.com,
sladana-anna.kulic@enron.com, victor.guggenheim@enron.com,
alejandra.chavez@enron.com, anne.bike@enron.com,
carole.frank@enron.com, darron.giron@enron.com,
elizabeth.hernandez@enron.com, elizabeth.shim@enron.com,
jeff.royed@enron.com, kam.keiser@enron.com, kimat.singla@enron.com,
kristen.clause@enron.com, kulvinder.fowler@enron.com,
kyle.lilly@enron.com, luchas.johnson@enron.com,
maria.garza@enron.com, patrick.ryder@enron.com,
ryan.o'rourke@enron.com, yuan.tian@enron.com, frank.ermis@enron.com,
jane.tholt@enron.com, jay.reitmeyer@enron.com, keith.holst@enron.com,
matthew.lenhart@enron.com, mike.grigsby@enron.com,
monique.sanchez@enron.com, phillip.allen@enron.com,
randall.gay@enron.com, tori.kuykendall@enron.com,
ina.norman@enron.com, jackie.travis@enron.com,
michael.gasper@enron.com, brenda.fletcher@enron.com,
jeanne.wukasch@enron.com, mary.franklin@enron.com,
mike.potter@enron.com, natalie.baker@enron.com,
suzanne.calcagno@enron.com, albert.stromquist@enron.com,
rajesh.chettiar@enron.com, derek.anderson@enron.com,
brad.horn@enron.com, camille.gerard@enron.com, cathy.lira@enron.com,
daniel.castagnola@enron.com, eva.tow@enron.com, lam.nguyen@enron.com,
andy.pace@enron.com, anna.santucci@enron.com,
claudia.guerra@enron.com, clayton.vernon@enron.com,
david.ryan@enron.com, eric.smith@enron.com, grace.kim@enron.com,
jason.kaniss@enron.com, kevin.cline@enron.com, rika.imai@enron.com,
todd.decook@enron.com, beth.jensen@enron.com,
billi.harrill@enron.com, martha.sumner-kenney@enron.com,
phyllis.miller@enron.com, sandy.olofson@enron.com,
theresa.byrne@enron.com, danny.mccarty@enron.com, denis.tu@enron.com,
john.ayres@enron.com, john.millar@enron.com,
julie.armstrong@enron.com, maggie.schroeder@enron.com,
max.brown@enron.com, randy.cantrell@enron.com, tracy.scott@enron.com,
charles.muzzy@enron.com, cora.pendergrass@enron.com,
darren.espey@enron.com, jessica.white@enron.com,
kevin.brady@enron.com, kirk.lenart@enron.com, lisa.kinsey@enron.com,
margie.straight@enron.com, mark.schrab@enron.com,
souad.mahmassani@enron.com, tammy.gilmore@enron.com,
teresa.mcomber@enron.com, wes.dempsey@enron.com,
barry.feldman@enron.com, catherine.huynh@enron.com
Subject: 3 - URGENT - TO PREVENT LOSS OF INFORMATION
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Outlook Migration Team
X-To: Cheryl Wilchynski, Cindy R Ward, Jo Ann Hill, Sonja Galloway, Bilal Bajwa, Binh Pham, Bradley Jones, Bruce Mills, Chance Rabon, Chuck Ames, David Baumbach, Jad Doan, O'Neal D Winfree, Phillip M Love, Sladana-Anna Kulic, Victor Guggenheim, Alejandra Chavez, Anne Bike, Carole Frank, Darron C Giron, Elizabeth L Hernandez, Elizabeth Shim, Jeff Royed, Kam Keiser, Kimat Singla, Kristen Clause, Kulvinder Fowler, Kyle R Lilly, Luchas Johnson, Maria Garza, Patrick Ryder, Ryan O'Rourke, Yuan Tian, Frank Ermis, Jane M Tholt, Jay Reitmeyer, Keith Holst, Matthew Lenhart, Mike Grigsby, Monique Sanchez, Phillip K Allen, Randall L Gay, Tori Kuykendall, Ina Norman, Jackie Travis, Michael J Gasper, Brenda H Fletcher, Jeanne Wukasch, Mary Theresa Franklin, Mike Potter, Natalie Baker, Suzanne Calcagno, Albert Stromquist, Rajesh Chettiar, Derek Anderson, Brad Horn, Camille Gerard, Cathy Lira, Daniel Castagnola, Eva Tow, Lam Nguyen, Andy Pace, Anna Santucci, Claudia Guerra, Clayton Vernon, David Ryan, Eric Smith, Grace Kim, Jason Kaniss, Kevin Cline, Rika Imai, Todd DeCook, Beth Jensen, Billi Harrill, Martha Sumner-Kenney, Phyllis Miller, Sandy Olofson, Theresa Byrne, Danny McCarty, Denis Tu, John A Ayres, John Millar, Julie Armstrong, Maggie Schroeder, Max Brown, Randy Cantrell, Tracy Scott, Charles T Muzzy, Cora Pendergrass, Darren Espey, Jessica White, Kevin Brady, Kirk Lenart, Lisa Kinsey, Margie Straight, Mark L Schrab, Souad Mahmassani, Tammy Gilmore, Teresa McOmber, Wes Dempsey, Barry Feldman, Catherine Huynh
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Critical Migration Information:
1. Your scheduled Outlook Migration Date is THE EVENING OF : May 14th
2. You need to press the "Save My Data" button (only once) to send us your
pre-migration information.
3. You must be connected to the network before you press the button.
4. If a POP-UP BOX appears, prompting you to "ABORT, CANCEL OR TRUST SIGNER"
please select TRUST SIGNER.
5. Any information you Add to your Personal Address Book, Journal or calendar
after you click on the button will need to be manually re-added into Outlook
after you have been migrated.
6. Clicking this button does not complete your migration to Outlook. Your
migration will be completed the evening of your migration date.
Failure to click on the button means you WILL NOT get your Calendar,
Contacts, Journal and ToDo information imported into Outlook the day of your
migration and could result in up to a 2 week delay to restore this
information.
If you encounter any errors please contact the resolution center @
713-853-1411

View File

@ -0,0 +1,28 @@
Message-ID: <18309989.1075855472191.JavaMail.evans@thyme>
Date: Tue, 12 Dec 2000 02:01:00 -0800 (PST)
From: jay.reitmeyer@enron.com
To: frank.ermis@enron.com, matthew.lenhart@enron.com, phillip.allen@enron.com,
tori.kuykendall@enron.com, mike.grigsby@enron.com,
keith.holst@enron.com
Subject: New tempertaure product from weather research
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Jay Reitmeyer
X-To: Frank Ermis, Matthew Lenhart, Phillip K Allen, Tori Kuykendall, Mike Grigsby, Keith Holst
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Click on the following URL....and then hit New Product! about the middle of
the screen. You can now enter in city ids and get current weather
observations from those cities. It will automatically update as new
information comes in.
http://ecthou-webcl1.nt.ect.enron.com/research/Weather/WeatherMain.htm
If you need help with station identifiers, let me know.
Jay

View File

@ -0,0 +1,92 @@
Message-ID: <18437043.1075855473351.JavaMail.evans@thyme>
Date: Fri, 1 Dec 2000 08:19:00 -0800 (PST)
From: enron.announcements@enron.com
To: houston.report@enron.com
Subject: SUPPLEMENTAL Weekend Outage Report for 12-01-00 through 12-04-00
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Enron Announcements
X-To: Houston Outage Report
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
------------------------------------------------------------------------------
------------------------
W E E K E N D S Y S T E M S A V A I L A B I L I T Y
F O R
December 01, 2000 5:00pm through December 04, 2000 12:00am
------------------------------------------------------------------------------
------------------------
SCHEDULED SYSTEM OUTAGES:
ARDMORE DATA CENTER - FACILITY OPERATIONS: No Scheduled Outages.
AZURIX: No Scheduled Outages.
EB34 DATA CENTER - FACILITY OPERATIONS: No Scheduled Outages.
EDI SERVER: No Scheduled Outages.
ENRON NORTH AMERICAN LANS: SEE ORIGINAL REPORT
FIELD SERVICES: No Scheduled Outages.
INTERNET: No Scheduled Outages.
LOTUS NOTES: No Scheduled Outages.
MARKET DATA: SEE ORIGINAL REPORT
NT: No Scheduled Outages.
OS/2: No Scheduled Outages.
OTHER: HR
Impact: CORP
Time: Sat 12/2/2000 at 8:00:00 AM CT thru Sat 12/2/2000 at 12:00:00 PM CT
Sat 12/2/2000 at 6:00:00 AM PT thru Sat 12/2/2000 at 10:00:00 AM PT
Sat 12/2/2000 at 2:00:00 PM London thru Sat 12/2/2000 at 6:00:00 PM London
Outage: Corporate HR Database Move
Environments Impacted: HR LAN
Purpose: Reconfiguration of Sun Solaris and Oracle DB to allow for more
simultaneous connections.
The applications impacted are as follows: HRGlobalApps,
ExpertFinder, GCS, GIS, PM, etc.
Backout: Restore current configuration back to the Sun Servers.
Contact(s): Brandon Bangerter 713-345-4904
Raj Perubhatla 713-345-8016
Brian Ellis 713-345-8017
SITARA: No Scheduled Outages.
SUN/OSS SYSTEM: No Scheduled Outages.
TELEPHONY: No Scheduled Outages
TERMINAL SERVER: No Scheduled Outages.
UNIFY: No Scheduled Outages.
------------------------------------------------------------------------------
-------------------------------------------------------
FOR ASSISTANCE
(713) 853-1411 Enron Resolution Center
(713) 853-5536 Information Risk Management
Specific Applications Help:
Unify On-Call (713) 284-3757 [Pager]
Sitara On-Call (713) 288-0101 [Pager]
RUS/GOPS/GeoTools/APRS (713) 639-9726 [Pager]
OSS/UA4/TARP (713) 285-3165 [Pager]
CPR (713) 284-4175 [Pager]
EDI Support (713) 327-3893 [Pager]
All Other Systems (713) 563-5797 [Pager]
or (713) 563-5987 [Pager]

View File

@ -0,0 +1,41 @@
Message-ID: <18530363.1075855488863.JavaMail.evans@thyme>
Date: Tue, 8 May 2001 17:55:00 -0700 (PDT)
From: enron.announcements@enron.com
To: all.houston@enron.com
Subject: eSource Presents Free Piranha Web Training
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
X-From: Enron Announcements
X-To: All Enron Houston
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
eSource presents Piranha Web training
Piranha Web offers an online connection to complete company analysis via
content that includes Disclosure, Worldscope, Datastream and I/B/E/S. The
product is designed to allow users to get complete company fundamental
financials, earnings estimates, and market data.
Training Agenda Includes:
? General Introduction.
? Basic ticker query building
Attend our Piranha Clinic:
May 11 - 9:00 -10:00 AM EB572
Seats fill up fast! To reserve a seat, please call Stephanie E. Taylor at
5-7928
Check the eSource training page at http://esource.enron.com/training.doc for
additional training sessions and vendor presentations
http://esource.enron.com

View File

@ -0,0 +1,589 @@
Message-ID: <18604394.1075855489588.JavaMail.evans@thyme>
Date: Thu, 3 May 2001 11:04:00 -0700 (PDT)
From: miki.bode@williams.com
To: abenton@utilicorp.com, abenton@utilicorp.com, anita.reubens@swgas.com,
bblanar@coral-energy.com, bob.mattice@engageenergy.com,
bob.mattice@engageenergy.com, browning@wasatchenergy.com,
bruce.langmade@gapac.com, bymank@wdni.com, cards@wdni.com,
caver_ealy@pgn.com, ccoyle@americansoda.com, cmcgra@puget.com,
cpavlica@enerad.com, craig.provenzano@powersrc.com, cridin@puget.com,
cslaman@usg.com, cwduke@duke-energy.com, darena@national-energy.com,
dave.dungan@weyerhaeuser.com, deborahs@kimballenergy.com,
derek.danyliw@husky-oil.com, dlh@nwnatural.com, fermis@enron.com,
geek@bp.com, gilesmh@bp.com, janderson@clarkpud.com,
jane@itcoworld.com, jennifer_owen@pgn.com,
jmmcarthur@duke-energy.com, jsanders@clarkpud.com,
kims@kimballenergy.com, klambe@puget.com,
llightfoot@coral-energy.com, lmansi@sdge.com, lprior@enron.com,
mbeckner@utilicorp.com, mcano@enerad.com, michelle_hunter@pgn.com,
niels_a_vervloet@reliantenergy.com, pschmidt@kimballresources.com,
ramperms@bp.com, rcooper@usg.com, rfm@nwnatural.com,
robert.harp@engageenergy.com, robert.harp@engageenergy.com,
ron.smith@ashgrove.com, rony@panalberta.com, ryan.watt@enron.com,
sakom@attglobal.net, sbrewer@enron.com, scott.linkletter@neg.pge.com,
scotts@kimballenergy.com, sghill@bcgas.com, spjutd2@wdni.com,
ssouth@enron.com, stephane.brodeur@enron.com, tbrother@utilicorp.com,
tdizona@coral-energy.com, tjmi@dynegy.com,
tom.mckay@engageenergy.com, tom.mckay@engageenergy.com,
val_yildirok@pgn.com, wharlan@kimballresources.com,
zcourns@national-fuel.com, jshadie@idahopower.com
Subject: NWP System Notice - 01-239 NWP Available Capacity
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
X-From: "Bode, Miki" <Miki.Bode@Williams.com>
X-To: "'abenton@utilicorp.com'" <abenton@utilicorp.com>, "'abenton@utilicorp.com'" <abenton@utilicorp.com>, "'anita.reubens@swgas.com'" <anita.reubens@swgas.com>, "'bblanar@coral-energy.com'" <bblanar@coral-energy.com>, "'BOB.MATTICE@ENGAGEENERGY.COM'" <BOB.MATTICE@ENGAGEENERGY.COM>, "'BOB.MATTICE@ENGAGEENERGY.COM'" <BOB.MATTICE@ENGAGEENERGY.COM>, "'browning@wasatchenergy.com'" <browning@wasatchenergy.com>, "'bruce.langmade@gapac.com'" <bruce.langmade@gapac.com>, "'bymank@wdni.com'" <bymank@wdni.com>, "'cards@wdni.com'" <cards@wdni.com>, "'caver_ealy@pgn.com'" <caver_ealy@pgn.com>, "'ccoyle@americansoda.com'" <ccoyle@americansoda.com>, "'cmcgra@puget.com'" <cmcgra@puget.com>, "'cpavlica@enerad.com'" <cpavlica@enerad.com>, "'craig.provenzano@powersrc.com'" <craig.provenzano@powersrc.com>, "'cridin@puget.com'" <cridin@puget.com>, "'cslaman@usg.com'" <cslaman@usg.com>, "'cwduke@duke-energy.com'" <cwduke@duke-energy.com>, "'darena@national-energy.com'" <darena@national-energy.com>, "'Dave.Dungan@Weyerhaeuser.com'" <Dave.Dungan@Weyerhaeuser.com>, "'deborahs@kimballenergy.com'" <deborahs@kimballenergy.com>, "'derek.danyliw@husky-oil.com'" <derek.danyliw@husky-oil.com>, "'dlh@nwnatural.com'" <dlh@nwnatural.com>, "'FERMIS@ENRON.COM'" <FERMIS@ENRON.COM>, "'geek@bp.com'" <geek@bp.com>, "'gilesmh@bp.com'" <gilesmh@bp.com>, "'janderson@clarkpud.com'" <janderson@clarkpud.com>, "'jane@itcoworld.com'" <jane@itcoworld.com>, "'jennifer_owen@pgn.com'" <jennifer_owen@pgn.com>, "'jmmcarthur@duke-energy.com'" <jmmcarthur@duke-energy.com>, "'jsanders@clarkpud.com'" <jsanders@clarkpud.com>, "'kims@kimballenergy.com'" <kims@kimballenergy.com>, "'Klambe@puget.com'" <Klambe@puget.com>, "'llightfoot@coral-energy.com'" <llightfoot@coral-energy.com>, "'lmansi@sdge.com'" <lmansi@sdge.com>, "'LPRIOR@ENRON.COM'" <LPRIOR@ENRON.COM>, "'mbeckner@utilicorp.com'" <mbeckner@utilicorp.com>, "'mcano@enerad.com'" <mcano@enerad.com>, "'Michelle_Hunter@pgn.com'" <Michelle_Hunter@pgn.com>, "'niels_a_vervloet@reliantenergy.com'" <niels_a_vervloet@reliantenergy.com>, "'pschmidt@kimballresources.com'" <pschmidt@kimballresources.com>, "'ramperms@bp.com'" <ramperms@bp.com>, "'rcooper@usg.com'" <rcooper@usg.com>, "'rfm@nwnatural.com'" <rfm@nwnatural.com>, "'ROBERT.HARP@ENGAGEENERGY.COM'" <ROBERT.HARP@ENGAGEENERGY.COM>, "'ROBERT.HARP@ENGAGEENERGY.COM'" <ROBERT.HARP@ENGAGEENERGY.COM>, "'ron.smith@ashgrove.com'" <ron.smith@ashgrove.com>, "'rony@panalberta.com'" <rony@panalberta.com>, "'ryan.watt@enron.com'" <ryan.watt@enron.com>, "'sakom@attglobal.net'" <sakom@attglobal.net>, "'SBREWER@ENRON.COM'" <SBREWER@ENRON.COM>, "'scott.linkletter@neg.pge.com'" <scott.linkletter@neg.pge.com>, "'scotts@kimballenergy.com'" <scotts@kimballenergy.com>, "'sghill@bcgas.com'" <sghill@bcgas.com>, "'spjutd2@wdni.com'" <spjutd2@wdni.com>, "'SSOUTH@ENRON.COM'" <SSOUTH@ENRON.COM>, "'stephane.brodeur@enron.com'" <stephane.brodeur@enron.com>, "'tbrother@utilicorp.com'" <tbrother@utilicorp.com>, "'tdizona@coral-energy.com'" <tdizona@coral-energy.com>, "'tjmi@dynegy.com'" <tjmi@dynegy.com>, "'tom.mckay@engageenergy.com'" <tom.mckay@engageenergy.com>, "'tom.mckay@engageenergy.com'" <tom.mckay@engageenergy.com>, "'val_yildirok@pgn.com'" <val_yildirok@pgn.com>, "'wharlan@kimballresources.com'" <wharlan@kimballresources.com>, "'zcourns@national-fuel.com'" <zcourns@national-fuel.com>, "'jshadie@idahopower.com'" <jshadie@idahopower.com>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Jun2001\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Post Date: May 03, 2001
Category: SHORT-TERM FIRM CAPACITY
Subcategory: NWP OFFERS
Subject: 01-239 NWP Available Capacity
Notice Text:
All Shippers Notification:? 01-239????? Dated : May 3, 2001
NORTHWEST PIPELINE'S
NOTICE OF AVAILABLE AND
POTENTIALLY AVAILABLE FIRM
TRANSPORTATION CAPACITY1)
NOTE:? REMAINING LIMITED TERM
MITIGATED TRANSPORTATION
CAPACITY HAS BEEN ADDED TO
THIS NOTICE
If you are interested in discussing any of the Available or
Potentially Available Capacity, please call Candace Karpakis
at (801) 584-6996 (work) or at (801) 971-5983 (cellular).
**********************************************************************
Capacity Below Available
?for TF-1 Service Only
??????????????????????????????????????????????????????????????????????????????
?????????? Total??? Available
Pkg? Receipt Point2)????????? Delivery Point2)????????????? Dth/d?????
Date3)??
A??? Sumas????????????????????????? Puget(Canyon)??????????????? 15,000???
NOW-?
??????????????????????????????????????????????????????????????????????????????
????????????????????????? 10/14/01
B??? Sumas????? ???????????????????? Kern River/Muddy Crk.???? 8,272???? NOW-
??????????????????????????????????????????????????????????????????????????????
????????????????????????? 06/01/03
B-1? Sumas????? ???????????????????? Kern River/Muddy Crk.????? 1,500 9)
11/01/01-
??????????????????????????????????????????????????????????????????????????????
???????????????????????????? 06/01/03
C??? Sumas(1160)????????????? Kemmerer??????????????????????????? 2,750????
NOW
???? Ignacio Plant(1590)
D??? Sumas(2,390)???????????? Monticello(330)???????????????????? 6,016????
NOW
???? Ignacio(3,626)????????????? Rio Algom(300)
?????????????????????????????????????????? Moab#2(1,861)
?????????????????????????????????????????? Moab(2,283)
?????????????????????????????????????????? Arches National Park(17)
?????????????????????????????????????????? Vernal(653)
?????????????????????????????????????????? Dutch John(125)
?????????????????????????????????????????? Redwash(447)
E??? Starr Road????????????????? Inland Paper???????????????????????????
830????? NOW 8)
F??? Stanfield???????????????????? Stanfield???????????????????????????????
3,681????? 06/01/01 9)
F-1? Stanfield?????????????????? Stanfield??????????????????????????????
14,490????? 04/01/02 10)
G??? Shute Creek???????????? Ignacio-Bondad (EPNG)????? 10,000???? NOW
G-1? Shute Creek?????????? Ignacio-Bondad (EPNG)?????? 40,000???? 06/01/01 9)
G-2? Shute Creek?????????? Ignacio-Bondad (EPNG)?????? 25,000???? 11/01/01 9)
H??? Opal Plant???????????????? Western Mkt Center?????????? 90,000?????
06/01/01 9)
I??? Painter?????????????????????? Muddy Creek (KERN)???????????? 8,351?????
NOW 8)
I-1? Painter???????????????????? Muddy Creek (KERN)??????????? 35,000?????
06/01/01 9)
J??? Western Mkt Center?? Crossover 16-Questar? 50,415????? 06/01/01 7) 9)
K??? Western Mkt Center?? Clay Basin`??????????????????????? 4,585??????
06/01/01 7) 9)
L??? Crossover 16???????? Green River-CIG?????????????????? 23,152??????? NOW
7) 8)
M??? Crossover 16??????? Clay Basin????????????????????????????? 10,000??????
06/01/01 7) 9)
M-1? Crossover 16?????? Clay Basin????????????????????????????? 17,263?????
NOW 7)
N??? Green Rvr/McKinn-CIG Clay Basin?????????????????????? 23,152????? NOW 7)
8)
O??? Clay Basin????????????? Chevron Rangely(6093)????????? 7,488?????
06/01/01 9)
?????????????????????????????????????? Vernal (1395)
P??? Clay Basin????????????? Redwash/Questar???????????????? 19,240?????
11/01/01 7) 9)
Q??? Clay Basin???????????? Rifle????????????????????????????????????????????
1,850????? NOW 7)
Q-1? Clay Basin??????????? Rifle????????????????????????????????????????????
7,770????? 06/01/01 7) 9)
R??? Clay Basin???????????? American Soda Ash????????????????? 1,140????? NOW
7) 8)
S??? Jensen (Ut Gas Svc)? Green River-CIG???????????????????? 316?????
06/01/01 8) 9)
T??? Redwash/Chevron????? Green River-CIG??????????????? 1,850????? NOW 8)
U??? Redwash/QPC????????? Rifle?????????????????????????????????????????
1,050?????? 06/01/01 7) 9)
????
V??? Greasewood?????????? Clay Basin???????????????????????????????
2,765?????? 06/01/01 9)
??????
W??? Piceance Quick Cycle Green River-CIG??????????????? 1,005?????? NOW? 8)
X??? Barrett?????????????????????? Kern River??????????????????????????????
4,097??????? 06/01/01 9)
?
Y??? Barrett????????????????????? Green River-CIG?????????????????????
6,460??????? NOW 8)
Z??? North Douglas???????? Green River-CIG????????????????????? 3,178???????
NOW 8)
AA?? Sand Springs??????? Ignacio-Bondad (EPNG)???????? 23,148?????? 11/01/01
4,10)
BB?? West Douglas???????? Clay Basin????????????????????????????????
2,354?????? 06/01/01 10)
CC?? Calf Canyon(410)?? Kern River??????????????????????????????????
703??????? 01/01/02 9)
???? Foundation Crk.(293)
DD?? Lisbon?????????????????? Green River-CIG???????????????????????
2,600???????? NOW 8)
EE?? Grand Valley???????? Green River-CIG????????????????????????
1,137???????? NOW 8)
FF?? Grand Gas???????????? Green River-CIG????????????????????????
1,000???????? NOW 8)
GG?? Ignacio Plant??????? Green River-CIG?????????????????????? 10,000???????
06/01/01 9)
GG-1 Ignacio Plant?????? Green River-CIG??????????????????????? 1,424????????
NOW 8)
GG-2 Ignacio Plant??????? Green River-CIG?????????????????????? 1,177????????
NOW
GG-3 Ignacio Plant??????? Green River-CIG?????????????????????? 5,000????????
06/01/01 10)
HH?? Ignacio Plant???????? Grand Junction?????????????????????????
4,000??????? 06/01/01 9)
HH-1 Ignacio Plant?????? Grand Junction????????????????????????? 4,310???????
NOW 8)
II?? Ignacio Plant??????????? Ignacio -Bondad (EPNG)???????? 25,000?????? NOW
8)
II-1 Ignacio Plant?????????? Ignacio -Bondad (EPNG)???????? 25,000??????
11/01/01 9)
JJ?? Blanco Hub-TW????? Green River-CIG????????????????????? 24,000??????
06/01/01 9)
JJ-1 Blanco Hub-TW??????? Green River-CIG?????????????????? 58,787?????? NOW
JJ-2 Blanco Hub-TW??????? Green River-CIG???????????????????? 2,676??????
06/01/01 10)
**********************************************************************
Jackson Prairie Receipt Point Capacity
Available for TF-1 or TF-2 Service
as specified below
KK?? Jackson Prairie???? SIPI???????????????????????????????????????????
47,341?????? NOW 5)8)
???? (55,715)?????????????????????
Lynden????????????????????????????????????????? 592?????
????????????????????????????????????????
Lawrence?????????????????????????????????????? 81??????
????????????????????????????????????????
ACME?????????????????????????????????????????????? 68??????
???????????????????????????????????????? Mt.
Vernon?????????????????????????????????? 115?????
????????????????????????????????????????
Sedro/Woolley????????????????????????? 3,988???
???????????????????????????????????????? LDS
Church????????????????????????????????? 133????
???????????????????????????????????????? Granite
Falls????????????????????????????? 1,536???
????????????????????????????????????????
Machias????????????????????????????????????? 1,840???
?????????????????????????????????????????
Snohomish??????????????????????????????????? 21??????
LL?? Jackson Prairie??? Echo Lake????????????????????????????????????????
33?????? NOW 5)8)
???? (7,530)?????????????????????? Duval/Cottage Lake??????????????????????
183????
???????????????????????????????????????
Redmond???????????????????????????????????? 3,293??
??????????????????????????????????????? May
Valley????????????????????????????????????? 300????
??????????????????????????????????????? Lake
Francis?????????????????????????????? 2,808??
??????????????????????????????????????
Covington??????????????????????????????????????? 263????
?????????????????????????????????????? Black
Diamond??????????????????????????????? 450????
???????????????????????????????????????
Enumclaw?????????????????????????????????????? 200????
MM?? Jackson Prairie????? Sedro/Woolley??????????????????????? 8,300??????
05/01/04 5)10)
NN?? Jackson Prairie????? South Lake?????????????????????????????
35,500?????? NOW 6)
??
OO?? Jackson Prairie????? Idaho State Pen.?????????????????????? 1,735??????
NOW 6)
PP?? Jackson Prairie????? Kern River/Muddy Crk.????????? 98,069?????? NOW 6)
QQ?? Jackson Prairie????? Shute Creek?????????????????????????????
7,688?????? NOW 6)
RR?? Jackson Prairie?????? Pocatello???????????????????????????????????
1,198?????? NOW 6)
************************************************************************
Mitigated Volumes for 2001
Only available for Time Periods Listed
SS-2 Sumas???????????????????? Reno Lateral???????????????????????????
3,764???????? June Only
SS-3 Sumas???????????????????? Reno Lateral???????????????????????????
4,243???????? July Only
SS-4 Sumas???????????????????? Reno Lateral???????????????????????????
4,341???????? August Only
SS-5 Sumas???????????????????? Reno Lateral???????????????????????????
3,922???????? September Only
SS-6 Sumas???????????????????? Reno Lateral???????????????????????????
2,076???????? October Only
TT?? Sumas????????????????????? LaGrande????????????????????????????????????
500??????? Jun, Jul, Aug
??????????????????????????????????????????????????????????????????????????????
???????????????????????????????? or Sept -
??????????????????????????????????????????????????????????????????????????????
???????????????????????????????? or Jun - Sept
?
UU?? Sumas????????????????????? Spokane Mead?????????????????????????
2813?????? Jun, Jul, Aug
??????????????????????????????????????????????????????????????????????????????
???????????????????????????????? or Sept -
??????????????????????????????????????????????????????????????????????????????
???????????????????????????????? or Jun - Sept
VV?? Starr Road?????????????? Spokane-Kettle Falls????????????????? 401?????
Jun, Jul, Aug
??????????????????????????????????????????????????????????????????????????????
???????????????????????????????? or Sept -
??????????????????????????????????????????????????????????????????????????????
???????????????????????????????? or Jun - Sept
WW?? Klamath????????????????? Klamath???????????????????????????????????????
263??????? Jun, Jul, Aug
??????????????????????????????????????????????????????????????????????????????
????????????????????????????????? or Sept -
??????????????????????????????????????????????????????????????????????????????
????????????????????????????????? or Jun - Sept
XX?? Sumas??????????????????????
Reno??????????????????????????????????????????? 281???????? Jun, Jul, Aug
??????????????????????????????????????????????????????????????????????????????
????????????????????????????????? or Sept -
??????????????????????????????????????????????????????????????????????????????
????????????????????????????????? or Jun - Sept
************************************************************************
FOOTNOTES
1)? This notification supercedes all previous Notices of Available
?and Potentially Available Capacity and is subject to change at any time.
2) Other receipt and delivery points utilizing the described
??? transportation corridor may be available.
3)? Potential Availability date for the Capacity.
4)? Contracts shall include the following subordinate scheduling
??? provision if the requested term extends into a critical operational
??? period:
To the extent Shipper's nominated volumes are not scheduled solely
due to Shipper's subordinate scheduling priorities set forth below,
the monthly base reservation charge will be discounted to $0.00 per
Dth for that quantity only.
Section 14.1(c)(i) of Northwest's tariff is modified to condition
Shipper's primary corridor rights through any mainline constraint
from the Sand Springs receipt point to the Ignacio Bondad (or
LaPlata-TW) delivery point(s) to have a scheduling priority which
will be subordinate to the scheduling priority for any firm shipper
with primary corridor rights that encompass and extend beyond the
Sand Springs to Ignacio Bondad (or LaPlata-TW) corridor.
5) Available for TF-1 or TF-2 transportation service.? TF-2 service
?will not be discounted below Northwest's current Tariff filed rate
?for TF-2 service.? Additionally, TF2 service must be linked to
?requester's designated storage contract or storage ownership
?right. TF-2 service shall include the following subordinate
?scheduling priority language:
Section 14.1(d)(i) of Northwest's tariff is modified to condition
Shipper's primary corridor rights from the Jackson Prairie receipt
point to the _____________ delivery point to have a scheduling
priority at any northflow constraint point in that corridor that is
subordinate to the scheduling priority for any firm service with
unconditioned primary corridor rights through such constraint point.
6)??? Available for TF-2 transportation service only. TF-2 service will
?not be discounted below Northwest's current Tariff filed rate for
?TF-2 service.? Additionally, TF2 service must be linked to
?requester's designated storage contract or storage ownership
?right.? TF-2 service shall include the following subordinate
?scheduling priority language:
Section 14.1(d)(i) of Northwest's tariff is modified to condition
Shipper's primary corridor rights from the Jackson Prairie receipt
point to the _____________ delivery point to have a scheduling
priority at any southflow constraint point in that corridor that is
subordinate to the scheduling priority for any firm service with
unconditioned primary corridor rights through such constraint point.
7)??? Capacity is not to exceed a one month primary term with evergreen
?? language.? Any offers with terms greater than one month will need to
?? be evaluated for possible seasonal flow conditions that may restrict
?? the available capacity beyond a one month term.
8)??? This capacity is currently under contract with an evergreen clause.
???? This capacity can be made available by providing one business day
??? written termination notification to the current holder of the
????? capacity.? This means that termination notification must be received
no later than 5:00 p.m. Mountain Current Time, 24 hours (1 business
day) prior to the effective date of the contract termination.
9)??? This capacity is currently under contract with an evergreen clause.
This capacity can be made available by providing ten business days
prior written termination notification to the current holder of the
capacity.? This means termination notification must be received no
later than 5:00 p.m. Mountain Current Time on the eleventh business
day prior to the beginning of the next month.
10) This capacity is currently under contract and does not contain an
evergreen clause.
11) This capacity is "mitigated" capacity and will not contain an
evergreen clause.
12) This capacity is available only for the term offered.? No evergreen
clause available.
13)??? This capacity is currently under contract with an evergreen clause.
????? This capacity can be made available by providing a one year prior
????? written termination notification to the current holder of the
????? capacity.
************************************************************************
PROCEDURE FOR REQUESTING AVAILABLE AND
POTENTIALLY AVAILABLE
TRANSPORTATION CAPACITY
To request Potentially Available Transportation Capacity available on
the first day of June 2001, Shipper must submit a Prearranged Offer in
the form of the Letter Agreement provided below.? This Letter Agreement
must be received by Northwest no later than 5:00 pm Central Time on May
15, 2001.? Northwest will accept or reject the Prearranged Offer by no
later than the end of the gas day on May 16, 2001. If the Prearranged
Offer is acceptable, Northwest will provide a 10-bursiness day prior
termination notice to the current holder of the Capacity, post the
Prearranged Offer for bid, and Award the capacity no later than two
business days after the Bid Close Date.? Unless otherwise specified in
this posting, bids will be evaluated and awarded pursuant to the
procedure set forth in Northwest's tariff.
To request the Potentially Available Transportation Capacity with the
one business day termination provisions as indicated by footnote "8)",
Shipper must submit a Prearranged Offer in the form of the Letter
Agreement provided below.? Upon receipt of this Letter Agreement
Northwest will either accept or reject the Prearranged Offer within
24-hours. If the Prearranged Offer is acceptable, Northwest will provide
the one business day termination notice to the current holder of the
Capacity, post the Prearranged Offer for bid, and Award the capacity no
later than two business days after the Bid Close Date.? Unless otherwise
specified in this posting, bids will be evaluated and awarded pursuant
to the procedure set forth in Northwest's tariff.
To request Available Transportation Capacity, Shipper must immediately
submit a Prearranged Offer in the form of the Letter Agreement provided
below.? Northwest will accept or reject the Prearranged Offer within two
(2) business days of receipt of the prearranged offer.? If the
Prearranged Offer is acceptable, Northwest will post the Prearranged
Offer for bid, and Award the capacity no later than two business days
after the Bid Close Date.? Unless otherwise specified in this posting,
bids will be evaluated and awarded pursuant to the procedure set forth
in Northwest's tariff. Northwest has the right to re-post Available
capacity for bid ith or without prearranged offers.
??????? _________________(Date)
____________________________ (Company Name)
____________________________ (Company Address)
____________________________ (City, State, Zip)
VIA FACSIMILE - (801) 584-7076
Northwest Pipeline Corporation
c/o Williams Gas Pipelines - West
Attn: Candace C.? Karpakis
295 Chipeta Way
Salt Lake City, UT 84158
Re:Prearranged Offer for Available or Potentially Available Transportation
Capacity on Williams' Northwest Pipeline Transmission System
Dear Candace:
_______________________ ("Shipper") submits the following bid for
available or potentially available transportation capacity ("Capacity")
designated as package _____ on Northwest Pipeline Corporation's
("Northwest") "Notice of Available or Potentially Available Firm
Transportation Capacity" dated May 2, 2001.?? Shipper recognizes and
agrees that the Capacity will be subject to the Special Conditions set
forth in this posting.? Shipper's request? is?? or?? is not?? (circle one)
contingent upon confirmation that its offered discount rate provides use
of receipt/delivery points outside the receipt/delivery point corridor
specified in the package.? If maximum rate is offered, this provision does
not apply.? Shipper understands that its prearranged offer is subject to
the Special Conditions described below.
Shipper understands that Northwest will post the prearranged details of
this offer for such Capacity for bidding and Shipper will have the right
to match the highest bid value upon close of the bid process.? Northwest
will not disclose the identity of the prearranged bidder in such posting.
Service Type:?????????? TF-1 Large Customer
Contract Demand(Dth/d): ____________________
Receipt Point(s) ______________________________________________________
Delivery Point(s)______________________________________________________
Daily Reservation Rate: $_______/Dth? (applicable surcharges, volumetric
charge & fuel are additive)
Term:______________________________to___________________________________
Evergreen Requested (circle one):?????? Yes?? or???? No
Identity of any affiliate of Northwest involved in Shipper's transaction:
Indicate "None" or "Name the Affiliate":
_________________________________________________
Northwest's acceptance of Shipper's prearranged offer for the Capacity
will constitute a binding agreement between Northwest and Shipper.
Shipper shall be awarded the Capacity at the terms agreed upon in this
Letter Agreement if no bids are received with a greater economic value for
such Capacity during the bid process. If Shipper elects to match a bid
with a greater economic value, it shall be awarded the Capacity according
to the terms of the matched bid. Shipper agrees to electronically execute
a service agreement on Northwest's Electronic Bulletin Board which
confirms the terms of the final accepted transaction.
If you have questions or comments regarding the above referenced
information, please contact __________________________ at
______________________(Phone Number) ______________________(Fax Number).
Sincerely,
______________________________
?????????????? (Name)
______________________________
?????????????? (Title)
(Accepted? /? Rejected) by Northwest:
Date: _______________?? Name: ________________________________
SPECIAL CONDITIONS
(For Prearranged Offer Agreement)
If the prearranged offer for the Capacity is accepted at a discount rate
which provides for the use of receipt/delivery points outside the
specified receipt/delivery point corridor for the Capacity, the accepted
prearranged offered discount rate shall apply no matter which receipt and
delivery points are utilized by Shipper, or any temporary replacement
Shipper, under capacity release transactions, including segmented
releases.? If the accepted prearranged offered discount rate for the
Capacity does not provide for use of receipt/delivery points outside the
specified receipt/delivery point corridor for the Capacity, the accepted
prearranged offered discount rate shall apply to Shipper, or any temporary
replacement Shipper, only to the extent that both Shipper and any
temporary replacement Shipper utilize receipt points within their
respective primary firm receipt/delivery point to primary firm delivery
point corridors, otherwise, Shipper will be liable for Northwest's maximum
tariff rates.
Word:F:\NWP Capacity Postings\2001 All Shipper Notices\01-239 5-03-01
includes Remaining Mitigated
??

View File

@ -0,0 +1,127 @@
Message-ID: <18655027.1075855477397.JavaMail.evans@thyme>
Date: Wed, 25 Oct 2000 23:37:00 -0700 (PDT)
From: enerfax1@bellsouth.net
To: enerfaxweb@egroups.com
Subject: Enerfax Daily's free web version of gas & power prices and info
Enerfax Daily
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
X-From: enerfax1@bellsouth.net
X-To: <enerfaxweb@egroups.com>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
?
Subject: Click and go to http://www.enerfax.com if can not view properly
?
[IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE]
[IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE]
[IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE]
[IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE][IMAGE]
[IMAGE]
Enerfax Daily
Click here for a daily email link
[IMAGE][IMAGE][IMAGE]
Enerfax Daily? -? Page ? -? October 26, 2000? -? ? Need a Past Issue
-Click Here
[IMAGE][IMAGE][IMAGE]
Enerfax Daily? -? Page ? -? October 26, 2000
[IMAGE][IMAGE][IMAGE][IMAGE]
Enerfax Daily? -? Page ? -? October 26, 2000
[IMAGE][IMAGE]
Enerfax Daily? -? Page 6? -? October 26, 2000
[IMAGE][IMAGE]
Natural? Gas? Storage? Report
[IMAGE][IMAGE]
? ? ? ? ? ? Week? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Prev?
? ? ? ? ? ?Ending? ? Prev? ? ? ? ? ? ? ? ? ?Prev? ? Year? ?
| Region | 10/20/00| Week | Diff | % Full | Year | % Full
| Prod? ?|? ?649? ?|? 627 |? 22? |? 68%? ?|? 860 |? 90%? ?
| East? ?|? 1613? ?| 1566 |? 47? |? 88%? ?| 1701 |? 93%? ?
| West? ?|? ?380? ?|? 378 |? ?2? |? 75%? ?|? 430 |? 85%? ?
|? ? ? ? |? ? ? ? ?|? ? ? |? ? ? |? ? ? ? |? ? ? |? ? ? ?
| Total? |? 2642? ?| 2571 |? 71? |? 80%? ?| 2991 |? 91%? ?
[IMAGE][IMAGE][IMAGE]
Enerfax Daily? -? Page 7? -? October 26, 2000
[IMAGE][IMAGE][IMAGE][IMAGE][IMAGE]
For more information, please Contact Ron Ford
at Ziff Energy Group, Houston, TX
(713) 627-8282 or Toll Free: 1-888-736-5780
Also, visit our web-site, www.ziffenergy.com, to review our Brochure.
[IMAGE][IMAGE]
On-Line Natural Gas Reverse Auction
? ?
The East Coast Natural Gas Cooperative has secured over 25 Bcf of natural
gas for several Northeast distributors in an auction that worked in
reverse. For the first time, the ECNGC staged a reverse auction where it is
the potential sellers who bid - downward - to win a sale to a buyer. Nearly
50 packages of natural gas demand were on the procurement block at various
times during the 4-day auction period, conducted last week.
[IMAGE]
Financial Summary
[IMAGE][IMAGE]
The TSE 300 fell 840.30 points to 9511.80
The CRB Index lost 2.76 points to 222.59
The US Dollar increased 1.09 points to 118.49 The Dow declined 66.59 points
to 10326.48
The S&P 500 gained 2.35 points to 1398.13
The Nasdaq was down 190.34 points to 3229.45
December NYMEX Crude Oil fell 0.41 to 32.96 Canadian-US Exchange climbed
.0039 to 1.5115
")} TC [IMAGE]
- blnk.gif
- img17.gif
- img18.gif
- img19.gif
- img20.gif
- img3.gif
- img21.gif
- img8.gif
- img22.gif
- img23.gif
- img24.gif
- img25.gif
- img26.gif
- img27.gif
- img28.gif
- img29.gif
- img30.gif
- img31.gif
- img32.gif
- img33.gif
- id=1381847
- img34.gif

View File

@ -0,0 +1,87 @@
Message-ID: <18736149.1075855475988.JavaMail.evans@thyme>
Date: Mon, 6 Nov 2000 12:30:00 -0800 (PST)
From: araceli.romero@enron.com
To: john.lavorato@enron.com
Subject: 3rd Request - RESPONSE NEEDED ASAP - Risk Mgmt. Compliance
Certificate
Cc: brian.hoskins@enron.com, judy.townsend@enron.com, brad.mckay@enron.com,
kate.fraser@enron.com, robin.barbe@enron.com,
sarah.mulholland@enron.com, sandra.brawner@enron.com,
patrice.mims@enron.com, tom.donohoe@enron.com,
andrew.lewis@enron.com, fletcher.sturm@enron.com,
geoff.storey@enron.com, kevin.ruscitti@enron.com,
martin.cuilla@enron.com, joe.parks@enron.com,
jim.schwieger@enron.com, carey.metz@enron.com,
elsa.villarreal@enron.com, steven.south@enron.com,
frank.ermis@enron.com, keith.holst@enron.com, john.taylor@enron.com,
rmenear@enron.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Bcc: brian.hoskins@enron.com, judy.townsend@enron.com, brad.mckay@enron.com,
kate.fraser@enron.com, robin.barbe@enron.com,
sarah.mulholland@enron.com, sandra.brawner@enron.com,
patrice.mims@enron.com, tom.donohoe@enron.com,
andrew.lewis@enron.com, fletcher.sturm@enron.com,
geoff.storey@enron.com, kevin.ruscitti@enron.com,
martin.cuilla@enron.com, joe.parks@enron.com,
jim.schwieger@enron.com, carey.metz@enron.com,
elsa.villarreal@enron.com, steven.south@enron.com,
frank.ermis@enron.com, keith.holst@enron.com, john.taylor@enron.com,
rmenear@enron.com
X-From: Araceli Romero
X-To: John J Lavorato
X-cc: Brian Hoskins, Judy Townsend, Brad McKay, Kate Fraser, Robin Barbe, Sarah Mulholland, Sandra F Brawner, Patrice L Mims, Tom Donohoe, Andrew H Lewis, Fletcher J Sturm, Geoff Storey, Kevin Ruscitti, Martin Cuilla, Joe Parks, Jim Schwieger, Carey M Metz, Elsa Villarreal, Steven P South, Frank Ermis, Keith Holst, John Craig Taylor, Rmenear@enron.com
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
John Lavorato,
Please note that from the European Natural Gas Commodity Group, I have not
received a signed Certificate of Compliance from the following:
Brian Hoskins
Tricia Talpek
Judy Townsend
Brad McKay
Kate Frasier
Robin Barbe
Sarah Mulholland
Sandra Brawner
Patrice Mims-Thurston
Tom Donohoe
Fletch Sturn
Geoff Storey
Kevin Ruscitti
Martin Cuilla
Joe Parks
Jim Schwieger
Carey Metz
Elsa Villarreal
Craig Falbaum
Steve South
Frank Ermis
Keith Holst
John Craig Taylor
Robyn Menear
Please print and sign the attached Enron Corp. Risk Management Policy
Certificate of Compliance and fax directly to Veronica Valdez, fax # 713 646
2194. Due to certain regulatory audits of our trading businesses, we would
like to receive these by the end of this week.
Attached is a copy of the Certificate of Compliance, and the Enron Corp. Risk
Management Policy.
If you have any questions, please call me at (713) 853-0429, or Veronica
Valdez at (713) 853-1881.
Regards,
Cassandra Schultz
Market Risk Management

View File

@ -0,0 +1,25 @@
Message-ID: <18768736.1075855476475.JavaMail.evans@thyme>
Date: Thu, 2 Nov 2000 10:53:00 -0800 (PST)
From: enron.announcements@enron.com
To: all.worldwide@enron.com
Subject: Japan, India and California, too?
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: Enron Announcements
X-To: All Enron Worldwide
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Enron opens an office in Japan. Get the details in eBiz.
Also in this issue:
FERC suggests overhaul for California
ENA's focus on upstream services
Cyber Cafe in Dabhol
It's all in the latest eBiz. Go to home.enron.com, click Publications, then
click eBiz, and "eBiz November 3, 2000."

View File

@ -0,0 +1,54 @@
Message-ID: <18847277.1075855475898.JavaMail.evans@thyme>
Date: Tue, 7 Nov 2000 10:12:00 -0800 (PST)
From: perfmgmt@enron.com
To: frank.ermis@enron.com
Subject: Year End 2000 Performance Feedback
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-From: "perfmgmt@enron.com"<perfmgmt@enron.com>
X-To: frank.ermis@enron.com
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
NOTE: YOU WILL RECEIVE THIS MESSAGE EACH TIME YOU ARE SELECTED AS A REVIEWER.
You have been selected to participate in the Year End 2000 Performance
Management process by providing meaningful feedback on specific employee(s).
Your feedback plays an important role in the process, and your participation
is critical to the success of Enron's Performance Management goals.
To complete requests for feedback, access PEP at http://pep.corp.enron.com
and select Perform Review under Performance Review Services. You may begin
providing feedback immediately and are requested to have all feedback forms
completed by Friday, November 17, 2000.
If you have any questions regarding PEP or your responsibility in the
process, please contact the PEP Help Desk at:
Houston: 1.713.853.4777, Option 4
London: 44.207.783.4040, Option 4
Email: perfmgmt@enron.com
Thank you for your participation in this important process.
The following is a CUMULATIVE list of employee feedback requests with a
status of "OPEN." Once you have submitted or declined an employee's request
for feedback, their name will no longer appear on this list.
Review Group: ENRON
Feedback Due Date: Nov 17, 2000
Employee Name Supervisor Name Date Selected
------------- --------------- -------------
CHRISTIANSEN, SUZANNE D RANDALL L GAY Nov 01, 2000
FRANK, CAROLE C DARRON C GIRON Nov 01, 2000
GAY, RANDALL L ROBERT A SUPERTY Nov 01, 2000
LUCCI, PAUL T MARK WHITT Nov 02, 2000
WOLFE, JASON DARRON C GIRON Nov 06, 2000

View File

@ -0,0 +1,497 @@
Message-ID: <1890151.1075855472060.JavaMail.evans@thyme>
Date: Tue, 12 Dec 2000 11:12:00 -0800 (PST)
From: miki.bode@williams.com
To: abenton@utilicorp.com, abenton@utilicorp.com, agcdu1@triax.com,
agcdu6@triax.com, anita.reubens@swgas.com, bblanar@coral-energy.com,
bob.mattice@engageenergy.com, bob.mattice@engageenergy.com,
browning@wasatchenergy.com, bruce.langmade@fortjamesmail.com,
bymank@wdni.com, cards@wdni.com, ccoyle@americansoda.com,
cmcgra@puget.com, cridin@puget.com, dave.dungan@weyerhaeuser.com,
deborahs@kimballenergy.com, derek.danyliw@husky-oil.com,
dlh@nwnatural.com, fermis@enron.com, gacynth_adam@transcanada.com,
geek@bp.com, gilesmh@bp.com, janderson@clarkpud.com,
jane@itcoworld.com, jennifer_owen@pgn.com,
jmmcarthur@duke-energy.com, jsanders@clarkpud.com,
kims@kimballenergy.com, klambe@puget.com, kri.pam@pdg.net,
llightfoot@coral-energy.com, lmanis@sdge.com, lprior@enron.com,
niels_a_vervloet@reliantenergy.com, ramperms@bp.com,
rfm@nwnatural.com, robert.harp@engageenergy.com,
robert.harp@engageenergy.com, rony@panalberta.com,
ryan.watt@enron.com, sbrewer@enron.com, scotts@kimballenergy.com,
sghill@bcgas.com, sgwi@dynegy.com, spjutd2@wdni.com,
ssouth@enron.com, stephane.brodeur@enron.com,
tdizona@coral-energy.com, tgilliam@avistaenergy.com,
tom.mckay@engageenergy.com, tom.mckay@engageenergy.com,
val_yildirok@pgn.com, wharlan@ix.netcom.com,
zcourns@national-fuel.com
Subject: NWP System Notice - 01-188 NWP Short Term Firm Availability
Mime-Version: 1.0
Content-Type: text/plain; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
X-From: "Bode, Miki" <Miki.Bode@Williams.com>
X-To: "'abenton@utilicorp.com'" <abenton@utilicorp.com>, "'abenton@utilicorp.com'" <abenton@utilicorp.com>, "'agcdu1@triax.com'" <agcdu1@triax.com>, "'agcdu6@triax.com'" <agcdu6@triax.com>, "'anita.reubens@swgas.com'" <anita.reubens@swgas.com>, "'bblanar@coral-energy.com'" <bblanar@coral-energy.com>, "'BOB.MATTICE@ENGAGEENERGY.COM'" <BOB.MATTICE@ENGAGEENERGY.COM>, "'BOB.MATTICE@ENGAGEENERGY.COM'" <BOB.MATTICE@ENGAGEENERGY.COM>, "'browning@wasatchenergy.com'" <browning@wasatchenergy.com>, "'bruce.langmade@fortjamesmail.com'" <bruce.langmade@fortjamesmail.com>, "'bymank@wdni.com'" <bymank@wdni.com>, "'cards@wdni.com'" <cards@wdni.com>, "'ccoyle@americansoda.com'" <ccoyle@americansoda.com>, "'cmcgra@puget.com'" <cmcgra@puget.com>, "'cridin@puget.com'" <cridin@puget.com>, "'Dave.Dungan@Weyerhaeuser.com'" <Dave.Dungan@Weyerhaeuser.com>, "'deborahs@kimballenergy.com'" <deborahs@kimballenergy.com>, "'derek.danyliw@husky-oil.com'" <derek.danyliw@husky-oil.com>, "'dlh@nwnatural.com'" <dlh@nwnatural.com>, "'FERMIS@ENRON.COM'" <FERMIS@ENRON.COM>, "'gacynth_adam@transcanada.com'" <gacynth_adam@transcanada.com>, "'geek@bp.com'" <geek@bp.com>, "'gilesmh@bp.com'" <gilesmh@bp.com>, "'janderson@clarkpud.com'" <janderson@clarkpud.com>, "'jane@itcoworld.com'" <jane@itcoworld.com>, "'jennifer_owen@pgn.com'" <jennifer_owen@pgn.com>, "'jmmcarthur@duke-energy.com'" <jmmcarthur@duke-energy.com>, "'jsanders@clarkpud.com'" <jsanders@clarkpud.com>, "'kims@kimballenergy.com'" <kims@kimballenergy.com>, "'Klambe@puget.com'" <Klambe@puget.com>, "'kri.pam@pdg.net'" <kri.pam@pdg.net>, "'llightfoot@coral-energy.com'" <llightfoot@coral-energy.com>, "'lmanis@sdge.com'" <lmanis@sdge.com>, "'LPRIOR@ENRON.COM'" <LPRIOR@ENRON.COM>, "'niels_a_vervloet@reliantenergy.com'" <niels_a_vervloet@reliantenergy.com>, "'ramperms@bp.com'" <ramperms@bp.com>, "'rfm@nwnatural.com'" <rfm@nwnatural.com>, "'ROBERT.HARP@ENGAGEENERGY.COM'" <ROBERT.HARP@ENGAGEENERGY.COM>, "'ROBERT.HARP@ENGAGEENERGY.COM'" <ROBERT.HARP@ENGAGEENERGY.COM>, "'rony@panalberta.com'" <rony@panalberta.com>, "'ryan.watt@enron.com'" <ryan.watt@enron.com>, "'SBREWER@ENRON.COM'" <SBREWER@ENRON.COM>, "'scotts@kimballenergy.com'" <scotts@kimballenergy.com>, "'sghill@bcgas.com'" <sghill@bcgas.com>, "'sgwi@dynegy.com'" <sgwi@dynegy.com>, "'spjutd2@wdni.com'" <spjutd2@wdni.com>, "'SSOUTH@ENRON.COM'" <SSOUTH@ENRON.COM>, "'stephane.brodeur@enron.com'" <stephane.brodeur@enron.com>, "'tdizona@coral-energy.com'" <tdizona@coral-energy.com>, "'tgilliam@avistaenergy.com'" <tgilliam@avistaenergy.com>, "'tom.mckay@engageenergy.com'" <tom.mckay@engageenergy.com>, "'tom.mckay@engageenergy.com'" <tom.mckay@engageenergy.com>, "'val_yildirok@pgn.com'" <val_yildirok@pgn.com>, "'wharlan@ix.netcom.com'" <wharlan@ix.netcom.com>, "'zcourns@national-fuel.com'" <zcourns@national-fuel.com>
X-cc:
X-bcc:
X-Folder: \Frank_Ermis_Dec2000\Notes Folders\All documents
X-Origin: Ermis-F
X-FileName: fermis.nsf
Post Date: December 12, 2000
Category: SHORT-TERM FIRM CAPACITY
Subcategory: NWP OFFERS
Subject: 01-188 NWP Short Term Firm Availability
Notice Text:
All Shippers Notification:? 01-188??? Dated : December 12, 2000
*** REMINDER ***
NORTHWEST PIPELINE'S
NOTICE OF AVAILABLE AND POTENTIALLY AVAILABLE FIRM TRANSPORTATION CAPACITY1)
??????????????????????????????????????????????? Total??? Available
Pkg? Receipt Point2)????????? Delivery Point2)?????????? Dth/d?????????
Date3)??
A??? Sumas??????????????????? Puget(Canyon)??????????????????? 16,000????????
02/01/01 9)
B??? Sumas??????????????????? Puget(Canyon)?????????????????????
7,000???????? 01/01/01 9)
C??? Sumas??????????????????? Puget(Canyon)?????????????????????
5,000????????? 01/01/01 10)
D??? Sumas????? ??????????????? Kern River/Muddy Crk.?????? 9,772?????????
02/01/01 10)
E??? Sumas(1160)????????? Kemmerer???????????????????????????? 2,750?????????
01/01/01 9)
???? Ignacio Plant(1590)
F??? Sumas(2,390)???????? Monticello(330)????????????????????? 6,016?????????
01/01/01 9)
???? Ignacio(3,626)????????? Rio Algom(300)
?????????????????????????????????????? Moab#2(1,861)
?????????????????????????????????????? Moab(2,283)
?????????????????????????????????????? Arches National Park(17)
?????????????????????????????????????? Vernal(653)
?????????????????????????????????????? Dutch John(125)
?????????????????????????????????????? Redwash(447)
**********************************************************************
Jackson Prairie Receipt Point Capacity
Available for TF-1 or TF-2 Service as specified below
G??? Jackson Prairie??? SIPI????????????????????????????? 47,341?? NOW 5)8)
???? (55,715)??????????????????? Lynden??????????????????????????? 592?????
?????????????????????????????????????? Lawrence????????????????????????
81??????
?????????????????????????????????????? ACME????????????????????????????????
68??????
?????????????????????????????????????? Mt. Vernon????????????????????
115?????
?????????????????????????????????????? Sedro/Woolley??????????? 3,988???
?????????????????????????????????????? LDS Church??????????????????? 133
?????????????????????????????????????? Granite Falls??????????????? 1,536???
?????????????????????????????????????? Machias?????????????????????? 1,840???
?????????????????????????????????????? Snohomish?????????????????????
21??????
H??? Jackson Prairie??? Echo Lake??????????????????????? 33?????? NOW 5)8)
???? (7,530)????????????????????? Duval/Cottage Lake????? 183????
?????????????????????????????????????? Redmond??????????????????? 3,293??
?????????????????????????????????????? May Valley?????????????????????
300????
?????????????????????????????????????? Lake Francis?????????????? 2,808??
?????????????????????????????????????? Covington????????????????????? 263????
?????????????????????????????????????? Black Diamond????????????? 450????
?????????????????????????????????????? Enumclaw????????????????????? 200????
I??? Jackson Prairie????? Sedro/Woolley?????????? 8,300??? 05/01/01 5)10)
J?? Jackson Prairie????? South Lake???????????? 35,500?? NOW 6)
??
K?? Jackson Prairie????? Idaho State Pen.?????? 1,735??? NOW 6)
L?? Jackson Prairie????? Kern River/Muddy Crk.? 98,069?? NOW 6)
M? Jackson Prairie????? Shute Creek???????????? 7,688??? NOW 6)
N?? Jackson Prairie????? Pocatello?????????????????? 1,198??? NOW 6)
O?? Starr Road?????????????? Inland Paper??????????????? 830????? NOW 8)
P?? Stanfield????????????????? Stanfield??????????????????? 3,681??? 01/01/01
9)
Q?? Stanfield????????????????? Stanfield?????????????????? 14,490?? 04/01/02
10)
R?? Shute Creek??????????? Ignacio-Bondad (EPNG)? 25,000?? NOW
S?? Shute Creek??????????? Ignacio-Bondad (EPNG)? 25,000?? 01/01/01 9)
T?? Shute Creek??????????? Ignacio-Bondad (EPNG)? 10,000?? 01/01/01 10)
U?? Shute Creek??????????? Ignacio-Bondad (EPNG)? 15,000?? 11/01/01 9)
V?? Opal Plant??????????????? Western Mkt Center????? 90,000??? 04/01/01 9)
W?? Painter??????????????????? Muddy Creek (KERN)???????? 8,351??? NOW 8)
X?? Painter???????????????????? Muddy Creek (KERN)??????? 35,000?? 01/01/01
9)
Y??? Western Mkt Center?????? Crossover 16-Questar?? 50,415?? 01/01/01 7) 9)
Z??? Western Mkt Center?????? Clay Basin?????????????????????????? 4,585???
NOW 7) 8)
AA?? Crossover 16???????????????? Green River-CIG?????????????? 23,152??? NOW
7) 8)
BB?? Crossover 16????????????????? Clay Basin?????????????????????????
10,000?? NOW 7) 9)
CC?? Crossover 16???????????????? Clay Basin??????????????????????????
17,263?? NOW 7)
DD?? Green Rvr/McKinn-CIG? Clay Basin?????????????????????????? 23,152?? NOW
7) 8)
EE?? Clay Basin???????????????????????? Chevron Rangely(6093)???? 7,488???
03/01/01 9)
?????????????????????????????????????????????????? Vernal (1395)
FF?? Clay Basin???????????????????????? Redwash/Questar???????????? 19,240??
03/01/01 7) 9)
GG?? Clay Basin???????????????????????
Rifle?????????????????????????????????????? 7,770??? NOW 7) 8)
HH?? Clay Basin???????????????????????
Rifle??????????????????????????????????????? 1,850??? 01/01/01 7) 10)
II?? Clay Basin????????????????????????? American Soda Ash????????????
1,140??? NOW 7) 8)
JJ?? Jensen (Ut Gas Svc)????? Green River-CIG?????????????????????? 316???
NOW
KK?? Redwash/Chevron??????? Green River-CIG??????????????????? 1,850??? NOW
8)
LL?? Redwash/QPC???????????????
Rifle????????????????????????????????????????? 1,050??? NOW 7) 8)
????
MM?? Greasewood??????????????? Clay Basin??????????????????????????????
2,765??? NOW 8)
NN?? Piceance Quick Cycle?? Green River-CIG??????????????????? 1,005??? NOW
OO?? Barrett???????????????????????????? Kern
River????????????????????????????? 4,097??? 03/01/01 9)
?
PP?? Barrett????????????????????????????? Green River-CIG??????????????????
6,460??? NOW 8)
QQ?? North Douglas??????????????? Green River-CIG?????????????????? 3,178???
NOW
RR?? Sand Springs?????????????????? Ignacio-Bondad (EPNG)???? 23,148???
01/01/01-
??????????????????????????????????????????????????????????????????????????????
????????????????????????????????? 03/31/01 4)
SS?? Sand Springs????????????????? Ignacio-Bondad (EPNG)?????? 23,148??
11/01/01 4,10)
TT?? West Douglas???????????????? Clay Basin??????????????????????????????
2,354?? NOW 8)
UU?? Calf Canyon(410)??????????? Kern River?????????????????????????????????
703??? 01/01/01 9)
???? Foundation Crk.(293)
VV?? Lisbon??????????????????????????? Green River-CIG?????????????????????
2,600??? NOW
WW?? Grand Valley??????????????? Green River-CIG?????????????????????
1,137??? NOW
XX?? Grand Gas????????????????????? Green River-CIG?????????????????????
1,000??? NOW
YY?? Ignacio Plant????????????????? Green River-CIG?????????????????????
5,000??? 01/01/01 9)
ZZ?? Ignacio Plant????????????????? Green River-CIG?????????????????????
1,424??? NOW 8)
AAA? Ignacio Plant??????????????? Green River-CIG????????????????????
11,177?? NOW
BBB?? Ignacio Plant??????????????? Grand Junction???????????????????????
4,000??? 01/01/01 9)
CCC?? Ignacio Plant?????????????? Grand Junction???????????????????????
4,310??? NOW 8)
DDD?? Ignacio Plant??????????????? Ignacio -Bondad (EPNG)??????? 50,000?? NOW
8)
EEE?? Blanco Hub-TW??????????? Green River-CIG????????????????????? 25,000??
01/01/01 9)
FFF?? Blanco Hub-TW??????????? Green River-CIG????????????????????? 15,000??
01/01/01 10)
GGG?? Blanco Hub-TW????????? Green River-CIG????????????????????? 35,563??
NOW
************************************************************************
1) This notification supercedes all previous Notices of Available and
???? Potentially Available Capacity and is subject to change at any time.
2) Other receipt and delivery points utilizing the described
??? transportation corridor may be available.
3)? Potential Availability date for the Capacity.
4)? Contracts shall include the following subordinate scheduling
??? provision if the requested term extends into a critical operational
??? period:
To the extent Shipper's nominated volumes are not scheduled solely
due to Shipper's subordinate scheduling priorities set forth below,
the monthly base reservation charge will be discounted to $0.00 per
Dth for that quantity only.
Section 14.1(c)(i) of Northwest's tariff is modified to condition
Shipper's primary corridor rights through any mainline constraint
from the Sand Springs receipt point to the Ignacio Bondad (or
LaPlata-TW) delivery point(s) to have a scheduling priority which
will be subordinate to the scheduling priority for any firm shipper
with primary corridor rights that encompass and extend beyond the
Sand Springs to Ignacio Bondad (or LaPlata-TW) corridor.
5) Available for TF-1 or TF-2 transportation service.? TF-2 service
will not be discounted below Northwest's current Tariff filed rate
for TF-2 service.? Additionally, TF2 service must be linked to requester's
designated storage contract or storage ownership right. TF-2 service shall
include the following subordinate scheduling priority language:
Section 14.1(d)(i) of Northwest's tariff is modified to condition
Shipper's primary corridor rights from the Jackson Prairie receipt
point to the _____________ delivery point to have a scheduling
priority at any northflow constraint point in that corridor that is
subordinate to the scheduling priority for any firm service with
unconditioned primary corridor rights through such constraint point.
6) Available for TF-2 transportation service only. TF-2 service will
not be discounted below Northwest's current Tariff filed rate for??? TF-2
service.? Additionally, TF2 service must be linked to requester's
designated storage contract or storage ownership right.? TF-2 service
shall include the following subordinate scheduling priority language:
Section 14.1(d)(i) of Northwest's tariff is modified to condition
Shipper's primary corridor rights from the Jackson Prairie receipt
point to the _____________ delivery point to have a scheduling
priority at any southflow constraint point in that corridor that is
subordinate to the scheduling priority for any firm service with
unconditioned primary corridor rights through such constraint point.
7) Capacity is not to exceed a one month primary term with evergreen
language.? Any offers with terms greater than one month will need to be
evaluated for possible seasonal flow conditions that may restrict the
available capacity beyond a one month term.
8) This capacity is currently under contract with an evergreen clause.
This capacity can be made available by providing one business day??? written
termination notification to the current holder of the??????? capacity.
9) This capacity is currently under contract with an evergreen clause.
This capacity can be made available by providing ten business days
written termination notification to the current holder of the capacity.
10) This capacity is currently under contract and does not contain an
evergreen clause.
11) This capacity is "mitigated" capacity and will not contain an
evergreen clause.
12) This capacity is available only for the term offered.? No evergreen
clause available.?
PROCEDURE FOR REQUESTING AVAILABLE AND
POTENTIALLY AVAILABLE
TRANSPORTATION CAPACITY
To request Potentially Available Transportation Capacity available on the
first
day of January 2001, Shipper must submit a Prearranged Offer in the form of
the
Letter Agreement provided below.? This Letter Agreement must be received by
Northwest no later than 2:00 pm Central Time on December 13, 2000.? Northwest
will accept or reject the Prearranged Offer by no later than the end of of
the
gas day on December 14, 2000. If the Prearranged Offer is acceptable,
Northwest
will provide a 10-day termination notice to the current holder of the
Capacity,
post the Prearranged Offer for bid, and Award the capacity no later than two
business days after the Bid Close Date.? Unless otherwise specified in this
posting, bids will be evaluated and awarded pursuant to the procedure set
forth
in Northwest's tariff.
To request the Potentially Available Transportation Capacity with the? one
business day termination provisions as indicated by footnote "8)",? Shipper
must
submit a Prearranged Offer in the form of the Letter Agreement provided
below.
Upon receipt of this Letter Agreement Northwest will either accept or reject
the
Prearranged Offer within 24-hours. If the Prearranged Offer is acceptable,
Northwest will provide the one business day termination notice to the current
holder of the Capacity, post the Prearranged Offer for bid, and Award the
capacity no later than two business days after the Bid Close Date.? Unless
otherwise specified in this posting, bids will be evaluated and awarded
pursuant
to the procedure set forth in Northwest's tariff.
To request Available Transportation Capacity, Shipper must immediately submit
a
Prearranged Offer in the form of the Letter Agreement provided below.?
Northwest
will accept or reject the Prearranged Offer within two (2) business days of
receipt of the prearranged offer.? If the Prearranged Offer is acceptable,
Northwest will post the Prearranged Offer for bid, and Award the capacity no
later than two business days after the Bid Close Date.? Unless otherwise
specified in this posting, bids will be evaluated and awarded pursuant to the
procedure set forth in Northwest's tariff. Northwest has the right to re-post
Available capacity for bid ith or without prearranged offers.
??????? _________________(Date)
____________________________ (Company Name)
____________________________ (Company Address)
____________________________ (City, State, Zip)
VIA FACSIMILE - (801) 584-7076
Northwest Pipeline Corporation
c/o Williams Gas Pipelines - West
Attn: Candace C.? Karpakis
295 Chipeta Way
Salt Lake City, UT 84158
Re:???? Prearranged Offer for Available or Potentially Available
Transportation
Capacity on Williams' Northwest Pipeline Transmission System
Dear Candace:
_______________________ ("Shipper") submits the following bid for available
or
potentially available transportation capacity ("Capacity") designated as
package
_____ on Northwest Pipeline Corporation's ("Northwest") "Notice of Available
or
Potentially Available Firm Transportation Capacity" dated December 12, 2000.
Shipper recognizes and agrees that the Capacity will be subject to the
Special
Conditions set forth in this posting.? Shipper's request? is?? or?? is not
(circle one) contingent upon confirmation that its offered discount rate
provides use of receipt/delivery points outside the receipt/delivery point
corridor specified in the package.? If maximum rate is offered, this
provision
does not apply.? Shipper understands that its prearranged offer is subject to
the Special Conditions described below.
Shipper understands that Northwest will post the prearranged details of this
offer for such Capacity for bidding and Shipper will have the right to match
the
highest bid value upon close of the bid process.? Northwest will not disclose
the identity of the prearranged bidder in such posting.
Service Type:?????????? TF-1 Large Customer
Contract Demand(Dth/d): ____________________
Receipt Point(s)(if other than those posted for the designated package of
capacity)????????????????????????? ____________________
Delivery Point(s)(if other than those posted for the designated package of
capacity)??????????????????????????????? ____________________
Daily Reservation Rate: $_______/Dth? (applicable surcharges, volumetric
charge
& fuel are additive)
Term:______________________________to___________________________________
Evergreen Requested (circle one):?????? Yes?? or???? No
Identity of any affiliate of Northwest involved in Shipper's transaction:
Indicate "None" or "Name the Affiliate":
_________________________________________________
Northwest's acceptance of Shipper's prearranged offer for the Capacity will
constitute a binding agreement between Northwest and Shipper.? Shipper shall
be
awarded the Capacity at the terms agreed upon in this Letter Agreement if no
bids are received with a greater economic value for such Capacity during the
bid
process. If Shipper elects to match a bid with a greater economic value, it
shall be awarded the Capacity according to the terms of the matched bid.
Shipper
agrees to electronically execute a service agreement on Northwest's
Electronic
Bulletin Board which confirms the terms of the final accepted transaction.
If you have questions or comments regarding the above referenced information,
please contact __________________________ at ______________________
Phone Number) ______________________(Fax Number).
Sincerely,
______________________________???????????????? (Name)
______________________________???????????????? (Title)
(Accepted? /? Rejected) by Northwest:
Date: _______________?? Name: ________________________________
SPECIAL CONDITIONS
(For Prearranged Offer Agreement)
If the prearranged offer for the Capacity is accepted at a discount rate
which
provides for the use of receipt/delivery points outside the specified
receipt/delivery point corridor for the Capacity, the accepted prearranged
offered discount rate shall apply no matter which receipt and delivery points
are utilized by Shipper, or any temporary replacement Shipper, under capacity
release transactions, including segmented releases.? If the accepted
prearranged
offered discount rate for the Capacity does not provide for use of
eceipt/delivery points outside the specified receipt/delivery point corridor
for
the Capacity, the accepted prearranged offered discount rate shall apply to
Shipper, or any temporary replacement Shipper, only to the extent that both
Shipper and any temporary replacement Shipper utilize receipt points within
their respective primary firm receipt/delivery point to primary firm delivery
point corridors, otherwise, Shipper will be liable for Northwest's maximum
tariff rates.
If you are interested in discussing any of the Available or Potentially
Available Capacity, please call Candace Karpakis at (801) 584-6996 (work) or
at
(801) 971-5983 (cellular).
Word:? F:\NWP Capacity Postings\2000 All Shipper Notices\01-188 12-12-2000??

Some files were not shown because too many files have changed in this diff Show More