-
Notifications
You must be signed in to change notification settings - Fork 0
/
news-edit.html
225 lines (207 loc) · 12 KB
/
news-edit.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>CCRO</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" media="screen" charset="utf-8">
<link rel="stylesheet" href="css/bootstrap.responsive" type="text/css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="css/codemirror.css" type="text/css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" title="no title" charset="utf-8">
<script src="js/jquery-1.7.1.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/codemirror.js"></script>
<script src="js/mode/xml/xml.js"></script>
<script src="js/mode/markdown/markdown.js"></script>
<script src="js/mode/gfm/gfm.js"></script>
<script src="js/mode/javascript/javascript.js"></script>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<!-- Everything you want hidden at 940px or less, place within here -->
<div class="nav-collapse">
<ul class="nav">
<!-- Research Center Dropdown -->
<li class="dropdown active" id="navbar_research">
<a class="dropdown-toggle" data-toggle="dropdown" href="#navbar_research">
<i class="icon-book icon-white"></i> Research Center
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="#">News Articles</a></li>
<li><a href="#">Document Library</a></li>
<li><a href="#">Working Groups</a></li>
<li class="divider"></li>
<li><a href="#">Dashboard</a></li>
</ul>
</li>
<li><a href="#"><i class="icon-calendar icon-white"></i> Events</a></li>
<!-- Directory Dropdown -->
<li class="dropdown" id="navbar_directory">
<a class="dropdown-toggle" data-toggle="dropdown" href="#navbar_directory">
<i class="icon-user icon-white"></i> Directory
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="#">Companies</a></li>
<li><a href="#">People</a></li>
<li class="divider"></li>
<li><a href="#">My Company</a></li>
<li><a href="#">My Profile</a></li>
</ul>
</li>
<li class="divider-vertical"></li>
</ul>
<form class="navbar-search pull-left">
<input type="text" class="search-query" placeholder="Search">
</form>
<!-- .nav, .navbar-search, .navbar-form, etc -->
</div>
<div class="nav pull-right">
<!-- Be sure to leave the brand out there if you want it shown -->
<a class="brand" href="#">CCRO Members Portal</a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row-fluid">
<div id="content" class="span12">
<ul class="breadcrumb">
<li>
<a href="#">Research Center</a> <span class="divider">/</span>
</li>
<li>
<a href="#">News Articles</a> <span class="divider">/</span>
</li>
<li class="active">
<a href="#">CCRO-Recommended ISO Credit ... Draft Dec. 1-2 in DC</a>
</li>
</ul>
<ul class="nav nav-tabs">
<li><a href="news-show.html">View</a></li>
<li class="active">
<a href="news-edit.html">Edit</a>
</li>
<li><a href="news-permissions.html">Permissions</a></li>
</ul>
<div class="pull-left"><button class="btn btn-primary">Save</button> <button class="btn">Cancel</button></div>
<ul class="nav nav-pills pull-right">
<li class="active"><a href="#code" data-toggle="tab"><i class="incon-edit"></i>Code</a></li>
<li><a href="#preview" data-toggle="tab">Preview</a></li>
</ul>
<br /><br />
<hr />
<div class="tab-content">
<div class="tab-pane active" id="code">
<form>
<input id="title" type="text" class="input-xlarge span12" placeholder="Title" value="CCRO-Recommended ISO Credit Standards Nearing Completion – Join in Editing the Final Draft Dec. 1-2 in DC">
<div class="editor">
<div class="editorArea">
<textarea id="editor">
<h3>November 18, 2011</h3>
<br /><br />
<div class="well pull-right" style="width: 320px; padding: 0 0 10px 10px;">
<ul class="nav nav-list">
<li class="nav-header">
Related Working Groups
</li>
<li>
<a href="#">
<i class="icon-th-list"></i>
ISO Standards <span class="label label-important"><i class="icon-fire icon-white"></i> Hot Topic</span>
</a>
</li>
</ul>
<ul class="nav nav-list">
<li class="nav-header">
Related Documents
</li>
<li>
<a href="#">
<i class="icon-book"></i>
Risk Management Standards for Energy Market Participants Draft 3
</a>
</li>
</ul>
</div>
<p>
Credit standards for wholesale electric markets have the opportunity to become a uniformly guiding force under FERC Order 741 thanks to work nearing completion by the Committee of Chief Risk Officers, CCRO.
</p><p>
In case you aren’t aware, most ISOs and RTOs follow individual credit practices through various tariff revisions. Credit decisions and responses are not confined to any one region or market. The risk of a default in one market could seriously weaken a participant and perhaps another market. The potential ripple effects could, in fact, be significant.
</p><p>
Going forward, it’s not going to be that way. Be a part of the solution taking shape in front of the Dec. 14 deadline for ISOs to file at the FERC. Be sure to join the CCRO to help ensure its ISO Standards white paper addresses the risk management and credit issues that you and your organization consider important. Visit CCRO.org and follow the links to sign up for the December 1-2 meetings in Washington, DC.
</p><p>
Given the roles that credit has played in the nation’s recent financial setbacks, it is incumbent on all ISOs, RTOs and the companies that operate in them to improve what the industry can do itself and management inherent risks in response the Order 741. Your feedback can help forge industry best practices in this vital arena.
</p><p>
As a unique, independent, affiliation of credit and energy risk management professionals collaborating in an antitrust-compliant environment, the CCRO, along with inputs from senior staff from ISOs, utilities and power marketers, are achieving uniformity which began with surveys and questionnaires earlier this year. The single standard ready for a final industry review can serve all market players, answer several questions and minimize risks and uncertainty going forward.
</p>
<p>
Credit standards for wholesale electric markets have the opportunity to become a uniformly guiding force under FERC Order 741 thanks to work nearing completion by the Committee of Chief Risk Officers, CCRO.
</p><p>
In case you aren’t aware, most ISOs and RTOs follow individual credit practices through various tariff revisions. Credit decisions and responses are not confined to any one region or market. The risk of a default in one market could seriously weaken a participant and perhaps another market. The potential ripple effects could, in fact, be significant.
</p><p>
Going forward, it’s not going to be that way. Be a part of the solution taking shape in front of the Dec. 14 deadline for ISOs to file at the FERC. Be sure to join the CCRO to help ensure its ISO Standards white paper addresses the risk management and credit issues that you and your organization consider important. Visit CCRO.org and follow the links to sign up for the December 1-2 meetings in Washington, DC.
</p><p>
Given the roles that credit has played in the nation’s recent financial setbacks, it is incumbent on all ISOs, RTOs and the companies that operate in them to improve what the industry can do itself and management inherent risks in response the Order 741. Your feedback can help forge industry best practices in this vital arena.
</p><p>
As a unique, independent, affiliation of credit and energy risk management professionals collaborating in an antitrust-compliant environment, the CCRO, along with inputs from senior staff from ISOs, utilities and power marketers, are achieving uniformity which began with surveys and questionnaires earlier this year. The single standard ready for a final industry review can serve all market players, answer several questions and minimize risks and uncertainty going forward.
</p>
<div class="well">
<div class="thumbnail pull-left" style="background-color: white; margin-right: 15px;">
<img src="http://farm7.static.flickr.com/6220/6235540952_b24aa0e467_m.jpg" alt="" width="160">
<h5>Jim Pierobon</h5>
<p>Pierobon & Partners LLC</p>
</div>
<h3>About the author</h3>
<p>Jim helped grow a boutique energy utility PR firm, Potomac Communications Group, and then was recruited to help lead and develop the energy and environment accounts in the Public Affairs practice at Ogilvy Public Relations Worldwide ultimately as Senior Vice President.
<br /><br />
He launched Pierobon & Partners LLC in 2006 to integrate his offerings with his growing network of fellow marketing and communications pros throughout the U.S. He and his colleagues have served clients such as the U.S. Nuclear Regulatory Commission, Committee ...</p>
<button class="btn pull-right">Go to profile</button>
<div style="clear: both"></div>
</div>
</textarea>
</div>
</div>
</form>
</div>
<div class="tab-pane" id="preview">
<div id="preview"></div>
</div>
</div>
<hr /><button class="btn btn-primary">Save</button> <button class="btn">Cancel</button>
<!--Body content-->
</div>
</div>
<footer>© 2012 Committee of Chief Risk Officers.</footer>
</div>
<script>
var delay;
var editor = CodeMirror.fromTextArea(document.getElementById('editor'), {
mode: 'gfm',
theme: 'default',
matchBrackets: true,
lineNumbers: true,
lineWrapping: true,
onChange: function() {
clearTimeout(delay);
delay = setTimeout(updatePreview, 300);
}
});
editor.focus();
// editor.setSelection({ line: 0, ch: 0 }, { line: 0, ch: 23 });
function updatePreview() {
var preview = document.getElementById('preview');
preview.innerHTML = "<h2>" + document.getElementById('title').value + "</h2>" + editor.getValue();
}
setTimeout(updatePreview, 300);
</script>
</body>
</html>