@createiq/htmldiff 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.editorconfig +9 -0
- package/.gitlab-ci.yml +82 -9
- package/.husky/pre-commit +1 -0
- package/README.md +138 -3
- package/biome.json +14 -2
- package/dist/HtmlDiff.cjs +54 -19
- package/dist/HtmlDiff.cjs.map +1 -1
- package/dist/HtmlDiff.d.cts +1 -0
- package/dist/HtmlDiff.d.ts +1 -0
- package/dist/HtmlDiff.js +54 -19
- package/dist/HtmlDiff.js.map +1 -1
- package/package.json +18 -13
- package/src/HtmlDiff.ts +43 -17
- package/src/MatchFinder.ts +10 -5
- package/src/Utils.ts +1 -1
- package/src/WordSplitter.ts +1 -1
- package/test/HtmlDiff.spec.ts +33 -20
- package/test/expected.html +4207 -0
- package/test/input1.html +4205 -0
- package/test/input2.html +4206 -0
|
@@ -0,0 +1,4207 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
<p> </p>
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
<style id="doc-list-styles">
|
|
8
|
+
#document ol>li:before {
|
|
9
|
+
display: block;
|
|
10
|
+
float: left;
|
|
11
|
+
margin-left: -36px;
|
|
12
|
+
content: "("counter(item) ") ";
|
|
13
|
+
counter-increment: item;
|
|
14
|
+
}
|
|
15
|
+
#document ol,
|
|
16
|
+
#document ul {
|
|
17
|
+
counter-reset: item;
|
|
18
|
+
list-style-type: none;
|
|
19
|
+
margin: 0;
|
|
20
|
+
padding: 0 0 0 36px;
|
|
21
|
+
}
|
|
22
|
+
#document li {
|
|
23
|
+
list-style: inherit;
|
|
24
|
+
padding: 0;
|
|
25
|
+
margin: 0 0 10px;
|
|
26
|
+
text-align: justify;
|
|
27
|
+
}
|
|
28
|
+
#document li p {
|
|
29
|
+
margin-top: 0;
|
|
30
|
+
}
|
|
31
|
+
#document ol[start="2"] {
|
|
32
|
+
counter-reset: item 1;
|
|
33
|
+
}
|
|
34
|
+
#document ol[start="3"] {
|
|
35
|
+
counter-reset: item 2;
|
|
36
|
+
}
|
|
37
|
+
#document ol[start="4"] {
|
|
38
|
+
counter-reset: item 3;
|
|
39
|
+
}
|
|
40
|
+
#document ol[start="5"] {
|
|
41
|
+
counter-reset: item 4;
|
|
42
|
+
}
|
|
43
|
+
#document ol[start="6"] {
|
|
44
|
+
counter-reset: item 5;
|
|
45
|
+
}
|
|
46
|
+
#document ol[start="7"] {
|
|
47
|
+
counter-reset: item 6;
|
|
48
|
+
}
|
|
49
|
+
#document ol[start="8"] {
|
|
50
|
+
counter-reset: item 7;
|
|
51
|
+
}
|
|
52
|
+
#document ol[start="9"] {
|
|
53
|
+
counter-reset: item 8;
|
|
54
|
+
}
|
|
55
|
+
#document ol[start="10"] {
|
|
56
|
+
counter-reset: item 9;
|
|
57
|
+
}
|
|
58
|
+
#document ol[start="11"] {
|
|
59
|
+
counter-reset: item 10;
|
|
60
|
+
}
|
|
61
|
+
#document ol[start="12"] {
|
|
62
|
+
counter-reset: item 11;
|
|
63
|
+
}
|
|
64
|
+
#document ol[start="13"] {
|
|
65
|
+
counter-reset: item 12;
|
|
66
|
+
}
|
|
67
|
+
#document ol[start="14"] {
|
|
68
|
+
counter-reset: item 13;
|
|
69
|
+
}
|
|
70
|
+
#document ol[start="15"] {
|
|
71
|
+
counter-reset: item 14;
|
|
72
|
+
}
|
|
73
|
+
#document ol[start="16"] {
|
|
74
|
+
counter-reset: item 15;
|
|
75
|
+
}
|
|
76
|
+
#document ol[start="17"] {
|
|
77
|
+
counter-reset: item 16;
|
|
78
|
+
}
|
|
79
|
+
#document ol[start="18"] {
|
|
80
|
+
counter-reset: item 17;
|
|
81
|
+
}
|
|
82
|
+
#document ol[start="19"] {
|
|
83
|
+
counter-reset: item 18;
|
|
84
|
+
}
|
|
85
|
+
#document ol[start="20"] {
|
|
86
|
+
counter-reset: item 19;
|
|
87
|
+
}
|
|
88
|
+
#document ol[start="21"] {
|
|
89
|
+
counter-reset: item 20;
|
|
90
|
+
}
|
|
91
|
+
#document ol[start="22"] {
|
|
92
|
+
counter-reset: item 21;
|
|
93
|
+
}
|
|
94
|
+
#document ol[start="23"] {
|
|
95
|
+
counter-reset: item 22;
|
|
96
|
+
}
|
|
97
|
+
#document ol[start="24"] {
|
|
98
|
+
counter-reset: item 23;
|
|
99
|
+
}
|
|
100
|
+
#document ol[start="25"] {
|
|
101
|
+
counter-reset: item 24;
|
|
102
|
+
}
|
|
103
|
+
#document ol[start="26"] {
|
|
104
|
+
counter-reset: item 25;
|
|
105
|
+
}
|
|
106
|
+
#document ol[start="27"] {
|
|
107
|
+
counter-reset: item 26;
|
|
108
|
+
}
|
|
109
|
+
#document ol[start="28"] {
|
|
110
|
+
counter-reset: item 27;
|
|
111
|
+
}
|
|
112
|
+
#document ol[start="29"] {
|
|
113
|
+
counter-reset: item 28;
|
|
114
|
+
}
|
|
115
|
+
#document ol[start="30"] {
|
|
116
|
+
counter-reset: item 29;
|
|
117
|
+
}
|
|
118
|
+
#document ol[start="31"] {
|
|
119
|
+
counter-reset: item 30;
|
|
120
|
+
}
|
|
121
|
+
#document ol[start="32"] {
|
|
122
|
+
counter-reset: item 31;
|
|
123
|
+
}
|
|
124
|
+
#document ol[start="33"] {
|
|
125
|
+
counter-reset: item 32;
|
|
126
|
+
}
|
|
127
|
+
#document ol[start="34"] {
|
|
128
|
+
counter-reset: item 33;
|
|
129
|
+
}
|
|
130
|
+
#document ol[start="35"] {
|
|
131
|
+
counter-reset: item 34;
|
|
132
|
+
}
|
|
133
|
+
#document ol[start="36"] {
|
|
134
|
+
counter-reset: item 35;
|
|
135
|
+
}
|
|
136
|
+
#document ol[start="37"] {
|
|
137
|
+
counter-reset: item 36;
|
|
138
|
+
}
|
|
139
|
+
#document ol[start="38"] {
|
|
140
|
+
counter-reset: item 37;
|
|
141
|
+
}
|
|
142
|
+
#document ol[start="39"] {
|
|
143
|
+
counter-reset: item 38;
|
|
144
|
+
}
|
|
145
|
+
#document ol[start="40"] {
|
|
146
|
+
counter-reset: item 39;
|
|
147
|
+
}
|
|
148
|
+
#document ol[start="41"] {
|
|
149
|
+
counter-reset: item 40;
|
|
150
|
+
}
|
|
151
|
+
#document ol[start="42"] {
|
|
152
|
+
counter-reset: item 41;
|
|
153
|
+
}
|
|
154
|
+
#document ol[start="43"] {
|
|
155
|
+
counter-reset: item 42;
|
|
156
|
+
}
|
|
157
|
+
#document ol[start="44"] {
|
|
158
|
+
counter-reset: item 43;
|
|
159
|
+
}
|
|
160
|
+
#document ol[start="45"] {
|
|
161
|
+
counter-reset: item 44;
|
|
162
|
+
}
|
|
163
|
+
#document ol[start="46"] {
|
|
164
|
+
counter-reset: item 45;
|
|
165
|
+
}
|
|
166
|
+
#document ol[start="47"] {
|
|
167
|
+
counter-reset: item 46;
|
|
168
|
+
}
|
|
169
|
+
#document ol[start="48"] {
|
|
170
|
+
counter-reset: item 47;
|
|
171
|
+
}
|
|
172
|
+
#document ol[start="49"] {
|
|
173
|
+
counter-reset: item 48;
|
|
174
|
+
}
|
|
175
|
+
#document ol[start="50"] {
|
|
176
|
+
counter-reset: item 49;
|
|
177
|
+
}
|
|
178
|
+
#document ol[start="51"] {
|
|
179
|
+
counter-reset: item 50;
|
|
180
|
+
}
|
|
181
|
+
#document ol[start="52"] {
|
|
182
|
+
counter-reset: item 51;
|
|
183
|
+
}
|
|
184
|
+
#document ol[start="53"] {
|
|
185
|
+
counter-reset: item 52;
|
|
186
|
+
}
|
|
187
|
+
#document ol[start="54"] {
|
|
188
|
+
counter-reset: item 53;
|
|
189
|
+
}
|
|
190
|
+
#document ol[start="55"] {
|
|
191
|
+
counter-reset: item 54;
|
|
192
|
+
}
|
|
193
|
+
#document ol[start="56"] {
|
|
194
|
+
counter-reset: item 55;
|
|
195
|
+
}
|
|
196
|
+
#document ol[start="57"] {
|
|
197
|
+
counter-reset: item 56;
|
|
198
|
+
}
|
|
199
|
+
#document ol[start="58"] {
|
|
200
|
+
counter-reset: item 57;
|
|
201
|
+
}
|
|
202
|
+
#document ol[start="59"] {
|
|
203
|
+
counter-reset: item 58;
|
|
204
|
+
}
|
|
205
|
+
#document ol[start="60"] {
|
|
206
|
+
counter-reset: item 59;
|
|
207
|
+
}
|
|
208
|
+
#document ol[start="61"] {
|
|
209
|
+
counter-reset: item 60;
|
|
210
|
+
}
|
|
211
|
+
#document ol[start="62"] {
|
|
212
|
+
counter-reset: item 61;
|
|
213
|
+
}
|
|
214
|
+
#document ol[start="63"] {
|
|
215
|
+
counter-reset: item 62;
|
|
216
|
+
}
|
|
217
|
+
#document ol[start="64"] {
|
|
218
|
+
counter-reset: item 63;
|
|
219
|
+
}
|
|
220
|
+
#document ol[start="65"] {
|
|
221
|
+
counter-reset: item 64;
|
|
222
|
+
}
|
|
223
|
+
#document ol[start="66"] {
|
|
224
|
+
counter-reset: item 65;
|
|
225
|
+
}
|
|
226
|
+
#document ol[start="67"] {
|
|
227
|
+
counter-reset: item 66;
|
|
228
|
+
}
|
|
229
|
+
#document ol[start="68"] {
|
|
230
|
+
counter-reset: item 67;
|
|
231
|
+
}
|
|
232
|
+
#document ol[start="69"] {
|
|
233
|
+
counter-reset: item 68;
|
|
234
|
+
}
|
|
235
|
+
#document ol[start="70"] {
|
|
236
|
+
counter-reset: item 69;
|
|
237
|
+
}
|
|
238
|
+
#document ol[start="71"] {
|
|
239
|
+
counter-reset: item 70;
|
|
240
|
+
}
|
|
241
|
+
#document ol[start="72"] {
|
|
242
|
+
counter-reset: item 71;
|
|
243
|
+
}
|
|
244
|
+
#document ol[start="73"] {
|
|
245
|
+
counter-reset: item 72;
|
|
246
|
+
}
|
|
247
|
+
#document ol[start="74"] {
|
|
248
|
+
counter-reset: item 73;
|
|
249
|
+
}
|
|
250
|
+
#document ol[start="75"] {
|
|
251
|
+
counter-reset: item 74;
|
|
252
|
+
}
|
|
253
|
+
#document ol[start="76"] {
|
|
254
|
+
counter-reset: item 75;
|
|
255
|
+
}
|
|
256
|
+
#document ol[start="77"] {
|
|
257
|
+
counter-reset: item 76;
|
|
258
|
+
}
|
|
259
|
+
#document ol[start="78"] {
|
|
260
|
+
counter-reset: item 77;
|
|
261
|
+
}
|
|
262
|
+
#document ol[start="79"] {
|
|
263
|
+
counter-reset: item 78;
|
|
264
|
+
}
|
|
265
|
+
#document ol[start="80"] {
|
|
266
|
+
counter-reset: item 79;
|
|
267
|
+
}
|
|
268
|
+
#document ol[start="81"] {
|
|
269
|
+
counter-reset: item 80;
|
|
270
|
+
}
|
|
271
|
+
#document ol[start="82"] {
|
|
272
|
+
counter-reset: item 81;
|
|
273
|
+
}
|
|
274
|
+
#document ol[start="83"] {
|
|
275
|
+
counter-reset: item 82;
|
|
276
|
+
}
|
|
277
|
+
#document ol[start="84"] {
|
|
278
|
+
counter-reset: item 83;
|
|
279
|
+
}
|
|
280
|
+
#document ol[start="85"] {
|
|
281
|
+
counter-reset: item 84;
|
|
282
|
+
}
|
|
283
|
+
#document ol[start="86"] {
|
|
284
|
+
counter-reset: item 85;
|
|
285
|
+
}
|
|
286
|
+
#document ol[start="87"] {
|
|
287
|
+
counter-reset: item 86;
|
|
288
|
+
}
|
|
289
|
+
#document ol[start="88"] {
|
|
290
|
+
counter-reset: item 87;
|
|
291
|
+
}
|
|
292
|
+
#document ol[start="89"] {
|
|
293
|
+
counter-reset: item 88;
|
|
294
|
+
}
|
|
295
|
+
#document ol[start="90"] {
|
|
296
|
+
counter-reset: item 89;
|
|
297
|
+
}
|
|
298
|
+
#document ol[start="91"] {
|
|
299
|
+
counter-reset: item 90;
|
|
300
|
+
}
|
|
301
|
+
#document ol[start="92"] {
|
|
302
|
+
counter-reset: item 91;
|
|
303
|
+
}
|
|
304
|
+
#document ol[start="93"] {
|
|
305
|
+
counter-reset: item 92;
|
|
306
|
+
}
|
|
307
|
+
#document ol[start="94"] {
|
|
308
|
+
counter-reset: item 93;
|
|
309
|
+
}
|
|
310
|
+
#document ol[start="95"] {
|
|
311
|
+
counter-reset: item 94;
|
|
312
|
+
}
|
|
313
|
+
#document ol[start="96"] {
|
|
314
|
+
counter-reset: item 95;
|
|
315
|
+
}
|
|
316
|
+
#document ol[start="97"] {
|
|
317
|
+
counter-reset: item 96;
|
|
318
|
+
}
|
|
319
|
+
#document ol[start="98"] {
|
|
320
|
+
counter-reset: item 97;
|
|
321
|
+
}
|
|
322
|
+
#document ol[start="99"] {
|
|
323
|
+
counter-reset: item 98;
|
|
324
|
+
}
|
|
325
|
+
#document ol[start="100"] {
|
|
326
|
+
counter-reset: item 99;
|
|
327
|
+
}
|
|
328
|
+
#document ol[start="101"] {
|
|
329
|
+
counter-reset: item 100;
|
|
330
|
+
}
|
|
331
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b {
|
|
332
|
+
list-style-type: none;
|
|
333
|
+
}
|
|
334
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b>li:before {
|
|
335
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
336
|
+
}
|
|
337
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
338
|
+
counter-reset: item;
|
|
339
|
+
}
|
|
340
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
341
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
342
|
+
}
|
|
343
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b [start="27"]>li:before {
|
|
344
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
345
|
+
}
|
|
346
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol {
|
|
347
|
+
list-style-type: none;
|
|
348
|
+
}
|
|
349
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol>li:before {
|
|
350
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
351
|
+
}
|
|
352
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
353
|
+
counter-reset: item;
|
|
354
|
+
}
|
|
355
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
356
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
357
|
+
}
|
|
358
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol[start="27"]>li:before {
|
|
359
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
360
|
+
}
|
|
361
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol {
|
|
362
|
+
list-style-type: none;
|
|
363
|
+
}
|
|
364
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol>li:before {
|
|
365
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
366
|
+
}
|
|
367
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
368
|
+
counter-reset: item;
|
|
369
|
+
}
|
|
370
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
371
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
372
|
+
}
|
|
373
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol[start="27"]>li:before {
|
|
374
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
375
|
+
}
|
|
376
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol {
|
|
377
|
+
list-style-type: none;
|
|
378
|
+
}
|
|
379
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol>li:before {
|
|
380
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
381
|
+
}
|
|
382
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
383
|
+
counter-reset: item;
|
|
384
|
+
}
|
|
385
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
386
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
387
|
+
}
|
|
388
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol[start="27"]>li:before {
|
|
389
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
390
|
+
}
|
|
391
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol {
|
|
392
|
+
list-style-type: none;
|
|
393
|
+
}
|
|
394
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol>li:before {
|
|
395
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
396
|
+
}
|
|
397
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
398
|
+
counter-reset: item;
|
|
399
|
+
}
|
|
400
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
401
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
402
|
+
}
|
|
403
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol[start="27"]>li:before {
|
|
404
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
405
|
+
}
|
|
406
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol {
|
|
407
|
+
list-style-type: none;
|
|
408
|
+
}
|
|
409
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol>li:before {
|
|
410
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
411
|
+
}
|
|
412
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
413
|
+
counter-reset: item;
|
|
414
|
+
}
|
|
415
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
416
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
417
|
+
}
|
|
418
|
+
#document .lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol[start="27"]>li:before {
|
|
419
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
420
|
+
}
|
|
421
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b {
|
|
422
|
+
list-style-type: none;
|
|
423
|
+
}
|
|
424
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b>li:before {
|
|
425
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
426
|
+
}
|
|
427
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
428
|
+
counter-reset: item;
|
|
429
|
+
}
|
|
430
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
431
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
432
|
+
}
|
|
433
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b [start="27"]>li:before {
|
|
434
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
435
|
+
}
|
|
436
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol {
|
|
437
|
+
list-style-type: none;
|
|
438
|
+
}
|
|
439
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol>li:before {
|
|
440
|
+
content: "("counter(item, lower-roman) ") ";
|
|
441
|
+
}
|
|
442
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
443
|
+
counter-reset: item;
|
|
444
|
+
}
|
|
445
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
446
|
+
content: "("counter(item, lower-roman) counter(item, lower-roman) ") ";
|
|
447
|
+
}
|
|
448
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol[start="27"]>li:before {
|
|
449
|
+
content: "("counter(item, lower-roman) counter(item, lower-roman) ") ";
|
|
450
|
+
}
|
|
451
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol {
|
|
452
|
+
list-style-type: none;
|
|
453
|
+
}
|
|
454
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol>li:before {
|
|
455
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
456
|
+
}
|
|
457
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
458
|
+
counter-reset: item;
|
|
459
|
+
}
|
|
460
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
461
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
462
|
+
}
|
|
463
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol[start="27"]>li:before {
|
|
464
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
465
|
+
}
|
|
466
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol {
|
|
467
|
+
list-style-type: none;
|
|
468
|
+
}
|
|
469
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol>li:before {
|
|
470
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
471
|
+
}
|
|
472
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
473
|
+
counter-reset: item;
|
|
474
|
+
}
|
|
475
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
476
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
477
|
+
}
|
|
478
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol[start="27"]>li:before {
|
|
479
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
480
|
+
}
|
|
481
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol {
|
|
482
|
+
list-style-type: none;
|
|
483
|
+
}
|
|
484
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol>li:before {
|
|
485
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
486
|
+
}
|
|
487
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
488
|
+
counter-reset: item;
|
|
489
|
+
}
|
|
490
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
491
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
492
|
+
}
|
|
493
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol[start="27"]>li:before {
|
|
494
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
495
|
+
}
|
|
496
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol {
|
|
497
|
+
list-style-type: none;
|
|
498
|
+
}
|
|
499
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol>li:before {
|
|
500
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
501
|
+
}
|
|
502
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
503
|
+
counter-reset: item;
|
|
504
|
+
}
|
|
505
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
506
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
507
|
+
}
|
|
508
|
+
#document .lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol[start="27"]>li:before {
|
|
509
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
510
|
+
}
|
|
511
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b {
|
|
512
|
+
list-style-type: none;
|
|
513
|
+
}
|
|
514
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b>li:before {
|
|
515
|
+
content: '';
|
|
516
|
+
}
|
|
517
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b ol {
|
|
518
|
+
list-style-type: none;
|
|
519
|
+
}
|
|
520
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b ol>li:before {
|
|
521
|
+
content: "("counter(item, lower-roman) ") ";
|
|
522
|
+
}
|
|
523
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
524
|
+
counter-reset: item;
|
|
525
|
+
}
|
|
526
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
527
|
+
content: "("counter(item, lower-roman) counter(item, lower-roman) ") ";
|
|
528
|
+
}
|
|
529
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b ol[start="27"]>li:before {
|
|
530
|
+
content: "("counter(item, lower-roman) counter(item, lower-roman) ") ";
|
|
531
|
+
}
|
|
532
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b ol ol {
|
|
533
|
+
list-style-type: none;
|
|
534
|
+
}
|
|
535
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b ol ol>li:before {
|
|
536
|
+
content: "("counter(item, upper-alpha) ") ";
|
|
537
|
+
}
|
|
538
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
539
|
+
counter-reset: item;
|
|
540
|
+
}
|
|
541
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
542
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
543
|
+
}
|
|
544
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b ol ol[start="27"]>li:before {
|
|
545
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
546
|
+
}
|
|
547
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b ol ol ol {
|
|
548
|
+
list-style-type: none;
|
|
549
|
+
}
|
|
550
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b ol ol ol>li:before {
|
|
551
|
+
content: "("counter(item, decimal) ") ";
|
|
552
|
+
}
|
|
553
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
554
|
+
counter-reset: item;
|
|
555
|
+
}
|
|
556
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
557
|
+
content: "("counter(item, decimal) counter(item, decimal) ") ";
|
|
558
|
+
}
|
|
559
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b ol ol ol[start="27"]>li:before {
|
|
560
|
+
content: "("counter(item, decimal) counter(item, decimal) ") ";
|
|
561
|
+
}
|
|
562
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b ol ol ol ol {
|
|
563
|
+
list-style-type: none;
|
|
564
|
+
}
|
|
565
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b ol ol ol ol>li:before {
|
|
566
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
567
|
+
}
|
|
568
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
569
|
+
counter-reset: item;
|
|
570
|
+
}
|
|
571
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
572
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
573
|
+
}
|
|
574
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b ol ol ol ol[start="27"]>li:before {
|
|
575
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
576
|
+
}
|
|
577
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol {
|
|
578
|
+
list-style-type: none;
|
|
579
|
+
}
|
|
580
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol>li:before {
|
|
581
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
582
|
+
}
|
|
583
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
584
|
+
counter-reset: item;
|
|
585
|
+
}
|
|
586
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
587
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
588
|
+
}
|
|
589
|
+
#document .none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol[start="27"]>li:before {
|
|
590
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
591
|
+
}
|
|
592
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b {
|
|
593
|
+
list-style-type: none;
|
|
594
|
+
}
|
|
595
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b>li:before {
|
|
596
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
597
|
+
}
|
|
598
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
599
|
+
counter-reset: item;
|
|
600
|
+
}
|
|
601
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
602
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
603
|
+
}
|
|
604
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b [start="27"]>li:before {
|
|
605
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
606
|
+
}
|
|
607
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b ol {
|
|
608
|
+
list-style-type: none;
|
|
609
|
+
}
|
|
610
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b ol>li:before {
|
|
611
|
+
content: "("counter(item, lower-roman) ") ";
|
|
612
|
+
}
|
|
613
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
614
|
+
counter-reset: item;
|
|
615
|
+
}
|
|
616
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
617
|
+
content: "("counter(item, lower-roman) counter(item, lower-roman) ") ";
|
|
618
|
+
}
|
|
619
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b ol[start="27"]>li:before {
|
|
620
|
+
content: "("counter(item, lower-roman) counter(item, lower-roman) ") ";
|
|
621
|
+
}
|
|
622
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b ol ol {
|
|
623
|
+
list-style-type: none;
|
|
624
|
+
}
|
|
625
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b ol ol>li:before {
|
|
626
|
+
content: "("counter(item, upper-alpha) ") ";
|
|
627
|
+
}
|
|
628
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
629
|
+
counter-reset: item;
|
|
630
|
+
}
|
|
631
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
632
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
633
|
+
}
|
|
634
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b ol ol[start="27"]>li:before {
|
|
635
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
636
|
+
}
|
|
637
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b ol ol ol {
|
|
638
|
+
list-style-type: none;
|
|
639
|
+
}
|
|
640
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b ol ol ol>li:before {
|
|
641
|
+
content: "("counter(item, lower-roman) ") ";
|
|
642
|
+
}
|
|
643
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
644
|
+
counter-reset: item;
|
|
645
|
+
}
|
|
646
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
647
|
+
content: "("counter(item, lower-roman) counter(item, lower-roman) ") ";
|
|
648
|
+
}
|
|
649
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b ol ol ol[start="27"]>li:before {
|
|
650
|
+
content: "("counter(item, lower-roman) counter(item, lower-roman) ") ";
|
|
651
|
+
}
|
|
652
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b ol ol ol ol {
|
|
653
|
+
list-style-type: none;
|
|
654
|
+
}
|
|
655
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b ol ol ol ol>li:before {
|
|
656
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
657
|
+
}
|
|
658
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
659
|
+
counter-reset: item;
|
|
660
|
+
}
|
|
661
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
662
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
663
|
+
}
|
|
664
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b ol ol ol ol[start="27"]>li:before {
|
|
665
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
666
|
+
}
|
|
667
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol {
|
|
668
|
+
list-style-type: none;
|
|
669
|
+
}
|
|
670
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol>li:before {
|
|
671
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
672
|
+
}
|
|
673
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
674
|
+
counter-reset: item;
|
|
675
|
+
}
|
|
676
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
677
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
678
|
+
}
|
|
679
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol[start="27"]>li:before {
|
|
680
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
681
|
+
}
|
|
682
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b {
|
|
683
|
+
list-style-type: none;
|
|
684
|
+
}
|
|
685
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b>li:before {
|
|
686
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
687
|
+
}
|
|
688
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
689
|
+
counter-reset: item;
|
|
690
|
+
}
|
|
691
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
692
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
693
|
+
}
|
|
694
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b [start="27"]>li:before {
|
|
695
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
696
|
+
}
|
|
697
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol {
|
|
698
|
+
list-style-type: none;
|
|
699
|
+
}
|
|
700
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol>li:before {
|
|
701
|
+
content: "("counter(item, lower-roman) ") ";
|
|
702
|
+
}
|
|
703
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
704
|
+
counter-reset: item;
|
|
705
|
+
}
|
|
706
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
707
|
+
content: "("counter(item, lower-roman) counter(item, lower-roman) ") ";
|
|
708
|
+
}
|
|
709
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol[start="27"]>li:before {
|
|
710
|
+
content: "("counter(item, lower-roman) counter(item, lower-roman) ") ";
|
|
711
|
+
}
|
|
712
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol {
|
|
713
|
+
list-style-type: none;
|
|
714
|
+
}
|
|
715
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol>li:before {
|
|
716
|
+
content: "("counter(item, upper-alpha) ") ";
|
|
717
|
+
}
|
|
718
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
719
|
+
counter-reset: item;
|
|
720
|
+
}
|
|
721
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
722
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
723
|
+
}
|
|
724
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol[start="27"]>li:before {
|
|
725
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
726
|
+
}
|
|
727
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol {
|
|
728
|
+
list-style-type: none;
|
|
729
|
+
}
|
|
730
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol>li:before {
|
|
731
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
732
|
+
}
|
|
733
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
734
|
+
counter-reset: item;
|
|
735
|
+
}
|
|
736
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
737
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
738
|
+
}
|
|
739
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol[start="27"]>li:before {
|
|
740
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
741
|
+
}
|
|
742
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol {
|
|
743
|
+
list-style-type: none;
|
|
744
|
+
}
|
|
745
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol>li:before {
|
|
746
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
747
|
+
}
|
|
748
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
749
|
+
counter-reset: item;
|
|
750
|
+
}
|
|
751
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
752
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
753
|
+
}
|
|
754
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol[start="27"]>li:before {
|
|
755
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
756
|
+
}
|
|
757
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol {
|
|
758
|
+
list-style-type: none;
|
|
759
|
+
}
|
|
760
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol>li:before {
|
|
761
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
762
|
+
}
|
|
763
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
764
|
+
counter-reset: item;
|
|
765
|
+
}
|
|
766
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
767
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
768
|
+
}
|
|
769
|
+
#document .lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol[start="27"]>li:before {
|
|
770
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
771
|
+
}
|
|
772
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b {
|
|
773
|
+
list-style-type: none;
|
|
774
|
+
}
|
|
775
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b>li:before {
|
|
776
|
+
content: '';
|
|
777
|
+
}
|
|
778
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b ol {
|
|
779
|
+
list-style-type: none;
|
|
780
|
+
}
|
|
781
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b ol>li:before {
|
|
782
|
+
content: "("counter(item, lower-roman) ") ";
|
|
783
|
+
}
|
|
784
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
785
|
+
counter-reset: item;
|
|
786
|
+
}
|
|
787
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
788
|
+
content: "("counter(item, lower-roman) counter(item, lower-roman) ") ";
|
|
789
|
+
}
|
|
790
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b ol[start="27"]>li:before {
|
|
791
|
+
content: "("counter(item, lower-roman) counter(item, lower-roman) ") ";
|
|
792
|
+
}
|
|
793
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b ol ol {
|
|
794
|
+
list-style-type: none;
|
|
795
|
+
}
|
|
796
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b ol ol>li:before {
|
|
797
|
+
content: "("counter(item, upper-alpha) ") ";
|
|
798
|
+
}
|
|
799
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
800
|
+
counter-reset: item;
|
|
801
|
+
}
|
|
802
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
803
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
804
|
+
}
|
|
805
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b ol ol[start="27"]>li:before {
|
|
806
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
807
|
+
}
|
|
808
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b ol ol ol {
|
|
809
|
+
list-style-type: none;
|
|
810
|
+
}
|
|
811
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b ol ol ol>li:before {
|
|
812
|
+
content: '';
|
|
813
|
+
}
|
|
814
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b ol ol ol ol {
|
|
815
|
+
list-style-type: none;
|
|
816
|
+
}
|
|
817
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b ol ol ol ol>li:before {
|
|
818
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
819
|
+
}
|
|
820
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
821
|
+
counter-reset: item;
|
|
822
|
+
}
|
|
823
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
824
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
825
|
+
}
|
|
826
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b ol ol ol ol[start="27"]>li:before {
|
|
827
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
828
|
+
}
|
|
829
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b ol ol ol ol ol {
|
|
830
|
+
list-style-type: none;
|
|
831
|
+
}
|
|
832
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b ol ol ol ol ol>li:before {
|
|
833
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
834
|
+
}
|
|
835
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
836
|
+
counter-reset: item;
|
|
837
|
+
}
|
|
838
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
839
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
840
|
+
}
|
|
841
|
+
#document .none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b ol ol ol ol ol[start="27"]>li:before {
|
|
842
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
843
|
+
}
|
|
844
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b {
|
|
845
|
+
list-style-type: none;
|
|
846
|
+
}
|
|
847
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b>li:before {
|
|
848
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
849
|
+
}
|
|
850
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
851
|
+
counter-reset: item;
|
|
852
|
+
}
|
|
853
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
854
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
855
|
+
}
|
|
856
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b [start="27"]>li:before {
|
|
857
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
858
|
+
}
|
|
859
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol {
|
|
860
|
+
list-style-type: none;
|
|
861
|
+
}
|
|
862
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol>li:before {
|
|
863
|
+
content: "("counter(item, decimal) ") ";
|
|
864
|
+
}
|
|
865
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
866
|
+
counter-reset: item;
|
|
867
|
+
}
|
|
868
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
869
|
+
content: "("counter(item, decimal) counter(item, decimal) ") ";
|
|
870
|
+
}
|
|
871
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol[start="27"]>li:before {
|
|
872
|
+
content: "("counter(item, decimal) counter(item, decimal) ") ";
|
|
873
|
+
}
|
|
874
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol {
|
|
875
|
+
list-style-type: none;
|
|
876
|
+
}
|
|
877
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol>li:before {
|
|
878
|
+
content: "("counter(item, upper-alpha) ") ";
|
|
879
|
+
}
|
|
880
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
881
|
+
counter-reset: item;
|
|
882
|
+
}
|
|
883
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
884
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
885
|
+
}
|
|
886
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol[start="27"]>li:before {
|
|
887
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
888
|
+
}
|
|
889
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol {
|
|
890
|
+
list-style-type: none;
|
|
891
|
+
}
|
|
892
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol>li:before {
|
|
893
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
894
|
+
}
|
|
895
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
896
|
+
counter-reset: item;
|
|
897
|
+
}
|
|
898
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
899
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
900
|
+
}
|
|
901
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol[start="27"]>li:before {
|
|
902
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
903
|
+
}
|
|
904
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol {
|
|
905
|
+
list-style-type: none;
|
|
906
|
+
}
|
|
907
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol>li:before {
|
|
908
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
909
|
+
}
|
|
910
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
911
|
+
counter-reset: item;
|
|
912
|
+
}
|
|
913
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
914
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
915
|
+
}
|
|
916
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol[start="27"]>li:before {
|
|
917
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
918
|
+
}
|
|
919
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol {
|
|
920
|
+
list-style-type: none;
|
|
921
|
+
}
|
|
922
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol>li:before {
|
|
923
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
924
|
+
}
|
|
925
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
926
|
+
counter-reset: item;
|
|
927
|
+
}
|
|
928
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
929
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
930
|
+
}
|
|
931
|
+
#document .lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol[start="27"]>li:before {
|
|
932
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
933
|
+
}
|
|
934
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b {
|
|
935
|
+
list-style-type: none;
|
|
936
|
+
}
|
|
937
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b>li:before {
|
|
938
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
939
|
+
}
|
|
940
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
941
|
+
counter-reset: item;
|
|
942
|
+
}
|
|
943
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
944
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
945
|
+
}
|
|
946
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b [start="27"]>li:before {
|
|
947
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
948
|
+
}
|
|
949
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol {
|
|
950
|
+
list-style-type: none;
|
|
951
|
+
}
|
|
952
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol>li:before {
|
|
953
|
+
content: "("counter(item, upper-alpha) ") ";
|
|
954
|
+
}
|
|
955
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
956
|
+
counter-reset: item;
|
|
957
|
+
}
|
|
958
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
959
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
960
|
+
}
|
|
961
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol[start="27"]>li:before {
|
|
962
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
963
|
+
}
|
|
964
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol {
|
|
965
|
+
list-style-type: none;
|
|
966
|
+
}
|
|
967
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol>li:before {
|
|
968
|
+
content: "("counter(item, decimal) ") ";
|
|
969
|
+
}
|
|
970
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
971
|
+
counter-reset: item;
|
|
972
|
+
}
|
|
973
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
974
|
+
content: "("counter(item, decimal) counter(item, decimal) ") ";
|
|
975
|
+
}
|
|
976
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol[start="27"]>li:before {
|
|
977
|
+
content: "("counter(item, decimal) counter(item, decimal) ") ";
|
|
978
|
+
}
|
|
979
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol {
|
|
980
|
+
list-style-type: none;
|
|
981
|
+
}
|
|
982
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol>li:before {
|
|
983
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
984
|
+
}
|
|
985
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
986
|
+
counter-reset: item;
|
|
987
|
+
}
|
|
988
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
989
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
990
|
+
}
|
|
991
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol[start="27"]>li:before {
|
|
992
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
993
|
+
}
|
|
994
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol {
|
|
995
|
+
list-style-type: none;
|
|
996
|
+
}
|
|
997
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol>li:before {
|
|
998
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
999
|
+
}
|
|
1000
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1001
|
+
counter-reset: item;
|
|
1002
|
+
}
|
|
1003
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1004
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1005
|
+
}
|
|
1006
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol[start="27"]>li:before {
|
|
1007
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1008
|
+
}
|
|
1009
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol {
|
|
1010
|
+
list-style-type: none;
|
|
1011
|
+
}
|
|
1012
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol>li:before {
|
|
1013
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1014
|
+
}
|
|
1015
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1016
|
+
counter-reset: item;
|
|
1017
|
+
}
|
|
1018
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1019
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1020
|
+
}
|
|
1021
|
+
#document .lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol[start="27"]>li:before {
|
|
1022
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1023
|
+
}
|
|
1024
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b {
|
|
1025
|
+
list-style-type: none;
|
|
1026
|
+
}
|
|
1027
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b>li:before {
|
|
1028
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1029
|
+
}
|
|
1030
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1031
|
+
counter-reset: item;
|
|
1032
|
+
}
|
|
1033
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1034
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1035
|
+
}
|
|
1036
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b [start="27"]>li:before {
|
|
1037
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1038
|
+
}
|
|
1039
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol {
|
|
1040
|
+
list-style-type: none;
|
|
1041
|
+
}
|
|
1042
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol>li:before {
|
|
1043
|
+
content: "("counter(item, decimal) ") ";
|
|
1044
|
+
}
|
|
1045
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1046
|
+
counter-reset: item;
|
|
1047
|
+
}
|
|
1048
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1049
|
+
content: "("counter(item, decimal) counter(item, decimal) ") ";
|
|
1050
|
+
}
|
|
1051
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol[start="27"]>li:before {
|
|
1052
|
+
content: "("counter(item, decimal) counter(item, decimal) ") ";
|
|
1053
|
+
}
|
|
1054
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol {
|
|
1055
|
+
list-style-type: none;
|
|
1056
|
+
}
|
|
1057
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol>li:before {
|
|
1058
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1059
|
+
}
|
|
1060
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1061
|
+
counter-reset: item;
|
|
1062
|
+
}
|
|
1063
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1064
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1065
|
+
}
|
|
1066
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol[start="27"]>li:before {
|
|
1067
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1068
|
+
}
|
|
1069
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol {
|
|
1070
|
+
list-style-type: none;
|
|
1071
|
+
}
|
|
1072
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol>li:before {
|
|
1073
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1074
|
+
}
|
|
1075
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1076
|
+
counter-reset: item;
|
|
1077
|
+
}
|
|
1078
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1079
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1080
|
+
}
|
|
1081
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol[start="27"]>li:before {
|
|
1082
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1083
|
+
}
|
|
1084
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol {
|
|
1085
|
+
list-style-type: none;
|
|
1086
|
+
}
|
|
1087
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol>li:before {
|
|
1088
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1089
|
+
}
|
|
1090
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1091
|
+
counter-reset: item;
|
|
1092
|
+
}
|
|
1093
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1094
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1095
|
+
}
|
|
1096
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol[start="27"]>li:before {
|
|
1097
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1098
|
+
}
|
|
1099
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol {
|
|
1100
|
+
list-style-type: none;
|
|
1101
|
+
}
|
|
1102
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol>li:before {
|
|
1103
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1104
|
+
}
|
|
1105
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1106
|
+
counter-reset: item;
|
|
1107
|
+
}
|
|
1108
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1109
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1110
|
+
}
|
|
1111
|
+
#document .lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol[start="27"]>li:before {
|
|
1112
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1113
|
+
}
|
|
1114
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b {
|
|
1115
|
+
list-style-type: none;
|
|
1116
|
+
}
|
|
1117
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b>li:before {
|
|
1118
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1119
|
+
}
|
|
1120
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1121
|
+
counter-reset: item;
|
|
1122
|
+
}
|
|
1123
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1124
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1125
|
+
}
|
|
1126
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b [start="27"]>li:before {
|
|
1127
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1128
|
+
}
|
|
1129
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol {
|
|
1130
|
+
list-style-type: none;
|
|
1131
|
+
}
|
|
1132
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol>li:before {
|
|
1133
|
+
content: '';
|
|
1134
|
+
}
|
|
1135
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol {
|
|
1136
|
+
list-style-type: none;
|
|
1137
|
+
}
|
|
1138
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol>li:before {
|
|
1139
|
+
content: "("counter(item, upper-alpha) ") ";
|
|
1140
|
+
}
|
|
1141
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1142
|
+
counter-reset: item;
|
|
1143
|
+
}
|
|
1144
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1145
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
1146
|
+
}
|
|
1147
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol[start="27"]>li:before {
|
|
1148
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
1149
|
+
}
|
|
1150
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol {
|
|
1151
|
+
list-style-type: none;
|
|
1152
|
+
}
|
|
1153
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol>li:before {
|
|
1154
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1155
|
+
}
|
|
1156
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1157
|
+
counter-reset: item;
|
|
1158
|
+
}
|
|
1159
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1160
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1161
|
+
}
|
|
1162
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol[start="27"]>li:before {
|
|
1163
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1164
|
+
}
|
|
1165
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol {
|
|
1166
|
+
list-style-type: none;
|
|
1167
|
+
}
|
|
1168
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol>li:before {
|
|
1169
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1170
|
+
}
|
|
1171
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1172
|
+
counter-reset: item;
|
|
1173
|
+
}
|
|
1174
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1175
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1176
|
+
}
|
|
1177
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol[start="27"]>li:before {
|
|
1178
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1179
|
+
}
|
|
1180
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol {
|
|
1181
|
+
list-style-type: none;
|
|
1182
|
+
}
|
|
1183
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol>li:before {
|
|
1184
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1185
|
+
}
|
|
1186
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1187
|
+
counter-reset: item;
|
|
1188
|
+
}
|
|
1189
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1190
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1191
|
+
}
|
|
1192
|
+
#document .lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol[start="27"]>li:before {
|
|
1193
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1194
|
+
}
|
|
1195
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b {
|
|
1196
|
+
list-style-type: none;
|
|
1197
|
+
}
|
|
1198
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b>li:before {
|
|
1199
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1200
|
+
}
|
|
1201
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1202
|
+
counter-reset: item;
|
|
1203
|
+
}
|
|
1204
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1205
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1206
|
+
}
|
|
1207
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b [start="27"]>li:before {
|
|
1208
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1209
|
+
}
|
|
1210
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b ol {
|
|
1211
|
+
list-style-type: none;
|
|
1212
|
+
}
|
|
1213
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b ol>li:before {
|
|
1214
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1215
|
+
}
|
|
1216
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1217
|
+
counter-reset: item;
|
|
1218
|
+
}
|
|
1219
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1220
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1221
|
+
}
|
|
1222
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b ol[start="27"]>li:before {
|
|
1223
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1224
|
+
}
|
|
1225
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol {
|
|
1226
|
+
list-style-type: none;
|
|
1227
|
+
}
|
|
1228
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol>li:before {
|
|
1229
|
+
content: '';
|
|
1230
|
+
}
|
|
1231
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol {
|
|
1232
|
+
list-style-type: none;
|
|
1233
|
+
}
|
|
1234
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol>li:before {
|
|
1235
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1236
|
+
}
|
|
1237
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1238
|
+
counter-reset: item;
|
|
1239
|
+
}
|
|
1240
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1241
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1242
|
+
}
|
|
1243
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol[start="27"]>li:before {
|
|
1244
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1245
|
+
}
|
|
1246
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol {
|
|
1247
|
+
list-style-type: none;
|
|
1248
|
+
}
|
|
1249
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol>li:before {
|
|
1250
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1251
|
+
}
|
|
1252
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1253
|
+
counter-reset: item;
|
|
1254
|
+
}
|
|
1255
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1256
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1257
|
+
}
|
|
1258
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol[start="27"]>li:before {
|
|
1259
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1260
|
+
}
|
|
1261
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol {
|
|
1262
|
+
list-style-type: none;
|
|
1263
|
+
}
|
|
1264
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol>li:before {
|
|
1265
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1266
|
+
}
|
|
1267
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1268
|
+
counter-reset: item;
|
|
1269
|
+
}
|
|
1270
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1271
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1272
|
+
}
|
|
1273
|
+
#document .lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol[start="27"]>li:before {
|
|
1274
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1275
|
+
}
|
|
1276
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b {
|
|
1277
|
+
list-style-type: none;
|
|
1278
|
+
}
|
|
1279
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b>li:before {
|
|
1280
|
+
content: '';
|
|
1281
|
+
}
|
|
1282
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b ol {
|
|
1283
|
+
list-style-type: none;
|
|
1284
|
+
}
|
|
1285
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b ol>li:before {
|
|
1286
|
+
content: '';
|
|
1287
|
+
}
|
|
1288
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b ol ol {
|
|
1289
|
+
list-style-type: none;
|
|
1290
|
+
}
|
|
1291
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b ol ol>li:before {
|
|
1292
|
+
content: "("counter(item, decimal) ") ";
|
|
1293
|
+
}
|
|
1294
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b[start="27"] {
|
|
1295
|
+
counter-reset: item;
|
|
1296
|
+
}
|
|
1297
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b[start="27"]>li:before {
|
|
1298
|
+
content: "("counter(item, decimal) counter(item, decimal) ") ";
|
|
1299
|
+
}
|
|
1300
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b ol ol[start="27"]>li:before {
|
|
1301
|
+
content: "("counter(item, decimal) counter(item, decimal) ") ";
|
|
1302
|
+
}
|
|
1303
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b ol ol ol {
|
|
1304
|
+
list-style-type: none;
|
|
1305
|
+
}
|
|
1306
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b ol ol ol>li:before {
|
|
1307
|
+
content: "("counter(item, upper-alpha) ") ";
|
|
1308
|
+
}
|
|
1309
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b[start="27"] {
|
|
1310
|
+
counter-reset: item;
|
|
1311
|
+
}
|
|
1312
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b[start="27"]>li:before {
|
|
1313
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
1314
|
+
}
|
|
1315
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b ol ol ol[start="27"]>li:before {
|
|
1316
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
1317
|
+
}
|
|
1318
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b ol ol ol ol {
|
|
1319
|
+
list-style-type: none;
|
|
1320
|
+
}
|
|
1321
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b ol ol ol ol>li:before {
|
|
1322
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1323
|
+
}
|
|
1324
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b[start="27"] {
|
|
1325
|
+
counter-reset: item;
|
|
1326
|
+
}
|
|
1327
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b[start="27"]>li:before {
|
|
1328
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1329
|
+
}
|
|
1330
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b ol ol ol ol[start="27"]>li:before {
|
|
1331
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1332
|
+
}
|
|
1333
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b ol ol ol ol ol {
|
|
1334
|
+
list-style-type: none;
|
|
1335
|
+
}
|
|
1336
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b ol ol ol ol ol>li:before {
|
|
1337
|
+
content: "("counter(item, lower-roman) ") ";
|
|
1338
|
+
}
|
|
1339
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b[start="27"] {
|
|
1340
|
+
counter-reset: item;
|
|
1341
|
+
}
|
|
1342
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b[start="27"]>li:before {
|
|
1343
|
+
content: "("counter(item, lower-roman) counter(item, lower-roman) ") ";
|
|
1344
|
+
}
|
|
1345
|
+
#document .none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b ol ol ol ol ol[start="27"]>li:before {
|
|
1346
|
+
content: "("counter(item, lower-roman) counter(item, lower-roman) ") ";
|
|
1347
|
+
}
|
|
1348
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b {
|
|
1349
|
+
list-style-type: none;
|
|
1350
|
+
}
|
|
1351
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b>li:before {
|
|
1352
|
+
content: '';
|
|
1353
|
+
}
|
|
1354
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b ol {
|
|
1355
|
+
list-style-type: none;
|
|
1356
|
+
}
|
|
1357
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b ol>li:before {
|
|
1358
|
+
content: '';
|
|
1359
|
+
}
|
|
1360
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b ol ol {
|
|
1361
|
+
list-style-type: none;
|
|
1362
|
+
}
|
|
1363
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b ol ol>li:before {
|
|
1364
|
+
content: "("counter(item, decimal) ") ";
|
|
1365
|
+
}
|
|
1366
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b[start="27"] {
|
|
1367
|
+
counter-reset: item;
|
|
1368
|
+
}
|
|
1369
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b[start="27"]>li:before {
|
|
1370
|
+
content: "("counter(item, decimal) counter(item, decimal) ") ";
|
|
1371
|
+
}
|
|
1372
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b ol ol[start="27"]>li:before {
|
|
1373
|
+
content: "("counter(item, decimal) counter(item, decimal) ") ";
|
|
1374
|
+
}
|
|
1375
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b ol ol ol {
|
|
1376
|
+
list-style-type: none;
|
|
1377
|
+
}
|
|
1378
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b ol ol ol>li:before {
|
|
1379
|
+
content: "("counter(item, upper-alpha) ") ";
|
|
1380
|
+
}
|
|
1381
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b[start="27"] {
|
|
1382
|
+
counter-reset: item;
|
|
1383
|
+
}
|
|
1384
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b[start="27"]>li:before {
|
|
1385
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
1386
|
+
}
|
|
1387
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b ol ol ol[start="27"]>li:before {
|
|
1388
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
1389
|
+
}
|
|
1390
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b ol ol ol ol {
|
|
1391
|
+
list-style-type: none;
|
|
1392
|
+
}
|
|
1393
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b ol ol ol ol>li:before {
|
|
1394
|
+
content: "("counter(item, lower-roman) ") ";
|
|
1395
|
+
}
|
|
1396
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b[start="27"] {
|
|
1397
|
+
counter-reset: item;
|
|
1398
|
+
}
|
|
1399
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b[start="27"]>li:before {
|
|
1400
|
+
content: "("counter(item, lower-roman) counter(item, lower-roman) ") ";
|
|
1401
|
+
}
|
|
1402
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b ol ol ol ol[start="27"]>li:before {
|
|
1403
|
+
content: "("counter(item, lower-roman) counter(item, lower-roman) ") ";
|
|
1404
|
+
}
|
|
1405
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b ol ol ol ol ol {
|
|
1406
|
+
list-style-type: none;
|
|
1407
|
+
}
|
|
1408
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b ol ol ol ol ol>li:before {
|
|
1409
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1410
|
+
}
|
|
1411
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b[start="27"] {
|
|
1412
|
+
counter-reset: item;
|
|
1413
|
+
}
|
|
1414
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b[start="27"]>li:before {
|
|
1415
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1416
|
+
}
|
|
1417
|
+
#document .none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b ol ol ol ol ol[start="27"]>li:before {
|
|
1418
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1419
|
+
}
|
|
1420
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b {
|
|
1421
|
+
list-style-type: none;
|
|
1422
|
+
}
|
|
1423
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b>li:before {
|
|
1424
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1425
|
+
}
|
|
1426
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1427
|
+
counter-reset: item;
|
|
1428
|
+
}
|
|
1429
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1430
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1431
|
+
}
|
|
1432
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b [start="27"]>li:before {
|
|
1433
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1434
|
+
}
|
|
1435
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b ol {
|
|
1436
|
+
list-style-type: none;
|
|
1437
|
+
}
|
|
1438
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b ol>li:before {
|
|
1439
|
+
content: "("counter(item, upper-alpha) ") ";
|
|
1440
|
+
}
|
|
1441
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1442
|
+
counter-reset: item;
|
|
1443
|
+
}
|
|
1444
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1445
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
1446
|
+
}
|
|
1447
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b ol[start="27"]>li:before {
|
|
1448
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
1449
|
+
}
|
|
1450
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol {
|
|
1451
|
+
list-style-type: upper-roman;
|
|
1452
|
+
}
|
|
1453
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol>li:before {
|
|
1454
|
+
content: '';
|
|
1455
|
+
}
|
|
1456
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol {
|
|
1457
|
+
list-style-type: none;
|
|
1458
|
+
}
|
|
1459
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol>li:before {
|
|
1460
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1461
|
+
}
|
|
1462
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1463
|
+
counter-reset: item;
|
|
1464
|
+
}
|
|
1465
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1466
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1467
|
+
}
|
|
1468
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol[start="27"]>li:before {
|
|
1469
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1470
|
+
}
|
|
1471
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol {
|
|
1472
|
+
list-style-type: none;
|
|
1473
|
+
}
|
|
1474
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol>li:before {
|
|
1475
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1476
|
+
}
|
|
1477
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1478
|
+
counter-reset: item;
|
|
1479
|
+
}
|
|
1480
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1481
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1482
|
+
}
|
|
1483
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol[start="27"]>li:before {
|
|
1484
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1485
|
+
}
|
|
1486
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol {
|
|
1487
|
+
list-style-type: none;
|
|
1488
|
+
}
|
|
1489
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol>li:before {
|
|
1490
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1491
|
+
}
|
|
1492
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1493
|
+
counter-reset: item;
|
|
1494
|
+
}
|
|
1495
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1496
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1497
|
+
}
|
|
1498
|
+
#document .lowerLetter-b--upperLetter-b--upperRoman--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol[start="27"]>li:before {
|
|
1499
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1500
|
+
}
|
|
1501
|
+
#document .lowerRoman-b--upperRoman--none--none--none--none {
|
|
1502
|
+
list-style-type: none;
|
|
1503
|
+
}
|
|
1504
|
+
#document .lowerRoman-b--upperRoman--none--none--none--none>li:before {
|
|
1505
|
+
content: "("counter(item, lower-roman) ") ";
|
|
1506
|
+
}
|
|
1507
|
+
#document .lowerRoman-b--upperRoman--none--none--none--none[start="27"] {
|
|
1508
|
+
counter-reset: item;
|
|
1509
|
+
}
|
|
1510
|
+
#document .lowerRoman-b--upperRoman--none--none--none--none[start="27"]>li:before {
|
|
1511
|
+
content: "("counter(item, lower-roman) counter(item, lower-roman) ") ";
|
|
1512
|
+
}
|
|
1513
|
+
#document .lowerRoman-b--upperRoman--none--none--none--none [start="27"]>li:before {
|
|
1514
|
+
content: "("counter(item, lower-roman) counter(item, lower-roman) ") ";
|
|
1515
|
+
}
|
|
1516
|
+
#document .lowerRoman-b--upperRoman--none--none--none--none ol {
|
|
1517
|
+
list-style-type: upper-roman;
|
|
1518
|
+
}
|
|
1519
|
+
#document .lowerRoman-b--upperRoman--none--none--none--none ol>li:before {
|
|
1520
|
+
content: '';
|
|
1521
|
+
}
|
|
1522
|
+
#document .lowerRoman-b--upperRoman--none--none--none--none ol ol {
|
|
1523
|
+
list-style-type: none;
|
|
1524
|
+
}
|
|
1525
|
+
#document .lowerRoman-b--upperRoman--none--none--none--none ol ol>li:before {
|
|
1526
|
+
content: '';
|
|
1527
|
+
}
|
|
1528
|
+
#document .lowerRoman-b--upperRoman--none--none--none--none ol ol ol {
|
|
1529
|
+
list-style-type: none;
|
|
1530
|
+
}
|
|
1531
|
+
#document .lowerRoman-b--upperRoman--none--none--none--none ol ol ol>li:before {
|
|
1532
|
+
content: '';
|
|
1533
|
+
}
|
|
1534
|
+
#document .lowerRoman-b--upperRoman--none--none--none--none ol ol ol ol {
|
|
1535
|
+
list-style-type: none;
|
|
1536
|
+
}
|
|
1537
|
+
#document .lowerRoman-b--upperRoman--none--none--none--none ol ol ol ol>li:before {
|
|
1538
|
+
content: '';
|
|
1539
|
+
}
|
|
1540
|
+
#document .lowerRoman-b--upperRoman--none--none--none--none ol ol ol ol ol {
|
|
1541
|
+
list-style-type: none;
|
|
1542
|
+
}
|
|
1543
|
+
#document .lowerRoman-b--upperRoman--none--none--none--none ol ol ol ol ol>li:before {
|
|
1544
|
+
content: '';
|
|
1545
|
+
}
|
|
1546
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b {
|
|
1547
|
+
list-style-type: none;
|
|
1548
|
+
}
|
|
1549
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b>li:before {
|
|
1550
|
+
content: "("counter(item, upper-alpha) ") ";
|
|
1551
|
+
}
|
|
1552
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1553
|
+
counter-reset: item;
|
|
1554
|
+
}
|
|
1555
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1556
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
1557
|
+
}
|
|
1558
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b [start="27"]>li:before {
|
|
1559
|
+
content: "("counter(item, upper-alpha) counter(item, upper-alpha) ") ";
|
|
1560
|
+
}
|
|
1561
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol {
|
|
1562
|
+
list-style-type: none;
|
|
1563
|
+
}
|
|
1564
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol>li:before {
|
|
1565
|
+
content: '';
|
|
1566
|
+
}
|
|
1567
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol {
|
|
1568
|
+
list-style-type: none;
|
|
1569
|
+
}
|
|
1570
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol>li:before {
|
|
1571
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1572
|
+
}
|
|
1573
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1574
|
+
counter-reset: item;
|
|
1575
|
+
}
|
|
1576
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1577
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1578
|
+
}
|
|
1579
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol[start="27"]>li:before {
|
|
1580
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1581
|
+
}
|
|
1582
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol {
|
|
1583
|
+
list-style-type: none;
|
|
1584
|
+
}
|
|
1585
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol>li:before {
|
|
1586
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1587
|
+
}
|
|
1588
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1589
|
+
counter-reset: item;
|
|
1590
|
+
}
|
|
1591
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1592
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1593
|
+
}
|
|
1594
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol[start="27"]>li:before {
|
|
1595
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1596
|
+
}
|
|
1597
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol {
|
|
1598
|
+
list-style-type: none;
|
|
1599
|
+
}
|
|
1600
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol>li:before {
|
|
1601
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1602
|
+
}
|
|
1603
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1604
|
+
counter-reset: item;
|
|
1605
|
+
}
|
|
1606
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1607
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1608
|
+
}
|
|
1609
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol[start="27"]>li:before {
|
|
1610
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1611
|
+
}
|
|
1612
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol {
|
|
1613
|
+
list-style-type: none;
|
|
1614
|
+
}
|
|
1615
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol>li:before {
|
|
1616
|
+
content: "("counter(item, lower-alpha) ") ";
|
|
1617
|
+
}
|
|
1618
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"] {
|
|
1619
|
+
counter-reset: item;
|
|
1620
|
+
}
|
|
1621
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b[start="27"]>li:before {
|
|
1622
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1623
|
+
}
|
|
1624
|
+
#document .upperLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b ol ol ol ol ol[start="27"]>li:before {
|
|
1625
|
+
content: "("counter(item, lower-alpha) counter(item, lower-alpha) ") ";
|
|
1626
|
+
}
|
|
1627
|
+
</style>
|
|
1628
|
+
<div data-page="main">
|
|
1629
|
+
<p class="right"><strong>(ISDA Agreements Subject to New York Law Only)</strong></p>
|
|
1630
|
+
<p class="center"><img alt="ISDA logo" src="data:image/jpeg;base64,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" style="width:1.58403in;height:0.39167in;" class="doc-isda-logo">
|
|
1631
|
+
</p>
|
|
1632
|
+
<p class="center doc-isda-logo-strap">International Swaps and Derivatives Association, Inc.</p>
|
|
1633
|
+
<p class="center"><strong style="font-size:21pt;">2016 PHASE ONE CREDIT
|
|
1634
|
+
SUPPORT ANNEX<br> FOR INITIAL MARGIN (IM)</strong>
|
|
1635
|
+
</p>
|
|
1636
|
+
<div data-range="true" data-amend="execution_date" data-id="execution_date">
|
|
1637
|
+
<p class="center">dated as of <span data-value="executionDate" data-format="date">……………………………………………</span></p>
|
|
1638
|
+
</div>
|
|
1639
|
+
<p class="center">to the Schedule to the</p>
|
|
1640
|
+
<p class="center"><strong>ISDA Master Agreement</strong></p>
|
|
1641
|
+
<div data-range="true" data-amend="date_of_isda_master_agreement" class="center" data-id="date_of_isda_master_agreement">
|
|
1642
|
+
<p class="center">dated as of <span data-value="master_agreement_date" data-format="date">June <del class='diffmod'>19</del><ins class='diffmod'>23</ins>, 2025</span></p>
|
|
1643
|
+
</div>
|
|
1644
|
+
<p class="center">between</p>
|
|
1645
|
+
<table class="parties docx-table-cols-300-160-300" style="width:100%;">
|
|
1646
|
+
<tbody>
|
|
1647
|
+
<tr class="header" data-amend="parties" data-id="parties">
|
|
1648
|
+
<td class="center" style="width:45%;vertical-align:middle;"><strong><span data-html="partyA_name"><del class='diffmod'>……………………………………………</del><ins class='diffmod'>LINKLATERS LLP</ins></span></strong></td>
|
|
1649
|
+
<td class="center" style="width:10%;vertical-align:middle;">and</td>
|
|
1650
|
+
<td class="center" style="width:45%;vertical-align:middle;"><strong><span data-html="partyB_name"><del class='diffmod'>……………………………………………</del><ins class='diffmod'>LINKLATERS LLP ASSOCIATION</ins></span></strong></td>
|
|
1651
|
+
</tr>
|
|
1652
|
+
<tr class="odd">
|
|
1653
|
+
<td class="center">(“<strong><em>Party A</em></strong>”)</td>
|
|
1654
|
+
<td></td>
|
|
1655
|
+
<td class="center">(“<strong><em>Party B</em></strong>”)</td>
|
|
1656
|
+
</tr>
|
|
1657
|
+
</tbody>
|
|
1658
|
+
</table>
|
|
1659
|
+
<div data-range="true" data-amend="umbrella_agreement_and_principal_identification" data-switch="is_applicable" data-id="umbrella_agreement_and_principal_identification">
|
|
1660
|
+
|
|
1661
|
+
</div>
|
|
1662
|
+
<p>This Annex supplements, forms part of, and is subject to, the above-referenced Agreement, is part of its
|
|
1663
|
+
Schedule and is a Credit Support Document under this Agreement with respect to each party.
|
|
1664
|
+
</p>
|
|
1665
|
+
<p>Accordingly, the parties agree as follows:—</p>
|
|
1666
|
+
<p><strong>Paragraph 1. Interpretation</strong></p>
|
|
1667
|
+
<ol type="a" class="lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b">
|
|
1668
|
+
<li>
|
|
1669
|
+
<p><em><strong>Definitions and Inconsistency.</strong></em> Capitalized terms not otherwise defined
|
|
1670
|
+
herein or elsewhere in this Agreement have the meanings specified pursuant to Paragraph 12,
|
|
1671
|
+
and all references in this Annex to Paragraphs are to Paragraphs of this Annex. In the
|
|
1672
|
+
event of any inconsistency between this Annex and the other provisions of this Schedule, this Annex
|
|
1673
|
+
will prevail, and in the event of any inconsistency between Paragraph 13 and the other
|
|
1674
|
+
provisions of this Annex, Paragraph 13 will prevail.
|
|
1675
|
+
</p>
|
|
1676
|
+
</li>
|
|
1677
|
+
<li>
|
|
1678
|
+
<p><em><strong>Secured Party and Pledgor.</strong></em> All references in this Annex to the “<em><strong>Secured
|
|
1679
|
+
Party</strong></em>” will be to either party when acting in that capacity and all
|
|
1680
|
+
corresponding references to the “<em><strong>Pledgor</strong></em>” will be to the other party when
|
|
1681
|
+
acting in that capacity; <em>provided</em>, <em>however</em>, that if Other Posted Support (IM) is
|
|
1682
|
+
held by a party to this Annex, all references herein to that party as the Secured Party with
|
|
1683
|
+
respect to that Other Posted Support (IM) will be to that party as the beneficiary thereof and will
|
|
1684
|
+
not subject that support or that party as the beneficiary thereof to provisions of law generally
|
|
1685
|
+
relating to security interests and secured parties.
|
|
1686
|
+
</p>
|
|
1687
|
+
</li>
|
|
1688
|
+
<li>
|
|
1689
|
+
<p><em><strong>Scope of this Annex and Each Other CSA.</strong></em> The only Transactions which will
|
|
1690
|
+
be relevant for the purposes of determining a “<em><strong>Credit Support Amount (IM)</strong></em>”
|
|
1691
|
+
and related “<em><strong>Margin Amount (IM)</strong></em>” under this Annex with respect to a
|
|
1692
|
+
posting obligation of a Pledgor will be the relevant Covered Transactions (IM) specified in
|
|
1693
|
+
accordance with the provisions of Paragraph 13. Each Other CSA, if any, is hereby amended such that
|
|
1694
|
+
the Transactions that will be relevant for purposes of determining any “Independent Amount”
|
|
1695
|
+
thereunder, if any, with respect to the Pledgor will exclude the Covered Transactions (IM). Except
|
|
1696
|
+
as provided in Paragraphs 8(a) and 8(b), nothing in this Annex will affect the rights and
|
|
1697
|
+
obligations, if any, of either party with respect to variation margin under each Other CSA, if any,
|
|
1698
|
+
with respect to Transactions that are Covered Transactions (IM).
|
|
1699
|
+
</p>
|
|
1700
|
+
</li>
|
|
1701
|
+
<li>
|
|
1702
|
+
<p><em><strong>Use of Segregated Accounts.</strong></em> This Annex is intended to be used in
|
|
1703
|
+
connection with segregated accounts (each a “<em><strong>Segregated Account</strong></em>”)
|
|
1704
|
+
maintained by third-party custodians for the custody of initial margin posted by a party acting as
|
|
1705
|
+
the Pledgor as specified in Paragraph 13. Accordingly, the parties understand and agree that
|
|
1706
|
+
for purposes of this Annex, (i) a Transfer of Eligible Credit Support (IM) to a Segregated
|
|
1707
|
+
Account is a Transfer of such Eligible Credit Support (IM) to the Secured Party and
|
|
1708
|
+
(ii) Eligible Credit Support (IM) Transferred to a Segregated Account is Posted Credit Support
|
|
1709
|
+
(IM). Any reference in this Annex to a “Segregated Account” refers to a Segregated Account in
|
|
1710
|
+
respect of the Pledgor.
|
|
1711
|
+
</p>
|
|
1712
|
+
</li>
|
|
1713
|
+
</ol>
|
|
1714
|
+
<p><strong>Paragraph 2. Security Interest</strong></p>
|
|
1715
|
+
<p>Each party, as the Pledgor, hereby pledges to the other party, as the Secured Party, as security for its
|
|
1716
|
+
Obligations, and grants to the Secured Party a first priority continuing security interest in, lien on and
|
|
1717
|
+
right of Set-off against each Segregated Account and all Posted Collateral (IM) Transferred to the Secured
|
|
1718
|
+
Party hereunder. Upon the Transfer of Posted Collateral (IM) to the Pledgor on the instruction of the
|
|
1719
|
+
Secured Party or as otherwise permitted under this Annex, the security interest and lien granted hereunder
|
|
1720
|
+
on that Posted Collateral (IM) will be released immediately and, to the extent possible, without any
|
|
1721
|
+
further action by either party.
|
|
1722
|
+
</p>
|
|
1723
|
+
<p><strong>Paragraph 3. Credit Support Obligations</strong></p>
|
|
1724
|
+
<ol type="a" class="lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b">
|
|
1725
|
+
<li>
|
|
1726
|
+
<p><em><strong>Delivery Amount (IM).</strong></em> Subject to Paragraphs 4 and 5, upon a demand
|
|
1727
|
+
made by the Secured Party on or promptly following a Calculation Date (IM), if the Delivery Amount
|
|
1728
|
+
(IM) applicable to the Pledgor for that Calculation Date (IM) equals or exceeds the Pledgor’s
|
|
1729
|
+
Minimum Transfer Amount (IM), then the Pledgor will Transfer to the Secured Party Eligible Credit
|
|
1730
|
+
Support (IM) having a Value as of the date of Transfer at least equal to the applicable Delivery
|
|
1731
|
+
Amount (IM) (rounded pursuant to Paragraph 13). Unless otherwise specified in
|
|
1732
|
+
Paragraph 13, the “<em><strong>Delivery Amount (IM)</strong></em>” applicable to the Pledgor
|
|
1733
|
+
for any Calculation Date (IM) will equal the amount by which:
|
|
1734
|
+
</p>
|
|
1735
|
+
<ol type="i">
|
|
1736
|
+
<li>
|
|
1737
|
+
<p>the Credit Support Amount (IM) applicable to the Pledgor</p>
|
|
1738
|
+
<p>exceeds</p>
|
|
1739
|
+
</li>
|
|
1740
|
+
<li>
|
|
1741
|
+
<p>the Value as of that Calculation Date (IM) of all Posted Credit Support (IM).</p>
|
|
1742
|
+
</li>
|
|
1743
|
+
</ol>
|
|
1744
|
+
</li>
|
|
1745
|
+
<li>
|
|
1746
|
+
<p><em><strong>Return Amount (IM).</strong></em> Subject to Paragraphs 4 and 5, upon a demand made
|
|
1747
|
+
by the Pledgor on or promptly following a Calculation Date (IM), if the Return Amount (IM)
|
|
1748
|
+
applicable to the Secured Party for that Calculation Date (IM) equals or exceeds the Secured
|
|
1749
|
+
Party’s Minimum Transfer Amount (IM), then the Secured Party will Transfer to the Pledgor Posted
|
|
1750
|
+
Credit Support (IM) specified by the Pledgor in that demand having a Value as of the date of
|
|
1751
|
+
Transfer as close as practicable to the applicable Return Amount (IM) (rounded pursuant to
|
|
1752
|
+
Paragraph 13). Unless otherwise specified in Paragraph 13, the “<em><strong>Return Amount
|
|
1753
|
+
(IM)</strong></em>” applicable to the Secured Party for any Calculation Date (IM) will
|
|
1754
|
+
equal the amount by which:
|
|
1755
|
+
</p>
|
|
1756
|
+
<ol type="i">
|
|
1757
|
+
<li>
|
|
1758
|
+
<p>the Value as of that Calculation Date (IM) of all Posted Credit Support (IM)</p>
|
|
1759
|
+
<p>exceeds</p>
|
|
1760
|
+
</li>
|
|
1761
|
+
<li>
|
|
1762
|
+
<p>the Credit Support Amount (IM) applicable to the Pledgor.</p>
|
|
1763
|
+
</li>
|
|
1764
|
+
</ol>
|
|
1765
|
+
</li>
|
|
1766
|
+
</ol>
|
|
1767
|
+
<p>“<em><strong>Credit Support Amount (IM)</strong></em>” means, with respect to a party as the
|
|
1768
|
+
Pledgor, unless otherwise specified in Paragraph 13, for any Calculation Date (IM)
|
|
1769
|
+
(i) the Margin Amount (IM) applicable to the Pledgor, if any, minus (ii) the Pledgor’s
|
|
1770
|
+
Threshold; <em>provided</em>, <em>however</em>, that the Credit Support Amount (IM) will be deemed
|
|
1771
|
+
to be zero whenever the calculation of the Credit Support Amount (IM) yields a number less than
|
|
1772
|
+
zero.
|
|
1773
|
+
</p>
|
|
1774
|
+
<p><strong>Paragraph 4. Conditions Precedent, Transfer Timing, Calculations and Substitutions</strong></p>
|
|
1775
|
+
<ol class="lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b">
|
|
1776
|
+
<li>
|
|
1777
|
+
<p><em><strong>Conditions Precedent.</strong></em> Unless otherwise specified in Paragraph 13,
|
|
1778
|
+
each Transfer obligation of the Pledgor under Paragraphs 3 and 5 and of the Secured Party
|
|
1779
|
+
under Paragraphs 3, 4(d)(ii), 5 and the provisions of Paragraph 13 relating to the Return of
|
|
1780
|
+
Posted Credit Support (IM) with a Value of zero is subject to the conditions precedent that:
|
|
1781
|
+
</p>
|
|
1782
|
+
<ol>
|
|
1783
|
+
<li>
|
|
1784
|
+
<p>no Event of Default, Potential Event of Default or Specified Condition has occurred and is
|
|
1785
|
+
continuing with respect to the other party; and
|
|
1786
|
+
</p>
|
|
1787
|
+
</li>
|
|
1788
|
+
<li>
|
|
1789
|
+
<p>no Early Termination Date has occurred or been designated for which any unsatisfied payment
|
|
1790
|
+
obligations (whether present, actual, future or contingent) exist which is (A) in respect
|
|
1791
|
+
of all Covered Transactions (IM) or (B) as the result of a Specified Condition with respect
|
|
1792
|
+
to the other party.
|
|
1793
|
+
</p>
|
|
1794
|
+
</li>
|
|
1795
|
+
</ol>
|
|
1796
|
+
</li>
|
|
1797
|
+
<li>
|
|
1798
|
+
<p><em><strong>Transfer Timing.</strong></em> Subject to Paragraphs 4(a) and 5, and unless
|
|
1799
|
+
otherwise specified in Paragraph 13, if a demand for the Transfer of Eligible Credit Support
|
|
1800
|
+
(IM) or Posted Credit Support (IM) is made by the Notification Time, then the relevant Transfer
|
|
1801
|
+
will be made not later than the close of business on the Regular Settlement Day; if a demand is
|
|
1802
|
+
made after the Notification Time, then the relevant Transfer will be made not later than the close
|
|
1803
|
+
of business on the next Local Business Day following the Regular Settlement Day.
|
|
1804
|
+
</p>
|
|
1805
|
+
</li>
|
|
1806
|
+
<li>
|
|
1807
|
+
<p><em><strong>Calculations.</strong></em> All calculations of Value and Credit Support Amount (IM) for
|
|
1808
|
+
purposes of Paragraph 3 will be made by the Calculation Agent (IM) as of the Calculation Time
|
|
1809
|
+
(IM). In the case of any calculation of Value, the Calculation Agent (IM) may use Values most
|
|
1810
|
+
recently reasonably available for close of business in the relevant market for the relevant
|
|
1811
|
+
Eligible Credit Support (IM) as of the Calculation Time (IM). In the case of any calculation of
|
|
1812
|
+
Credit Support Amount (IM), the Calculation Agent (IM) may use relevant information or data
|
|
1813
|
+
(including but not limited to inputs for any applicable model specified in Paragraph 13 to
|
|
1814
|
+
determine Margin Amount (IM) for certain Covered Transactions (IM)) most recently reasonably
|
|
1815
|
+
available for close of business in the relevant market(s) as of the Calculation Time (IM). The
|
|
1816
|
+
Calculation Agent (IM) will notify each party (or the other party, if the Calculation Agent (IM) is
|
|
1817
|
+
a party) of its calculations not later than the Notification Time on the Local Business Day
|
|
1818
|
+
following the applicable Calculation Date (IM).
|
|
1819
|
+
</p>
|
|
1820
|
+
</li>
|
|
1821
|
+
<li>
|
|
1822
|
+
<p><em>
|
|
1823
|
+
<strong>
|
|
1824
|
+
Substitutions.
|
|
1825
|
+
</strong>
|
|
1826
|
+
</em></p>
|
|
1827
|
+
<ol type="i">
|
|
1828
|
+
<li>
|
|
1829
|
+
<p>Unless otherwise specified in Paragraph 13, upon notice to the Secured Party specifying
|
|
1830
|
+
the items of Posted Credit Support (IM) to be exchanged, the Pledgor may, on any Local
|
|
1831
|
+
Business Day, Transfer to the Secured Party substitute Eligible Credit Support (IM) (the “<em><strong>Substitute
|
|
1832
|
+
Credit Support (IM)</strong></em>”); and
|
|
1833
|
+
</p>
|
|
1834
|
+
</li>
|
|
1835
|
+
<li>
|
|
1836
|
+
<p>subject to Paragraph 4(a), the Secured Party will Transfer to the Pledgor the items of
|
|
1837
|
+
Posted Credit Support (IM) specified by the Pledgor in its notice not later than the Local
|
|
1838
|
+
Business Day following the date on which the Secured Party receives the Substitute Credit
|
|
1839
|
+
Support (IM), unless otherwise specified in Paragraph 13 (the “<em><strong>Substitution
|
|
1840
|
+
Date</strong></em>”); <em>provided</em> that the Secured Party will only be
|
|
1841
|
+
obligated to Transfer Posted Credit Support (IM) with a Value as of the date of Transfer as
|
|
1842
|
+
close as practicable to, but not more than, the Value of the Substitute Credit Support (IM)
|
|
1843
|
+
as of that date, as calculated by the Calculation Agent (IM).
|
|
1844
|
+
</p>
|
|
1845
|
+
</li>
|
|
1846
|
+
</ol>
|
|
1847
|
+
</li>
|
|
1848
|
+
</ol>
|
|
1849
|
+
<p><strong>Paragraph 5. Dispute Resolution</strong></p>
|
|
1850
|
+
<p>If a party (a “<em><strong>Disputing Party</strong></em>”) disputes (I) the Calculation Agent (IM)’s
|
|
1851
|
+
calculation of a Delivery Amount (IM) or a Return Amount (IM) or (II) the Value of any Transfer of
|
|
1852
|
+
Eligible Credit Support (IM) or Posted Credit Support (IM), then:
|
|
1853
|
+
</p>
|
|
1854
|
+
<ol class="none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b" data-unwrap-at="1">
|
|
1855
|
+
<li>
|
|
1856
|
+
<ol type="i" class="lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b">
|
|
1857
|
+
<li>
|
|
1858
|
+
<p>the Disputing Party will notify the other party and the Calculation Agent (IM) (if the
|
|
1859
|
+
Calculation Agent (IM) is not the other party) not later than the close of business on
|
|
1860
|
+
(X) the date that the Transfer is due in respect of such Delivery Amount (IM) or
|
|
1861
|
+
Return Amount (IM) in the case of (I) above, or (Y) the Local Business Day
|
|
1862
|
+
following the date of Transfer in the case of (II) above;
|
|
1863
|
+
</p>
|
|
1864
|
+
</li>
|
|
1865
|
+
<li>
|
|
1866
|
+
<p>subject to Paragraph 4(a), the appropriate party will Transfer the undisputed amount to
|
|
1867
|
+
the other party not later than the close of business on (X) the date that the Transfer
|
|
1868
|
+
is due in respect of such Delivery Amount (IM) or Return Amount (IM) in the case of
|
|
1869
|
+
(I) above, or (Y) the Local Business Day following the date of Transfer in the
|
|
1870
|
+
case of (II) above;
|
|
1871
|
+
</p>
|
|
1872
|
+
</li>
|
|
1873
|
+
<li>
|
|
1874
|
+
<p>the parties will consult with each other in an attempt to resolve the dispute; and</p>
|
|
1875
|
+
</li>
|
|
1876
|
+
<li>
|
|
1877
|
+
<p>if they fail to resolve the dispute by the Resolution Time, then:</p>
|
|
1878
|
+
<ol type="a" class="upper">
|
|
1879
|
+
<li>
|
|
1880
|
+
<p>in the case of a dispute involving a Delivery Amount (IM) or Return Amount (IM), the
|
|
1881
|
+
Calculation Agent (IM) will recalculate the Credit Support Amount (IM) and Value as
|
|
1882
|
+
of the Recalculation Date by using the procedures specified in Paragraph 13
|
|
1883
|
+
for calculating the Credit Support Amount (IM), and for calculating the Value, if
|
|
1884
|
+
disputed, of Posted Credit Support (IM); and
|
|
1885
|
+
</p>
|
|
1886
|
+
</li>
|
|
1887
|
+
<li>
|
|
1888
|
+
<p>in the case of a dispute involving the Value of any Transfer of Eligible Credit
|
|
1889
|
+
Support (IM) or Posted Credit Support (IM), the Calculation Agent (IM) will
|
|
1890
|
+
recalculate the Value as of the date of Transfer pursuant to Paragraph 13.
|
|
1891
|
+
</p>
|
|
1892
|
+
</li>
|
|
1893
|
+
</ol>
|
|
1894
|
+
</li>
|
|
1895
|
+
</ol>
|
|
1896
|
+
</li>
|
|
1897
|
+
</ol>
|
|
1898
|
+
<p>Following a recalculation pursuant to this Paragraph, the Calculation Agent (IM) will notify each party (or
|
|
1899
|
+
the other party, if the Calculation Agent (IM) is a party) not later than the Notification Time on the
|
|
1900
|
+
Local Business Day following the Resolution Time. The appropriate party will, upon demand following that
|
|
1901
|
+
notice by the Calculation Agent (IM) or a resolution pursuant to (iii) above and subject to
|
|
1902
|
+
Paragraphs 4(a) and 4(b), make the appropriate Transfer.
|
|
1903
|
+
</p>
|
|
1904
|
+
<p><strong>Paragraph 6. Custody Arrangements and the Control Agreement</strong></p>
|
|
1905
|
+
<p>The Custodian (IM) appointed with respect to each party as the Pledgor and the details of the Segregated
|
|
1906
|
+
Accounts are specified in Paragraph 13. Each party as the Pledgor and the other party as the Secured
|
|
1907
|
+
Party and the relevant Custodian (IM) have entered, or will on the date of this Annex enter into, the
|
|
1908
|
+
Control Agreement providing applicable terms for each party to provide instructions to the Custodian (IM).
|
|
1909
|
+
Prior to the enforcement of its rights under Paragraph 8, the Secured Party will not be entitled to
|
|
1910
|
+
hold any Posted Collateral (IM), except as provided in the Control Agreement or as otherwise agreed between
|
|
1911
|
+
the parties.
|
|
1912
|
+
</p>
|
|
1913
|
+
<ol type="a" class="lowerLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b">
|
|
1914
|
+
<li>
|
|
1915
|
+
<p><em><strong>Custodian (IM) Risk.</strong></em> Unless otherwise specified in Paragraph 13 with
|
|
1916
|
+
respect to a party as the Secured Party and the other party as the Pledgor:
|
|
1917
|
+
</p>
|
|
1918
|
+
<ol type="i">
|
|
1919
|
+
<li>
|
|
1920
|
+
<p>the Pledgor will be liable for the acts or omissions of the Custodian (IM) to the same
|
|
1921
|
+
extent that the Pledgor would be liable hereunder for its own acts or omissions and any
|
|
1922
|
+
such act or omission of the Custodian (IM) will be deemed to be the act or omission of the
|
|
1923
|
+
Pledgor for purposes of Paragraph 7; <em>provided</em> that, notwithstanding the foregoing,
|
|
1924
|
+
if Custodian Event is specified as applicable in Paragraph 13, the consequences of any act
|
|
1925
|
+
or omission of the Custodian (IM) that constitutes a Custodian Event will be as set out in
|
|
1926
|
+
the “Custodian Event” provisions in Paragraph 13;
|
|
1927
|
+
</p>
|
|
1928
|
+
</li>
|
|
1929
|
+
<li>
|
|
1930
|
+
<p>the Secured Party will not be liable for the acts or omissions of the Custodian (IM); and</p>
|
|
1931
|
+
</li>
|
|
1932
|
+
<li>
|
|
1933
|
+
<p>any obligation of the Secured Party to Transfer, or cause the Custodian (IM) to Transfer,
|
|
1934
|
+
Posted Collateral (IM) held by the Custodian (IM) to the Pledgor will be deemed satisfied
|
|
1935
|
+
by the Secured Party’s sending appropriate instructions to the Custodian (IM) in accordance
|
|
1936
|
+
with the terms of the Control Agreement to effect such Transfer. For the avoidance of
|
|
1937
|
+
doubt, the Secured Party will bear no liability for the failure of the Custodian (IM) to
|
|
1938
|
+
comply with such instructions and no such failure will constitute an Event of Default with
|
|
1939
|
+
respect to the Secured Party.
|
|
1940
|
+
</p>
|
|
1941
|
+
</li>
|
|
1942
|
+
</ol>
|
|
1943
|
+
</li>
|
|
1944
|
+
<li>
|
|
1945
|
+
<p><em><strong>Use of Posted Collateral (IM).</strong></em> Unless otherwise specified in
|
|
1946
|
+
Paragraph 13 and without limiting the rights of the Secured Party under Paragraph 8, the
|
|
1947
|
+
Secured Party will have no right to:
|
|
1948
|
+
</p>
|
|
1949
|
+
<ol type="i">
|
|
1950
|
+
<li>
|
|
1951
|
+
<p>sell, pledge, rehypothecate, assign, invest, use, commingle or otherwise dispose of, or
|
|
1952
|
+
otherwise use in its business any Posted Collateral (IM); or
|
|
1953
|
+
</p>
|
|
1954
|
+
</li>
|
|
1955
|
+
<li>
|
|
1956
|
+
<p>register any Posted Collateral (IM) in the name of the Secured Party, its custodian or a
|
|
1957
|
+
nominee for either.
|
|
1958
|
+
</p>
|
|
1959
|
+
</li>
|
|
1960
|
+
</ol>
|
|
1961
|
+
</li>
|
|
1962
|
+
<li>
|
|
1963
|
+
<p><em><strong>No Offset.</strong></em> Except as otherwise provided in Paragraph 8, no delivery
|
|
1964
|
+
or return of any margin under any Other CSA will be offset against (or netted with) any Delivery
|
|
1965
|
+
Amount (IM) or Return Amount (IM).
|
|
1966
|
+
</p>
|
|
1967
|
+
</li>
|
|
1968
|
+
<li>
|
|
1969
|
+
<p><em><strong>Distributions and Interest Amount.</strong></em> Except as otherwise provided in this
|
|
1970
|
+
Annex, the Secured Party will have no obligation hereunder to pay or to Transfer to the Pledgor any
|
|
1971
|
+
amount of interest in respect of any Posted Credit Support (IM) in the form of Cash or any
|
|
1972
|
+
Distributions in respect of Posted Credit Support (IM).
|
|
1973
|
+
</p>
|
|
1974
|
+
</li>
|
|
1975
|
+
<li>
|
|
1976
|
+
<p><em><strong>The Control Agreement as a Credit Support Document.</strong></em> Unless otherwise
|
|
1977
|
+
specified in Paragraph 13, the Control Agreement will not be a Credit Support Document under
|
|
1978
|
+
this Agreement with respect to a party.
|
|
1979
|
+
</p>
|
|
1980
|
+
</li>
|
|
1981
|
+
</ol>
|
|
1982
|
+
<p><strong>Paragraph 7. Events of Default</strong></p>
|
|
1983
|
+
<p>For purposes of Section 5(a)(iii)(1) of this Agreement, an Event of Default will exist with respect to
|
|
1984
|
+
a party if:
|
|
1985
|
+
</p>
|
|
1986
|
+
<ol class="none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b" data-unwrap-at="1">
|
|
1987
|
+
<li>
|
|
1988
|
+
<ol type="i" class="lowerRoman-b">
|
|
1989
|
+
<li>
|
|
1990
|
+
<p>that party fails to make, when due, any Transfer of Eligible Collateral (IM) or Posted
|
|
1991
|
+
Collateral (IM), as applicable, required to be made by it and that failure continues for
|
|
1992
|
+
two Local Business Days after notice of that failure is given to that party;
|
|
1993
|
+
</p>
|
|
1994
|
+
</li>
|
|
1995
|
+
<li>
|
|
1996
|
+
<p>that party fails to comply with Paragraph 6(b) and that failure continues for five
|
|
1997
|
+
Local Business Days after notice of that failure is given to that party; or
|
|
1998
|
+
</p>
|
|
1999
|
+
</li>
|
|
2000
|
+
<li>
|
|
2001
|
+
<p>that party fails to comply with or perform any agreement or obligation other than those
|
|
2002
|
+
specified in Paragraphs 7(i) and 7(ii) and that failure continues for 30 days after
|
|
2003
|
+
notice of that failure is given to that party;
|
|
2004
|
+
</p>
|
|
2005
|
+
</li>
|
|
2006
|
+
</ol>
|
|
2007
|
+
</li>
|
|
2008
|
+
</ol>
|
|
2009
|
+
<p><em>provided</em> that, if Custodian Event is specified as applicable in Paragraph 13, any event or
|
|
2010
|
+
circumstance that constitutes or gives rise to a Custodian Event will not constitute or give rise to such
|
|
2011
|
+
Event of Default.
|
|
2012
|
+
</p>
|
|
2013
|
+
<p><strong>Paragraph 8. Certain Rights and Remedies</strong></p>
|
|
2014
|
+
<ol type="a" class="lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b">
|
|
2015
|
+
<li>
|
|
2016
|
+
<p><em><strong>Secured Party’s Rights and Remedies.</strong></em> If at any time a Secured Party Rights
|
|
2017
|
+
Event has occurred and is continuing, then, unless the Pledgor has paid in full all of its
|
|
2018
|
+
Obligations, the Secured Party may exercise one or more of the following rights and remedies:
|
|
2019
|
+
</p>
|
|
2020
|
+
<ol type="i">
|
|
2021
|
+
<li>
|
|
2022
|
+
<p>all rights and remedies available to a secured party under applicable law with respect to
|
|
2023
|
+
Posted Collateral (IM);
|
|
2024
|
+
</p>
|
|
2025
|
+
</li>
|
|
2026
|
+
<li>
|
|
2027
|
+
<p>any other rights and remedies available to the Secured Party under the terms of Other Posted
|
|
2028
|
+
Support (IM), if any;
|
|
2029
|
+
</p>
|
|
2030
|
+
</li>
|
|
2031
|
+
<li>
|
|
2032
|
+
<p>the right to Set-off (A) any amounts payable by the Pledgor with respect to any
|
|
2033
|
+
Obligations and (B) any Cash amounts and the Cash equivalent of any non-Cash items
|
|
2034
|
+
posted to the Pledgor by the Secured Party as margin under any Other CSA (other than any
|
|
2035
|
+
Other CSA Excluded Credit Support) the return of which is due to the Secured Party against
|
|
2036
|
+
any Posted Collateral (IM) or the Cash equivalent of any Posted Collateral (IM) (or any
|
|
2037
|
+
obligation of the Secured Party to Transfer that Posted Collateral (IM)); and
|
|
2038
|
+
</p>
|
|
2039
|
+
</li>
|
|
2040
|
+
<li>
|
|
2041
|
+
<p>the right to liquidate any Posted Collateral (IM) through one or more public or private
|
|
2042
|
+
sales or other dispositions with such notice, if any, as may be required under applicable
|
|
2043
|
+
law, free from any claim or right of any nature whatsoever of the Pledgor, including any
|
|
2044
|
+
equity or right of redemption by the Pledgor (with the Secured Party having the right to
|
|
2045
|
+
purchase any or all of the Posted Collateral (IM) to be sold) and to apply the proceeds (or
|
|
2046
|
+
the Cash equivalent thereof) from the liquidation of the Posted Collateral (IM) to:
|
|
2047
|
+
(A) any amounts payable by the Pledgor with respect to any Obligations and
|
|
2048
|
+
(B) any Cash amounts and the Cash equivalent of any non-Cash items posted to the
|
|
2049
|
+
Pledgor by the Secured Party as margin under any Other CSA (other than any Other CSA
|
|
2050
|
+
Excluded Credit Support) the return of which is due to the Secured Party in such order as
|
|
2051
|
+
the Secured Party may elect.
|
|
2052
|
+
</p>
|
|
2053
|
+
</li>
|
|
2054
|
+
</ol>
|
|
2055
|
+
<p>Each party acknowledges and agrees that Posted Collateral (IM) in the form of securities may decline
|
|
2056
|
+
speedily in value and is of a type customarily sold on a recognized market, and, accordingly, the
|
|
2057
|
+
Pledgor is not entitled to prior notice of any sale of that Posted Collateral (IM) by the Secured
|
|
2058
|
+
Party, except any notice that is required under applicable law and cannot be waived.
|
|
2059
|
+
</p>
|
|
2060
|
+
</li>
|
|
2061
|
+
<li>
|
|
2062
|
+
<p><em><strong>Pledgor’s Rights and Remedies.</strong></em> If at any time a Pledgor Rights Event or,
|
|
2063
|
+
if specified as applicable in Paragraph 13, a Pledgor Additional Rights Event has occurred and is
|
|
2064
|
+
continuing, then:
|
|
2065
|
+
</p>
|
|
2066
|
+
<ol type="i">
|
|
2067
|
+
<li>
|
|
2068
|
+
<p>the Pledgor may exercise all rights and remedies available to a pledgor under applicable law
|
|
2069
|
+
with respect to Posted Collateral (IM);
|
|
2070
|
+
</p>
|
|
2071
|
+
</li>
|
|
2072
|
+
<li>
|
|
2073
|
+
<p>the Pledgor may exercise any other rights and remedies available to the Pledgor under the
|
|
2074
|
+
terms of Other Posted Support (IM), if any;
|
|
2075
|
+
</p>
|
|
2076
|
+
</li>
|
|
2077
|
+
<li>
|
|
2078
|
+
<p>the Secured Party will be obligated immediately to Transfer all Posted Collateral (IM) to
|
|
2079
|
+
the Pledgor; and
|
|
2080
|
+
</p>
|
|
2081
|
+
</li>
|
|
2082
|
+
<li>
|
|
2083
|
+
<p>to the extent that Posted Collateral (IM) is not so Transferred pursuant to (iii) above, the
|
|
2084
|
+
Pledgor may:
|
|
2085
|
+
</p>
|
|
2086
|
+
<ol>
|
|
2087
|
+
<li>
|
|
2088
|
+
<p>Set-off any amounts payable by the Pledgor with respect to any Obligations against
|
|
2089
|
+
any Posted Collateral (IM) or the Cash equivalent of any Posted Collateral (IM) (or
|
|
2090
|
+
any obligation of the Secured Party to Transfer that Posted Collateral (IM)); and
|
|
2091
|
+
</p>
|
|
2092
|
+
</li>
|
|
2093
|
+
<li>
|
|
2094
|
+
<p>to the extent that the Pledgor does not Set-off under (iv)(A) above, withhold
|
|
2095
|
+
payment of any remaining amounts payable by the Pledgor with respect to any
|
|
2096
|
+
Obligations, up to the Value of any remaining Posted Collateral (IM), until that
|
|
2097
|
+
Posted Collateral (IM) is Transferred to the Pledgor.
|
|
2098
|
+
</p>
|
|
2099
|
+
</li>
|
|
2100
|
+
</ol>
|
|
2101
|
+
</li>
|
|
2102
|
+
</ol>
|
|
2103
|
+
</li>
|
|
2104
|
+
<li>
|
|
2105
|
+
<p><em><strong>Deficiencies and Excess Proceeds.</strong></em></p>
|
|
2106
|
+
<ol type="i">
|
|
2107
|
+
<li>
|
|
2108
|
+
<p>A party (the “<em><strong>Deficiency Obligor</strong></em>”) will remain liable for all
|
|
2109
|
+
Obligations of such party remaining unsatisfied after the exercise of rights and remedies
|
|
2110
|
+
by the other party (the “<em><strong>Exercising Party</strong></em>”) under Paragraph 8(a)
|
|
2111
|
+
or (b).
|
|
2112
|
+
</p>
|
|
2113
|
+
</li>
|
|
2114
|
+
<li>
|
|
2115
|
+
<p>Following the exercise of such rights and remedies, the Exercising Party will, as the
|
|
2116
|
+
Secured Party, Transfer to the Deficiency Obligor any proceeds and Posted Credit Support
|
|
2117
|
+
(IM) remaining after satisfaction in full of all payment and delivery Obligations of the
|
|
2118
|
+
Deficiency Obligor, including (if applicable) the Transfer and release to the Exercising
|
|
2119
|
+
Party by the Deficiency Obligor, in its capacity as the Secured Party, of all Posted Credit
|
|
2120
|
+
Support (IM) hereunder and the return of any other amounts and items posted by the
|
|
2121
|
+
Exercising Party to the Deficiency Obligor as credit support under any Other CSA.
|
|
2122
|
+
</p>
|
|
2123
|
+
</li>
|
|
2124
|
+
</ol>
|
|
2125
|
+
</li>
|
|
2126
|
+
<li>
|
|
2127
|
+
<p><em><strong>Final Returns.</strong></em> Subject to Paragraph 8(c), upon satisfaction in full of all
|
|
2128
|
+
Obligations of the Pledgor (except for any potential liability under Section 2(d) of this
|
|
2129
|
+
Agreement or any obligation to transfer any interest payment under any Other CSA), the Secured
|
|
2130
|
+
Party will Transfer to the Pledgor all Posted Credit Support (IM), if any.
|
|
2131
|
+
</p>
|
|
2132
|
+
</li>
|
|
2133
|
+
</ol>
|
|
2134
|
+
<p><strong>Paragraph 9. Representations</strong></p>
|
|
2135
|
+
<p>Each party represents to the other party (which representations will be deemed to be repeated as of each
|
|
2136
|
+
date on which it, as the Pledgor, Transfers Eligible Collateral (IM)) that:
|
|
2137
|
+
</p>
|
|
2138
|
+
<ol class="none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b" data-unwrap-at="1">
|
|
2139
|
+
<li>
|
|
2140
|
+
<ol type="i" class="lowerRoman-b--upperRoman--none--none--none--none">
|
|
2141
|
+
<li>
|
|
2142
|
+
<p>it has the power to grant a security interest in and lien on any Eligible Collateral (IM) it
|
|
2143
|
+
Transfers as the Pledgor and has taken all necessary actions to authorize the granting of
|
|
2144
|
+
that security interest and lien;
|
|
2145
|
+
</p>
|
|
2146
|
+
</li>
|
|
2147
|
+
<li>
|
|
2148
|
+
<p>it is the sole owner of or otherwise has the right to Transfer all Eligible Collateral (IM)
|
|
2149
|
+
it Transfers to the Secured Party hereunder, free and clear of any security interest, lien,
|
|
2150
|
+
encumbrance or other restrictions other than the security interest and lien granted under
|
|
2151
|
+
Paragraph 2 or any security interest in favor of the Custodian (IM) expressly referred
|
|
2152
|
+
to in the Control Agreement;
|
|
2153
|
+
</p>
|
|
2154
|
+
</li>
|
|
2155
|
+
<li>
|
|
2156
|
+
<p>upon the Transfer of any Eligible Collateral (IM) to the Secured Party under the terms of
|
|
2157
|
+
this Annex, the Secured Party will have a valid and perfected first priority security
|
|
2158
|
+
interest therein (assuming that any central clearing corporation or any third-party
|
|
2159
|
+
financial intermediary or other entity not within the control of the Pledgor involved in
|
|
2160
|
+
the Transfer of that Eligible Collateral (IM) gives the notices and takes the action
|
|
2161
|
+
required of it under applicable law for perfection of that interest), except to the extent
|
|
2162
|
+
subordinate to any security interest in favor of the Custodian (IM) expressly referred to
|
|
2163
|
+
in the Control Agreement; and
|
|
2164
|
+
</p>
|
|
2165
|
+
</li>
|
|
2166
|
+
<li>
|
|
2167
|
+
<p>the performance by it of its obligations under this Annex will not result in the creation of
|
|
2168
|
+
any security interest, lien or other encumbrance on any Posted Collateral (IM) other than
|
|
2169
|
+
the security interest and lien granted under Paragraph 2 or any security interest in
|
|
2170
|
+
favor of the Custodian (IM) expressly referred to in the Control Agreement.
|
|
2171
|
+
</p>
|
|
2172
|
+
</li>
|
|
2173
|
+
</ol>
|
|
2174
|
+
</li>
|
|
2175
|
+
</ol>
|
|
2176
|
+
<p><strong>Paragraph 10. Expenses</strong></p>
|
|
2177
|
+
<ol type="a" class="lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b">
|
|
2178
|
+
<li>
|
|
2179
|
+
<p><em><strong>General.</strong></em> Except as otherwise provided in Paragraphs 10(b) and 10(c),
|
|
2180
|
+
each party will pay its own costs and expenses in connection with performing its obligations under
|
|
2181
|
+
this Annex and neither party will be liable for any costs and expenses incurred by the other party
|
|
2182
|
+
in connection herewith.
|
|
2183
|
+
</p>
|
|
2184
|
+
</li>
|
|
2185
|
+
<li>
|
|
2186
|
+
<p><em><strong>Posted Credit Support (IM).</strong></em> The Pledgor will promptly pay when due all
|
|
2187
|
+
taxes, assessments or charges of any nature that are imposed with respect to Posted Credit Support
|
|
2188
|
+
(IM) held by the Custodian (IM) upon becoming aware of the same.
|
|
2189
|
+
</p>
|
|
2190
|
+
</li>
|
|
2191
|
+
<li>
|
|
2192
|
+
<p><em><strong>Liquidation/Application of Posted Credit Support (IM).</strong></em> All reasonable
|
|
2193
|
+
costs and expenses incurred by or on behalf of the Secured Party or the Pledgor in connection with
|
|
2194
|
+
the liquidation and/or application of any Posted Credit Support (IM) under Paragraph 8 or the
|
|
2195
|
+
Control Agreement, as applicable, will be payable, on demand and pursuant to the Expenses Section
|
|
2196
|
+
of this Agreement, by the Defaulting Party or, if there is no Defaulting Party, equally by the
|
|
2197
|
+
parties.
|
|
2198
|
+
</p>
|
|
2199
|
+
</li>
|
|
2200
|
+
</ol>
|
|
2201
|
+
<p><strong>Paragraph 11. Miscellaneous</strong></p>
|
|
2202
|
+
<ol type="a" class="lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b">
|
|
2203
|
+
<li>
|
|
2204
|
+
<p><em><strong>Default Interest.</strong></em> A Secured Party that fails to make, when due, any
|
|
2205
|
+
Transfer of Posted Collateral (IM) will be obligated to pay the Pledgor (to the extent permitted
|
|
2206
|
+
under applicable law) an amount equal to interest at the Default Rate multiplied by the Value of
|
|
2207
|
+
the items of property that were required to be Transferred, from (and including) the date that
|
|
2208
|
+
Posted Collateral (IM) was required to be Transferred to (but excluding) the date of Transfer of
|
|
2209
|
+
that Posted Collateral (IM). This interest will be calculated on the basis of daily compounding and
|
|
2210
|
+
the actual number of days elapsed.
|
|
2211
|
+
</p>
|
|
2212
|
+
</li>
|
|
2213
|
+
<li>
|
|
2214
|
+
<p><em><strong>Further Assurances.</strong></em> Promptly following a demand made by a party, the other
|
|
2215
|
+
party will execute, deliver, file and record any financing statement, specific assignment or other
|
|
2216
|
+
document and take any other action that may be necessary or desirable and reasonably requested by
|
|
2217
|
+
that party to create, preserve, perfect or validate any security interest or lien granted under
|
|
2218
|
+
Paragraph 2, to enable that party to exercise or enforce its rights under this Annex with
|
|
2219
|
+
respect to Posted Credit Support (IM) or to effect or document a release of a security interest on
|
|
2220
|
+
Posted Collateral (IM).
|
|
2221
|
+
</p>
|
|
2222
|
+
</li>
|
|
2223
|
+
<li>
|
|
2224
|
+
<p><em><strong>Further Protection.</strong></em> The Pledgor will promptly give notice to the Secured
|
|
2225
|
+
Party of, and defend against, any suit, action, proceeding or lien that involves Posted Credit
|
|
2226
|
+
Support (IM) Transferred by the Pledgor or that could adversely affect the security interest and
|
|
2227
|
+
lien granted by it under Paragraph 2.
|
|
2228
|
+
</p>
|
|
2229
|
+
</li>
|
|
2230
|
+
<li>
|
|
2231
|
+
<p><em><strong>Good Faith and Commercially Reasonable Manner.</strong></em> Performance of all
|
|
2232
|
+
obligations under this Annex, including, but not limited to, all calculations, valuations and
|
|
2233
|
+
determinations made by either party, will be made in good faith and in a commercially reasonable
|
|
2234
|
+
manner.
|
|
2235
|
+
</p>
|
|
2236
|
+
</li>
|
|
2237
|
+
<li>
|
|
2238
|
+
<p><em><strong>Demands and Notices.</strong></em> All demands and notices made by a party under this
|
|
2239
|
+
Annex will be made as specified in the Notices Section of this Agreement, except as otherwise
|
|
2240
|
+
provided in Paragraph 13.
|
|
2241
|
+
</p>
|
|
2242
|
+
</li>
|
|
2243
|
+
<li>
|
|
2244
|
+
<p><em><strong>Specifications of Certain Matters.</strong></em> Anything referred to in this Annex as
|
|
2245
|
+
being specified in Paragraph 13 also may be specified in one or more Confirmations or other
|
|
2246
|
+
documents and this Annex will be construed accordingly.
|
|
2247
|
+
</p>
|
|
2248
|
+
</li>
|
|
2249
|
+
</ol>
|
|
2250
|
+
<p><strong>Paragraph 12. Definitions</strong></p>
|
|
2251
|
+
<p>As used in this Annex:—</p>
|
|
2252
|
+
<p>“<em><strong>Base Currency</strong></em>” means the currency specified as such in Paragraph 13.</p>
|
|
2253
|
+
<p>“<em><strong>Base Currency Equivalent</strong></em>” means, with respect to an amount on a Calculation Date
|
|
2254
|
+
(IM), in the case of an amount denominated in the Base Currency, such Base Currency amount and, in the case
|
|
2255
|
+
of an amount denominated in a currency other than the Base Currency (the “<em><strong>Other Currency</strong></em>”),
|
|
2256
|
+
the amount of Base Currency required to purchase such amount of the Other Currency at the spot exchange
|
|
2257
|
+
rate on such Calculation Date (IM) as determined by the Calculation Agent (IM).
|
|
2258
|
+
</p>
|
|
2259
|
+
<p>“<em><strong>Calculation Agent (IM)</strong></em>” has the meaning specified in Paragraph 13.</p>
|
|
2260
|
+
<p>“<em><strong>Calculation Date (IM)</strong></em>” means, unless otherwise specified in Paragraph 13,
|
|
2261
|
+
each day from, and including, the date of this Annex, that is a day on which commercial banks are open for
|
|
2262
|
+
general business in at least one Calculation Date Location (IM) for Party A and at least one
|
|
2263
|
+
Calculation Date Location (IM) for Party B.
|
|
2264
|
+
</p>
|
|
2265
|
+
<p>“<em><strong>Calculation Date Location (IM)</strong></em>” has the meaning specified in Paragraph 13.</p>
|
|
2266
|
+
<p>“<em><strong>Calculation Time (IM)</strong></em>” means, unless otherwise specified in Paragraph 13,
|
|
2267
|
+
the time as of which the Calculation Agent (IM) computes its end of day valuations of derivatives
|
|
2268
|
+
transactions in the ordinary course of its business (or such other commercially reasonable convenient time
|
|
2269
|
+
on the relevant day as the Calculation Agent (IM) may determine).
|
|
2270
|
+
</p>
|
|
2271
|
+
<p>“<em><strong>Cash</strong></em>” means, respectively, the Base Currency and each other Eligible Currency.</p>
|
|
2272
|
+
<p>“<em><strong>Control Agreement</strong></em>” has the meaning specified in Paragraph 13.</p>
|
|
2273
|
+
<p>“<em><strong>Covered Transactions (IM)</strong></em>” has the meaning specified in Paragraph 13.</p>
|
|
2274
|
+
<p>“<em><strong>Credit Support Amount (IM)</strong></em>” has the meaning specified in Paragraph 3.</p>
|
|
2275
|
+
<p>“<em><strong>Custodian Event</strong></em>” has the meaning specified in Paragraph 13.</p>
|
|
2276
|
+
<p>“<em><strong>Custodian (IM)</strong></em>” means, with respect to a party as the Secured Party and the other
|
|
2277
|
+
party as the Pledgor, the meaning specified in Paragraph 13. For the avoidance of doubt, any reference
|
|
2278
|
+
in this Annex to the “Custodian (IM)” refers to the Custodian (IM) in respect of the Pledgor.
|
|
2279
|
+
</p>
|
|
2280
|
+
<p>“<em><strong>Deficiency Obligor</strong></em>” has the meaning specified in Paragraph 8(c).</p>
|
|
2281
|
+
<p>“<em><strong>Delivery Amount (IM)</strong></em>” has the meaning specified in Paragraph 3(a).</p>
|
|
2282
|
+
<p>“<em><strong>Disputing Party</strong></em>” has the meaning specified in Paragraph 5.</p>
|
|
2283
|
+
<p>“<em><strong>Distributions</strong></em>” means with respect to Posted Credit Support (IM) other than Cash,
|
|
2284
|
+
all principal, interest and other payments and distributions of cash or other property with respect
|
|
2285
|
+
thereto. Distributions will not include any item of property acquired by the Secured Party upon any
|
|
2286
|
+
disposition or liquidation of Posted Collateral (IM) or, with respect to any Posted Collateral (IM) in the
|
|
2287
|
+
form of Cash, any distributions on that collateral, unless otherwise specified herein.
|
|
2288
|
+
</p>
|
|
2289
|
+
<p>“<em><strong>Eligible Collateral (IM)</strong></em>” has the meaning specified in Paragraph 13.</p>
|
|
2290
|
+
<p>“<em><strong>Eligible Credit Support (IM)</strong></em>” means Eligible Collateral (IM) and Other Eligible
|
|
2291
|
+
Support (IM).
|
|
2292
|
+
</p>
|
|
2293
|
+
<p>“<em><strong>Eligible Currency</strong></em>” means each currency specified as such in Paragraph 13, if
|
|
2294
|
+
such currency is freely available.
|
|
2295
|
+
</p>
|
|
2296
|
+
<p>“<em><strong>Exercising Party</strong></em>” has the meaning specified in Paragraph 8(c).</p>
|
|
2297
|
+
<p>“<em><strong>FX Haircut Percentage</strong></em>” means, for any item of Eligible Collateral (IM), the
|
|
2298
|
+
percentage specified as such in Paragraph 13.
|
|
2299
|
+
</p>
|
|
2300
|
+
<p>“<em><strong>ISDA SIMM<sup>TM</sup></strong></em>” has the meaning specified in Paragraph 13.</p>
|
|
2301
|
+
<p>“<em><strong>Local Business Day</strong></em>” means, unless otherwise specified in Paragraph 13:</p>
|
|
2302
|
+
<ol class="none--lowerRoman-b" data-unwrap-at="1" type="none">
|
|
2303
|
+
<li>
|
|
2304
|
+
<ol type="i" class="lowerRoman-b important">
|
|
2305
|
+
<li>
|
|
2306
|
+
<p>in relation to a transfer of cash or other property (other than securities) under this
|
|
2307
|
+
Annex, a day on which commercial banks are open for business (including dealings in foreign
|
|
2308
|
+
exchange and foreign currency deposits) in the place where the relevant Segregated Account
|
|
2309
|
+
is located and, if different, in the principal financial center, if any, of the currency of
|
|
2310
|
+
such payment or, as applicable, place of delivery;
|
|
2311
|
+
</p>
|
|
2312
|
+
</li>
|
|
2313
|
+
<li>
|
|
2314
|
+
<p>in relation to a transfer of securities under this Annex, (a) a day on which the clearance
|
|
2315
|
+
system agreed between the parties for delivery of the securities is open for the acceptance
|
|
2316
|
+
and execution of settlement instructions or, if delivery of the securities is contemplated
|
|
2317
|
+
by other means, a day on which commercial banks are open for business (including dealings
|
|
2318
|
+
in foreign exchange and foreign currency deposits) in the place(s) agreed between the
|
|
2319
|
+
parties for this purpose and (b) a day on which commercial banks are open for business
|
|
2320
|
+
(including dealings in foreign exchange and foreign currency deposits) in the place where
|
|
2321
|
+
the relevant Segregated Account is located;
|
|
2322
|
+
</p>
|
|
2323
|
+
</li>
|
|
2324
|
+
<li>
|
|
2325
|
+
<p>in relation to a valuation under this Annex, a day on which commercial banks are open for
|
|
2326
|
+
business (including dealings in foreign exchange and foreign currency deposits) in the
|
|
2327
|
+
place(s) agreed between the parties for this purpose; and
|
|
2328
|
+
</p>
|
|
2329
|
+
</li>
|
|
2330
|
+
<li>
|
|
2331
|
+
<p>in relation to any notice or other communication under this Annex, a day on which commercial
|
|
2332
|
+
banks are open for business (including dealings in foreign exchange and foreign currency
|
|
2333
|
+
deposits) in the place specified in the address for notice most recently provided by the
|
|
2334
|
+
recipient.
|
|
2335
|
+
</p>
|
|
2336
|
+
</li>
|
|
2337
|
+
</ol>
|
|
2338
|
+
</li>
|
|
2339
|
+
</ol>
|
|
2340
|
+
<p>“<em><strong>Margin Amount (IM)</strong></em>” has the meaning specified in Paragraph 13.</p>
|
|
2341
|
+
<p>“<em><strong>Minimum Transfer Amount (IM)</strong></em>” means, with respect to a party, the amount
|
|
2342
|
+
specified as such for that party in Paragraph 13; if no amount is specified, zero.
|
|
2343
|
+
</p>
|
|
2344
|
+
<p>“<em><strong>Notification Time</strong></em>” has the meaning specified in Paragraph 13.</p>
|
|
2345
|
+
<p>“<em><strong>Obligations</strong></em>” means, with respect to a party, all present, future, actual and
|
|
2346
|
+
contingent obligations of that party under this Agreement and any additional obligations specified for that
|
|
2347
|
+
party in Paragraph 13.
|
|
2348
|
+
</p>
|
|
2349
|
+
<p>“<em><strong>Other CSA</strong></em>” means, unless otherwise specified in Paragraph 13, any other
|
|
2350
|
+
credit support annex, credit support deed or collateral transfer agreement (and related security agreement)
|
|
2351
|
+
that (i) is a Credit Support Document or (ii) forms part of the Agreement.
|
|
2352
|
+
</p>
|
|
2353
|
+
<p>“<em><strong>Other CSA Excluded Credit Support</strong></em>” means, with respect to an Other CSA, any
|
|
2354
|
+
amounts and items posted as margin under such Other CSA, which, pursuant to the terms of such Other CSA,
|
|
2355
|
+
Party A and Party B have agreed must be segregated in an account maintained by a third-party
|
|
2356
|
+
custodian or for which offsets are prohibited.
|
|
2357
|
+
</p>
|
|
2358
|
+
<p>“<em><strong>Other Eligible Support (IM)</strong></em>” means, with respect to a party, the items, if any,
|
|
2359
|
+
specified as such for that party in Paragraph 13.
|
|
2360
|
+
</p>
|
|
2361
|
+
<p>“<em><strong>Other Posted Support (IM)</strong></em>” means all Other Eligible Support (IM) Transferred to
|
|
2362
|
+
the Secured Party that remains in effect for the benefit of that Secured Party.
|
|
2363
|
+
</p>
|
|
2364
|
+
<p>“<em><strong>Pledgor</strong></em>” means either party, when that party (i) receives a demand for or is
|
|
2365
|
+
required to Transfer Eligible Credit Support (IM) under Paragraph 3(a) or (ii) has Transferred
|
|
2366
|
+
Eligible Credit Support (IM) under Paragraph 3(a).
|
|
2367
|
+
</p>
|
|
2368
|
+
<p>“<em><strong>Pledgor Additional Rights Event</strong></em>” has the meaning specified in Paragraph 13.</p>
|
|
2369
|
+
<p>“<em><strong>Pledgor Rights Event</strong></em>” has the meaning specified in Paragraph 13.</p>
|
|
2370
|
+
<p>“<em><strong>Posted Collateral (IM)</strong></em>” means all Eligible Collateral (IM), other property,
|
|
2371
|
+
Distributions, and all proceeds thereof that have been Transferred to or received by the Secured Party
|
|
2372
|
+
under this Annex or otherwise credited to the relevant Segregated Account by the Custodian (IM) and not
|
|
2373
|
+
Transferred to the Pledgor pursuant to Paragraph 3(b), 4(d)(ii), or the provisions of Paragraph 13
|
|
2374
|
+
relating to the Return of Posted Credit Support (IM) with a Value of zero, released by the Secured Party
|
|
2375
|
+
under Paragraph 8, or otherwise debited from the relevant Segregated Account by the Custodian (IM).
|
|
2376
|
+
</p>
|
|
2377
|
+
<p>“<em><strong>Posted Credit Support (IM)</strong></em>” means Posted Collateral (IM) and Other Posted Support
|
|
2378
|
+
(IM).
|
|
2379
|
+
</p>
|
|
2380
|
+
<p>“<em><strong>Recalculation Date</strong></em>” has the meaning specified in Paragraph 13.</p>
|
|
2381
|
+
<p>“<em><strong>Regular Settlement Day</strong></em>” means, unless otherwise specified in Paragraph 13,
|
|
2382
|
+
the same Local Business Day on which a demand for the Transfer of Eligible Credit Support (IM) or Posted
|
|
2383
|
+
Credit Support (IM) is made.
|
|
2384
|
+
</p>
|
|
2385
|
+
<p>“<em><strong>Resolution Time</strong></em>” has the meaning specified in Paragraph 13.</p>
|
|
2386
|
+
<p>“<em><strong>Return Amount (IM)</strong></em>” has the meaning specified in Paragraph 3(b).</p>
|
|
2387
|
+
<p>“<em><strong>Secured Party</strong></em>” means either party, when that party (i) makes a demand for or
|
|
2388
|
+
is entitled to receive Eligible Credit Support (IM) under Paragraph 3(a) or (ii) holds or is
|
|
2389
|
+
deemed to hold Posted Credit Support (IM).
|
|
2390
|
+
</p>
|
|
2391
|
+
<p>“<em><strong>Secured Party Rights Event</strong></em>” has the meaning specified in Paragraph 13.</p>
|
|
2392
|
+
<p>“<em><strong>Segregated Account</strong></em>” has the meaning specified in Paragraph 1(d).</p>
|
|
2393
|
+
<p>“<em><strong>Set-off</strong></em>” means set-off, offset, combination of accounts, right of retention or
|
|
2394
|
+
withholding or similar right or requirement (whether arising under this Agreement, another contract,
|
|
2395
|
+
applicable law or otherwise) and, when used as a verb, the exercise of any such right or the imposition of
|
|
2396
|
+
any such requirement, and, for purposes of the foregoing, includes the right to convert a currency in which
|
|
2397
|
+
one amount is denominated into the currency in which the other is denominated at the rate of exchange at
|
|
2398
|
+
which the party exercising such right of Set-off would be able, in good faith and using commercially
|
|
2399
|
+
reasonable procedures, to purchase the relevant amount of such currency.
|
|
2400
|
+
</p>
|
|
2401
|
+
<p>“<em><strong>Specified Condition</strong></em>” means, with respect to a party, any event specified as such
|
|
2402
|
+
for that party in Paragraph 13.
|
|
2403
|
+
</p>
|
|
2404
|
+
<p>“<em><strong>Substitute Credit Support (IM)</strong></em>” has the meaning specified in
|
|
2405
|
+
Paragraph 4(d)(i).
|
|
2406
|
+
</p>
|
|
2407
|
+
<p>“<em><strong>Substitution Date</strong></em>” has the meaning specified in Paragraph 4(d)(ii).</p>
|
|
2408
|
+
<p>“<em><strong>Threshold</strong></em>” means, with respect to a party, the amount specified as such for that
|
|
2409
|
+
party in Paragraph 13; if no amount is specified, zero.
|
|
2410
|
+
</p>
|
|
2411
|
+
<p>“<em><strong>Transfer</strong></em>” means, with respect to any Eligible Credit Support (IM) or Posted
|
|
2412
|
+
Credit Support (IM), and in accordance with the instructions of the Secured Party, Pledgor or Custodian
|
|
2413
|
+
(IM), as applicable:
|
|
2414
|
+
</p>
|
|
2415
|
+
<ol class="none--lowerRoman-b" type="none" data-unwrap-at="1">
|
|
2416
|
+
<li>
|
|
2417
|
+
<ol type="i" class="lowerRoman-b important">
|
|
2418
|
+
<li>
|
|
2419
|
+
<p>in the case of Eligible Credit Support (IM) in the form of Cash or securities, (A) book
|
|
2420
|
+
entry, wire or other transfer of such Eligible Credit Support (IM) to the Custodian (IM)
|
|
2421
|
+
(accompanied in the case of certificated securities that cannot be paid or delivered by
|
|
2422
|
+
book-entry by any duly executed instruments of transfer, assignments in blank, transfer tax
|
|
2423
|
+
stamps or any other documents necessary to permit the Custodian (IM) to make legally valid
|
|
2424
|
+
transfers of such certificated securities upon instruction of the Secured Party) and (B)
|
|
2425
|
+
the Custodian (IM)’s crediting such assets to the relevant Segregated Account;
|
|
2426
|
+
</p>
|
|
2427
|
+
</li>
|
|
2428
|
+
<li>
|
|
2429
|
+
<p>in the case of Posted Credit Support (IM) in the form of Cash or securities, by book entry,
|
|
2430
|
+
wire or other transfer of such Posted Credit Support (IM) by the Custodian (IM) to the
|
|
2431
|
+
relevant cash securities or other account of the Pledgor (with the same Custodian (IM) or
|
|
2432
|
+
elsewhere) identified by the Pledgor for the receipt of such Transfer (accompanied in the
|
|
2433
|
+
case of certificated securities that cannot be paid or delivered by book-entry by any duly
|
|
2434
|
+
executed instruments of transfer, assignments in blank, transfer tax stamps or any other
|
|
2435
|
+
documents necessary to constitute a legally valid transfer to permit the Pledgor to make
|
|
2436
|
+
legally valid transfers of such certificated securities without further action of the
|
|
2437
|
+
Custodian (IM)); and
|
|
2438
|
+
</p>
|
|
2439
|
+
</li>
|
|
2440
|
+
<li>
|
|
2441
|
+
<p>in the case of Other Eligible Support (IM) or Other Posted Support (IM), as specified in
|
|
2442
|
+
Paragraph 13.
|
|
2443
|
+
</p>
|
|
2444
|
+
</li>
|
|
2445
|
+
</ol>
|
|
2446
|
+
</li>
|
|
2447
|
+
</ol>
|
|
2448
|
+
<p>“<em><strong>Valuation Percentage</strong></em>” means, for any item of Eligible Collateral (IM), the
|
|
2449
|
+
percentage specified as such in Paragraph 13.
|
|
2450
|
+
</p>
|
|
2451
|
+
<p>“<em><strong>Value</strong></em>” means, unless otherwise specified in Paragraph 13, for any
|
|
2452
|
+
Calculation Date (IM) or other date for which Value is calculated and subject to Paragraph 5 in the
|
|
2453
|
+
case of a dispute, with respect to:
|
|
2454
|
+
</p>
|
|
2455
|
+
<ol class="none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b" data-unwrap-at="1">
|
|
2456
|
+
<li>
|
|
2457
|
+
<ol type="i" class="lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b">
|
|
2458
|
+
<li>
|
|
2459
|
+
<p>save as provided in clause (ii) below, Eligible Collateral (IM) or Posted Collateral (IM)
|
|
2460
|
+
that is:
|
|
2461
|
+
</p>
|
|
2462
|
+
<ol type="a" class="upper">
|
|
2463
|
+
<li>
|
|
2464
|
+
<p>an amount of Cash, the Base Currency Equivalent of such amount multiplied by<br>
|
|
2465
|
+
(VP – H<sub>FX</sub>); and
|
|
2466
|
+
</p>
|
|
2467
|
+
</li>
|
|
2468
|
+
<li>
|
|
2469
|
+
<p>a security, the Base Currency Equivalent of the bid price obtained by the
|
|
2470
|
+
Calculation Agent (IM) multiplied by (VP – H<sub>FX</sub>), where:
|
|
2471
|
+
</p>
|
|
2472
|
+
<p><strong>VP</strong> equals the applicable Valuation Percentage; and</p>
|
|
2473
|
+
<p><strong>H<sub>FX</sub></strong> equals the applicable FX Haircut Percentage;</p>
|
|
2474
|
+
</li>
|
|
2475
|
+
</ol>
|
|
2476
|
+
<p><em>provided</em> that, for the purposes of calculating Value under Paragraph 8(b)(iv)(B) or
|
|
2477
|
+
Paragraph 11(a), the VP will be 100% and H<sub>FX</sub> will be zero.
|
|
2478
|
+
</p>
|
|
2479
|
+
</li>
|
|
2480
|
+
<li>
|
|
2481
|
+
<p>Posted Collateral (IM) that consists of items that are, in respect of the relevant posting
|
|
2482
|
+
obligation, deemed as of such date to have a Value of zero pursuant to Paragraph 13, zero;
|
|
2483
|
+
and
|
|
2484
|
+
</p>
|
|
2485
|
+
</li>
|
|
2486
|
+
<li>
|
|
2487
|
+
<p>Other Eligible Support (IM) and Other Posted Support (IM), as specified in
|
|
2488
|
+
Paragraph 13.
|
|
2489
|
+
</p>
|
|
2490
|
+
</li>
|
|
2491
|
+
</ol>
|
|
2492
|
+
</li>
|
|
2493
|
+
</ol>
|
|
2494
|
+
<p class="break-before"><strong>Paragraph 13. Elections and Variables</strong></p>
|
|
2495
|
+
<p><em><strong>General Principles:</strong></em></p>
|
|
2496
|
+
<p>For the purposes of this Annex, the Parties have specified the regulatory regimes (the “<em><strong>Regimes</strong></em>”)
|
|
2497
|
+
applicable to them in their capacity as Secured Party in the below table.
|
|
2498
|
+
</p>
|
|
2499
|
+
<table class="with-border regimes docx-table-cols-85-175-175-175" style="width:100%;">
|
|
2500
|
+
<tbody>
|
|
2501
|
+
<tr>
|
|
2502
|
+
<th style="text-align:left;"><strong>Regime</strong></th>
|
|
2503
|
+
<th style="text-align:left;"><strong>Party A as Secured Party (Party B as Pledgor)</strong></th>
|
|
2504
|
+
<th style="text-align:left;"><strong>Party B as Secured Party (Party A as Pledgor)</strong></th>
|
|
2505
|
+
<th style="text-align:left;"><strong>Additional Type for the purposes of Covered Transactions (IM)</strong></th>
|
|
2506
|
+
</tr>
|
|
2507
|
+
</tbody>
|
|
2508
|
+
<tbody>
|
|
2509
|
+
</tbody>
|
|
2510
|
+
<tbody>
|
|
2511
|
+
<tr class="odd" data-amend="emir" data-id="emir">
|
|
2512
|
+
<td><strong>EMIR</strong></td>
|
|
2513
|
+
<td data-switch="partyA_secured_party"><span data-default="true"><ins class='diffins'>[</ins>Applicable<ins class='diffins'>/ Not Applicable]</ins></span>
|
|
2514
|
+
</td>
|
|
2515
|
+
<td data-switch="partyB_secured_party"><span data-default="true"><ins class='diffins'>[</ins>Applicable<ins class='diffins'>/ Not Applicable]</ins></span>
|
|
2516
|
+
</td>
|
|
2517
|
+
<td data-switch="additional_type"><span data-default="true" data-switch="partyA_secured_party & partyB_secured_party"><span data-default="true"><ins class='mod span'><ins class='diffins'>[</ins>Not Applicable<ins class='diffins'>/ single stock equity option or index option
|
|
2518
|
+
transaction as referred to in the transitional provisions (if any) of the EMIR RTS]</ins></ins></span><ins class='diffins'>
|
|
2519
|
+
</ins></span>
|
|
2520
|
+
</td>
|
|
2521
|
+
</tr>
|
|
2522
|
+
<tr class="even" data-amend="emir" data-if="partyA_secured_party & partyB_secured_party !== 'not_applicable'" data-id="emir">
|
|
2523
|
+
<td style="border-top:0;"></td>
|
|
2524
|
+
<td data-switch="partyA_secured_party">
|
|
2525
|
+
<div data-range="true" data-when-not="not_applicable">
|
|
2526
|
+
<p data-switch="partyA_SIMM" data-when="applicable, other" style="text-align:left;">SIMM
|
|
2527
|
+
Exception: <span data-default="true">[Not Applicable/ Applicable: [Specify]]</span>
|
|
2528
|
+
</p>
|
|
2529
|
+
<p data-switch="partyA_retrospective" data-when="applicable, other" style="text-align:left;"><span data-default="true">[Retrospective Effect: <span>[Not Applicable/ Applicable]</span></span>
|
|
2530
|
+
</p>
|
|
2531
|
+
</div>
|
|
2532
|
+
</td>
|
|
2533
|
+
<td data-switch="partyB_secured_party">
|
|
2534
|
+
<div data-range="true" data-when-not="not_applicable">
|
|
2535
|
+
<p data-switch="partyB_SIMM" data-when="applicable, other" style="text-align:left;">SIMM
|
|
2536
|
+
Exception: <span data-default="true">[Not Applicable/ Applicable: [Specify]]</span>
|
|
2537
|
+
</p>
|
|
2538
|
+
<p data-switch="partyB_retrospective" data-when="applicable, other" style="text-align:left;"><span data-default="true">[Retrospective Effect: <span>[Not Applicable/ Applicable]</span></span>
|
|
2539
|
+
</p>
|
|
2540
|
+
</div>
|
|
2541
|
+
</td>
|
|
2542
|
+
<td></td>
|
|
2543
|
+
</tr>
|
|
2544
|
+
<tr class="odd" data-amend="prudential" data-id="prudential">
|
|
2545
|
+
<td><strong>Prudential</strong></td>
|
|
2546
|
+
<td data-switch="partyA_secured_party"><span data-default="true"><ins class='diffins'>[</ins>Applicable<ins class='diffins'>/ Not Applicable]</ins></span>
|
|
2547
|
+
</td>
|
|
2548
|
+
<td data-switch="partyB_secured_party"><span data-default="true"><ins class='diffins'>[</ins>Applicable<ins class='diffins'>/ Not Applicable]</ins></span>
|
|
2549
|
+
</td>
|
|
2550
|
+
<td data-switch="additional_type"><span data-default="true" data-switch="partyA_secured_party & partyB_secured_party"><span data-default="true"><ins class='mod span'><ins class='diffins'>[</ins>Not<del class='diffmod'>
|
|
2551
|
+
</del><ins class='diffmod'> </ins>Applicable<ins class='diffins'>]</ins></ins></span></span>
|
|
2552
|
+
</td>
|
|
2553
|
+
</tr>
|
|
2554
|
+
<tr class="even" data-amend="prudential" data-if="partyA_secured_party & partyB_secured_party !== 'not_applicable'" data-id="prudential">
|
|
2555
|
+
<td style="border-top:0;"></td>
|
|
2556
|
+
<td data-switch="partyA_secured_party">
|
|
2557
|
+
<div data-range="true" data-when-not="not_applicable">
|
|
2558
|
+
<p data-switch="partyA_SIMM" data-when="applicable, other" style="text-align:left;">SIMM
|
|
2559
|
+
Exception: <span data-default="true">[Not Applicable/ Applicable: [Specify]]</span>
|
|
2560
|
+
</p>
|
|
2561
|
+
<p data-switch="partyA_retrospective" data-when="applicable, other" style="text-align:left;"><span data-default="true">[Retrospective Effect: <span>[Not Applicable/ Applicable]</span></span>
|
|
2562
|
+
</p>
|
|
2563
|
+
</div>
|
|
2564
|
+
</td>
|
|
2565
|
+
<td data-switch="partyB_secured_party">
|
|
2566
|
+
<div data-range="true" data-when-not="not_applicable">
|
|
2567
|
+
<p data-switch="partyB_SIMM" data-when="applicable, other" style="text-align:left;">SIMM
|
|
2568
|
+
Exception: <span data-default="true">[Not Applicable/ Applicable: [Specify]]</span>
|
|
2569
|
+
</p>
|
|
2570
|
+
<p data-switch="partyB_retrospective" data-when="applicable, other" style="text-align:left;"><span data-default="true">[Retrospective Effect: <span>[Not Applicable/ Applicable]</span></span>
|
|
2571
|
+
</p>
|
|
2572
|
+
</div>
|
|
2573
|
+
</td>
|
|
2574
|
+
<td></td>
|
|
2575
|
+
</tr>
|
|
2576
|
+
<tr class="odd" data-amend="cftc" data-id="cftc">
|
|
2577
|
+
<td><strong>CFTC</strong></td>
|
|
2578
|
+
<td data-switch="partyA_secured_party"><span data-default="true">[Applicable/ Not Applicable]</span>
|
|
2579
|
+
</td>
|
|
2580
|
+
<td data-switch="partyB_secured_party"><span data-default="true">[Applicable/ Not Applicable]</span>
|
|
2581
|
+
</td>
|
|
2582
|
+
<td data-switch="additional_type"><span data-default="true" data-switch="partyA_secured_party & partyB_secured_party"><span data-default="true">[Not Applicable]</span></span>
|
|
2583
|
+
</td>
|
|
2584
|
+
</tr>
|
|
2585
|
+
<tr class="even" data-amend="cftc" data-if="partyA_secured_party & partyB_secured_party !== 'not_applicable'" data-id="cftc">
|
|
2586
|
+
<td style="border-top:0;"></td>
|
|
2587
|
+
<td data-switch="partyA_secured_party">
|
|
2588
|
+
<div data-range="true" data-when-not="not_applicable">
|
|
2589
|
+
<p data-switch="partyA_SIMM" data-when="applicable, other" style="text-align:left;">SIMM
|
|
2590
|
+
Exception: <span data-default="true">[Not Applicable/ Applicable: [Specify]]</span>
|
|
2591
|
+
</p>
|
|
2592
|
+
<p data-switch="partyA_retrospective" data-when="applicable, other" style="text-align:left;"><span data-default="true">[Retrospective Effect: <span>[Not Applicable/ Applicable]</span></span>
|
|
2593
|
+
</p>
|
|
2594
|
+
</div>
|
|
2595
|
+
</td>
|
|
2596
|
+
<td data-switch="partyB_secured_party">
|
|
2597
|
+
<div data-range="true" data-when-not="not_applicable">
|
|
2598
|
+
<p data-switch="partyB_SIMM" data-when="applicable, other" style="text-align:left;">SIMM
|
|
2599
|
+
Exception: <span data-default="true">[Not Applicable/ Applicable: [Specify]]</span>
|
|
2600
|
+
</p>
|
|
2601
|
+
<p data-switch="partyB_retrospective" data-when="applicable, other" style="text-align:left;"><span data-default="true">[Retrospective Effect: <span>[Not Applicable/ Applicable]</span></span>
|
|
2602
|
+
</p>
|
|
2603
|
+
</div>
|
|
2604
|
+
</td>
|
|
2605
|
+
<td></td>
|
|
2606
|
+
</tr>
|
|
2607
|
+
<tr class="odd" data-amend="sec" data-id="sec">
|
|
2608
|
+
<td><strong>SEC</strong></td>
|
|
2609
|
+
<td data-switch="partyA_secured_party"><span data-default="true">[Applicable/ Not Applicable]</span>
|
|
2610
|
+
</td>
|
|
2611
|
+
<td data-switch="partyB_secured_party"><span data-default="true">[Applicable/ Not Applicable]</span>
|
|
2612
|
+
</td>
|
|
2613
|
+
<td data-switch="additional_type"><span data-default="true" data-switch="partyA_secured_party & partyB_secured_party"><span data-default="true">[Not Applicable]</span></span>
|
|
2614
|
+
</td>
|
|
2615
|
+
</tr>
|
|
2616
|
+
<tr class="even" data-amend="sec" data-if="partyA_secured_party & partyB_secured_party !== 'not_applicable'" data-id="sec">
|
|
2617
|
+
<td style="border-top:0;"></td>
|
|
2618
|
+
<td data-switch="partyA_secured_party">
|
|
2619
|
+
<div data-range="true" data-when-not="not_applicable">
|
|
2620
|
+
<p data-switch="partyA_SIMM" data-when="applicable, other" style="text-align:left;">SIMM
|
|
2621
|
+
Exception: <span data-default="true">[Not Applicable/ Applicable: [Specify]]</span>
|
|
2622
|
+
</p>
|
|
2623
|
+
<p data-switch="partyA_retrospective" data-when="applicable, other" style="text-align:left;"><span data-default="true">[Retrospective Effect: <span>[Not Applicable/ Applicable]</span></span>
|
|
2624
|
+
</p>
|
|
2625
|
+
</div>
|
|
2626
|
+
</td>
|
|
2627
|
+
<td data-switch="partyB_secured_party">
|
|
2628
|
+
<div data-range="true" data-when-not="not_applicable">
|
|
2629
|
+
<p data-switch="partyB_SIMM" data-when="applicable, other" style="text-align:left;">SIMM
|
|
2630
|
+
Exception: <span data-default="true">[Not Applicable/ Applicable: [Specify]]</span>
|
|
2631
|
+
</p>
|
|
2632
|
+
<p data-switch="partyB_retrospective" data-when="applicable, other" style="text-align:left;"><span data-default="true">[Retrospective Effect: <span>[Not Applicable/ Applicable]</span></span>
|
|
2633
|
+
</p>
|
|
2634
|
+
</div>
|
|
2635
|
+
</td>
|
|
2636
|
+
<td></td>
|
|
2637
|
+
</tr>
|
|
2638
|
+
<tr class="odd" data-amend="canada" data-id="canada">
|
|
2639
|
+
<td><strong>Canada</strong></td>
|
|
2640
|
+
<td data-switch="partyA_secured_party"><span data-default="true">[Applicable/ Not Applicable]</span>
|
|
2641
|
+
</td>
|
|
2642
|
+
<td data-switch="partyB_secured_party"><span data-default="true">[Applicable/ Not Applicable]</span>
|
|
2643
|
+
</td>
|
|
2644
|
+
<td data-switch="additional_type"><span data-default="true" data-switch="partyA_secured_party & partyB_secured_party"><span data-default="true">[Not Applicable]</span></span>
|
|
2645
|
+
</td>
|
|
2646
|
+
</tr>
|
|
2647
|
+
<tr class="even" data-amend="canada" data-if="partyA_secured_party & partyB_secured_party !== 'not_applicable'" data-id="canada">
|
|
2648
|
+
<td style="border-top:0;"></td>
|
|
2649
|
+
<td data-switch="partyA_secured_party">
|
|
2650
|
+
<div data-range="true" data-when-not="not_applicable">
|
|
2651
|
+
<p data-switch="partyA_SIMM" data-when="applicable, other" style="text-align:left;">SIMM
|
|
2652
|
+
Exception: <span data-default="true">[Not Applicable/ Applicable: [Specify]]</span>
|
|
2653
|
+
</p>
|
|
2654
|
+
<p data-switch="partyA_retrospective" data-when="applicable, other" style="text-align:left;"><span data-default="true">[Retrospective Effect: <span>[Not Applicable/ Applicable]</span></span>
|
|
2655
|
+
</p>
|
|
2656
|
+
</div>
|
|
2657
|
+
</td>
|
|
2658
|
+
<td data-switch="partyB_secured_party">
|
|
2659
|
+
<div data-range="true" data-when-not="not_applicable">
|
|
2660
|
+
<p data-switch="partyB_SIMM" data-when="applicable, other" style="text-align:left;">SIMM
|
|
2661
|
+
Exception: <span data-default="true">[Not Applicable/ Applicable: [Specify]]</span>
|
|
2662
|
+
</p>
|
|
2663
|
+
<p data-switch="partyB_retrospective" data-when="applicable, other" style="text-align:left;"><span data-default="true">[Retrospective Effect: <span>[Not Applicable/ Applicable]</span></span>
|
|
2664
|
+
</p>
|
|
2665
|
+
</div>
|
|
2666
|
+
</td>
|
|
2667
|
+
<td></td>
|
|
2668
|
+
</tr>
|
|
2669
|
+
<tr class="odd" data-amend="switzerland" data-id="switzerland">
|
|
2670
|
+
<td><strong>Switzerland</strong></td>
|
|
2671
|
+
<td data-switch="partyA_secured_party"><span data-default="true">[Applicable/ Not Applicable]</span>
|
|
2672
|
+
</td>
|
|
2673
|
+
<td data-switch="partyB_secured_party"><span data-default="true">[Applicable/ Not Applicable]</span>
|
|
2674
|
+
</td>
|
|
2675
|
+
<td data-switch="additional_type"><span data-default="true" data-switch="partyA_secured_party & partyB_secured_party"><span data-default="true">[Not Applicable]</span></span>
|
|
2676
|
+
</td>
|
|
2677
|
+
</tr>
|
|
2678
|
+
<tr class="even" data-amend="switzerland" data-if="partyA_secured_party & partyB_secured_party !== 'not_applicable'" data-id="switzerland">
|
|
2679
|
+
<td style="border-top:0;"></td>
|
|
2680
|
+
<td data-switch="partyA_secured_party">
|
|
2681
|
+
<div data-range="true" data-when-not="not_applicable">
|
|
2682
|
+
<p data-switch="partyA_SIMM" data-when="applicable, other" style="text-align:left;">SIMM
|
|
2683
|
+
Exception: <span data-default="true">[Not Applicable/ Applicable: [Specify]]</span>
|
|
2684
|
+
</p>
|
|
2685
|
+
<p data-switch="partyA_retrospective" data-when="applicable, other" style="text-align:left;"><span data-default="true">[Retrospective Effect: <span>[Not Applicable/ Applicable]</span></span>
|
|
2686
|
+
</p>
|
|
2687
|
+
</div>
|
|
2688
|
+
</td>
|
|
2689
|
+
<td data-switch="partyB_secured_party">
|
|
2690
|
+
<div data-range="true" data-when-not="not_applicable">
|
|
2691
|
+
<p data-switch="partyB_SIMM" data-when="applicable, other" style="text-align:left;">SIMM
|
|
2692
|
+
Exception: <span data-default="true">[Not Applicable/ Applicable: [Specify]]</span>
|
|
2693
|
+
</p>
|
|
2694
|
+
<p data-switch="partyB_retrospective" data-when="applicable, other" style="text-align:left;"><span data-default="true">[Retrospective Effect: <span>[Not Applicable/ Applicable]</span></span>
|
|
2695
|
+
</p>
|
|
2696
|
+
</div>
|
|
2697
|
+
</td>
|
|
2698
|
+
<td></td>
|
|
2699
|
+
</tr>
|
|
2700
|
+
<tr class="odd" data-amend="japan" data-id="japan">
|
|
2701
|
+
<td><strong>Japan</strong></td>
|
|
2702
|
+
<td data-switch="partyA_secured_party"><span data-default="true">[Applicable/ Not Applicable]</span>
|
|
2703
|
+
</td>
|
|
2704
|
+
<td data-switch="partyB_secured_party"><span data-default="true">[Applicable/ Not Applicable]</span>
|
|
2705
|
+
</td>
|
|
2706
|
+
<td data-switch="additional_type"><span data-default="true" data-switch="partyA_secured_party & partyB_secured_party"><span data-default="true">[Not Applicable]</span></span>
|
|
2707
|
+
</td>
|
|
2708
|
+
</tr>
|
|
2709
|
+
<tr class="even" data-amend="japan" data-if="partyA_secured_party & partyB_secured_party !== 'not_applicable'" data-id="japan">
|
|
2710
|
+
<td style="border-top:0;"></td>
|
|
2711
|
+
<td data-switch="partyA_secured_party">
|
|
2712
|
+
<div data-range="true" data-when-not="not_applicable">
|
|
2713
|
+
<p data-switch="partyA_SIMM" data-when="applicable, other" style="text-align:left;">SIMM
|
|
2714
|
+
Exception: <span data-default="true">[Not Applicable/ Applicable: [Specify]]</span>
|
|
2715
|
+
</p>
|
|
2716
|
+
<p data-switch="partyA_retrospective" data-when="applicable, other" style="text-align:left;"><span data-default="true">[Retrospective Effect: <span>[Not Applicable/ Applicable]</span></span>
|
|
2717
|
+
</p>
|
|
2718
|
+
</div>
|
|
2719
|
+
</td>
|
|
2720
|
+
<td data-switch="partyB_secured_party">
|
|
2721
|
+
<div data-range="true" data-when-not="not_applicable">
|
|
2722
|
+
<p data-switch="partyB_SIMM" data-when="applicable, other" style="text-align:left;">SIMM
|
|
2723
|
+
Exception: <span data-default="true">[Not Applicable/ Applicable: [Specify]]</span>
|
|
2724
|
+
</p>
|
|
2725
|
+
<p data-switch="partyB_retrospective" data-when="applicable, other" style="text-align:left;"><span data-default="true">[Retrospective Effect: <span>[Not Applicable/ Applicable]</span></span>
|
|
2726
|
+
</p>
|
|
2727
|
+
</div>
|
|
2728
|
+
</td>
|
|
2729
|
+
<td></td>
|
|
2730
|
+
</tr>
|
|
2731
|
+
</tbody>
|
|
2732
|
+
<tbody data-amend="additional_regimes" data-id="additional_regimes">
|
|
2733
|
+
<tr class="odd data-hidden" data-each="regimes"></tr>
|
|
2734
|
+
</tbody>
|
|
2735
|
+
</table>
|
|
2736
|
+
<p class="break-before">Unless otherwise specified or agreed between the parties, the following principles (the “<em><strong>General
|
|
2737
|
+
Principles</strong></em>”) apply for the purposes of this Annex and the remaining provisions of
|
|
2738
|
+
this Annex shall be construed accordingly:
|
|
2739
|
+
</p>
|
|
2740
|
+
<ol start="27" type="aa" class="lowerLetter-b--decimal-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b">
|
|
2741
|
+
<li>
|
|
2742
|
+
<div data-range="true" data-amend="one_way_provisions" data-switch="is_applicable" data-id="one_way_provisions">
|
|
2743
|
+
<div data-range="true" data-default="true">
|
|
2744
|
+
<p>One Way Provisions: <span>[Applicable/ Not Applicable]</span></p>
|
|
2745
|
+
<p> [Posting Party for the purposes of One
|
|
2746
|
+
Way Provisions: <span>[Specify Party]</span>];
|
|
2747
|
+
</p>
|
|
2748
|
+
</div>
|
|
2749
|
+
|
|
2750
|
+
|
|
2751
|
+
</div>
|
|
2752
|
+
</li>
|
|
2753
|
+
<li>
|
|
2754
|
+
<p>in respect of a Pledgor and its obligations to post initial margin hereunder, any reference to the
|
|
2755
|
+
term “Regime” or “Regimes” in this Annex is to all Regimes that are specified as applicable in the
|
|
2756
|
+
above table to the other party as Secured Party provided that each such Regime will, subject to
|
|
2757
|
+
(cc) below and provisions relating to Retrospective Effect (if applicable to such Regime), be
|
|
2758
|
+
included only from the date that the applicable law requires the relevant Secured Party to collect
|
|
2759
|
+
and/or, if applicable, Pledgor to post initial margin under such Regime (and only for as long as it
|
|
2760
|
+
does so);
|
|
2761
|
+
</p>
|
|
2762
|
+
</li>
|
|
2763
|
+
<li>
|
|
2764
|
+
<p>for the purposes of sub-paragraph (bb) above, where one or more Regimes are considered to be the
|
|
2765
|
+
substitute for compliance with one or more other Regimes for the purposes of a posting obligation
|
|
2766
|
+
hereunder, all such Regime(s) will nevertheless continue to be applicable absent agreement in
|
|
2767
|
+
writing between the parties to the contrary;
|
|
2768
|
+
</p>
|
|
2769
|
+
</li>
|
|
2770
|
+
<li>
|
|
2771
|
+
<p>the parties acknowledge that the Pledgor may nevertheless be obliged to post to Secured Party under
|
|
2772
|
+
a regulatory regime which is not specified as a Regime with respect to Secured Party in the above
|
|
2773
|
+
table. In the event that such regulatory regime requires an additional amount to be posted
|
|
2774
|
+
hereunder, Secured Party will use reasonable endeavors to accommodate such request;
|
|
2775
|
+
</p>
|
|
2776
|
+
</li>
|
|
2777
|
+
<li>
|
|
2778
|
+
<p>subject to subparagraph (ff) below, ISDA SIMM™ is the specified “<em><strong>Method</strong></em>”
|
|
2779
|
+
for all Covered Transactions (IM) with respect to all Regimes (irrespective of asset class or, as
|
|
2780
|
+
applicable, category applicable to a Transaction under the relevant Regime) whereby:
|
|
2781
|
+
</p>
|
|
2782
|
+
<ol type="1">
|
|
2783
|
+
<li>
|
|
2784
|
+
<p>ISDA SIMM™ will refer to the version of ISDA SIMM™ applicable to the relevant Secured Party;</p>
|
|
2785
|
+
</li>
|
|
2786
|
+
<li>
|
|
2787
|
+
<p>the margin period of risk will be as provided for in such version of ISDA SIMM™; and</p>
|
|
2788
|
+
</li>
|
|
2789
|
+
<li>
|
|
2790
|
+
<p>the SIMM Calculation Currency (also known as SIMM Reporting Currency) means:</p>
|
|
2791
|
+
<div data-amend="simm_calculation_currency" data-id="simm_calculation_currency">
|
|
2792
|
+
<ol type="a" class="upper">
|
|
2793
|
+
<li>
|
|
2794
|
+
<p data-switch="partyA_use_base_currency">in respect of Party A and its calculations,
|
|
2795
|
+
the <span data-default="true">[Base Currency/ [●]]</span>;
|
|
2796
|
+
and
|
|
2797
|
+
</p>
|
|
2798
|
+
</li>
|
|
2799
|
+
<li>
|
|
2800
|
+
<p data-switch="partyB_use_base_currency">in respect of Party B and its calculations,
|
|
2801
|
+
the <span data-default="true">[Base Currency/ [●]]</span>;
|
|
2802
|
+
</p>
|
|
2803
|
+
</li>
|
|
2804
|
+
</ol>
|
|
2805
|
+
</div>
|
|
2806
|
+
</li>
|
|
2807
|
+
</ol>
|
|
2808
|
+
</li>
|
|
2809
|
+
<li>
|
|
2810
|
+
<p>if SIMM Exception is specified with respect to a Regime and a Secured Party in the above table, then
|
|
2811
|
+
solely for the purposes of: (1) the relevant Pledgor’s posting obligation to such Secured Party;
|
|
2812
|
+
and (2) Covered Transactions (IM) falling within the relevant specified asset class or, as
|
|
2813
|
+
applicable, category under the relevant Regime, the “<em><strong>Method</strong></em>” will instead
|
|
2814
|
+
be as specified in the above table;
|
|
2815
|
+
</p>
|
|
2816
|
+
</li>
|
|
2817
|
+
<li>
|
|
2818
|
+
<p>For all Regimes and posting obligations hereunder:</p>
|
|
2819
|
+
<ol type="1">
|
|
2820
|
+
<li data-amend="cross_currency_swap" data-id="cross_currency_swap">
|
|
2821
|
+
<p data-switch="yey_ney">in respect of a Covered Transaction (IM) under a Regime which the
|
|
2822
|
+
parties agree constitutes a ‘cross-currency swap’<span data-default="true"> [as identified by
|
|
2823
|
+
the parties in the Confirmation evidencing the terms of such Covered Transaction (IM)]</span>, obligations to
|
|
2824
|
+
exchange principal will be disregarded for the purpose of determining the Delivery Amount
|
|
2825
|
+
(IM) or Return Amount (IM) with respect to such Regime; and
|
|
2826
|
+
</p>
|
|
2827
|
+
</li>
|
|
2828
|
+
<li>
|
|
2829
|
+
<p>the following approaches apply for the purposes of calculations in respect of the related
|
|
2830
|
+
type of Covered Transaction (IM):
|
|
2831
|
+
</p>
|
|
2832
|
+
<ol>
|
|
2833
|
+
<li data-amend="sensitivities_to_equity_indices_funds_etfs" data-switch="sensitivities_equity_indices_funds_etfs" data-id="sensitivities_to_equity_indices_funds_etfs">
|
|
2834
|
+
<p data-default="true">[Unless the alternative approach is specified to apply to the
|
|
2835
|
+
relevant sensitivity, sensitivities to equity indices, funds and ETFs are addressed
|
|
2836
|
+
by the standard preferred approach where the entire delta is put into the
|
|
2837
|
+
applicable [asset class/category] for equity indices, funds and ETFs. If the
|
|
2838
|
+
alternative approach is specified to apply to one or more of sensitivities to (x)
|
|
2839
|
+
indices, (y) funds or (z) ETFs, then in respect of the relevant sensitivities, the
|
|
2840
|
+
delta is allocated back to individual equities]:
|
|
2841
|
+
</p>
|
|
2842
|
+
|
|
2843
|
+
<div data-range="true" data-default="true">
|
|
2844
|
+
<p>[standard approach applies in respect of [indices][, funds][and ETFs]]</p>
|
|
2845
|
+
<p>[alternative approach applies in respect of [indices][, funds][and ETFs]]</p>
|
|
2846
|
+
</div>
|
|
2847
|
+
|
|
2848
|
+
|
|
2849
|
+
|
|
2850
|
+
</li>
|
|
2851
|
+
<li data-amend="sensitivities_to_commodity_indices" data-switch="sensitivities_commodity_indices" data-id="sensitivities_to_commodity_indices">
|
|
2852
|
+
<p data-default="true">[Sensitivities to commodity indices are addressed by the
|
|
2853
|
+
standard preferred approach where the entire delta is put into the applicable
|
|
2854
|
+
[asset class/category] for commodity indices, unless specified below that the
|
|
2855
|
+
alternative approach applies whereby delta is allocated back to individual
|
|
2856
|
+
commodities]:
|
|
2857
|
+
</p>
|
|
2858
|
+
|
|
2859
|
+
<p><span data-default="true">[standard approach applies][alternative approach applies]</span>
|
|
2860
|
+
</p>
|
|
2861
|
+
</li>
|
|
2862
|
+
</ol>
|
|
2863
|
+
</li>
|
|
2864
|
+
</ol>
|
|
2865
|
+
</li>
|
|
2866
|
+
<li>
|
|
2867
|
+
<p>if more than one Regime is specified in the above table with respect to a Secured Party then in
|
|
2868
|
+
respect of the Pledgor’s obligations to post initial margin hereunder to such Secured Party:
|
|
2869
|
+
</p>
|
|
2870
|
+
<ol>
|
|
2871
|
+
<li>
|
|
2872
|
+
<p>the “<em><strong>Delivery Amount</strong></em>” (IM) or “<em><strong>Return Amount</strong></em>”
|
|
2873
|
+
(IM) for any Calculation Date (IM) with respect to a party as the Pledgor will be the
|
|
2874
|
+
Strictest Of; and
|
|
2875
|
+
</p>
|
|
2876
|
+
</li>
|
|
2877
|
+
<li>
|
|
2878
|
+
<p>the Valuation Percentage and FX Haircut Percentage for all Regimes with respect to Pledgor’s
|
|
2879
|
+
posting hereunder will be the Strictest Of;
|
|
2880
|
+
</p>
|
|
2881
|
+
</li>
|
|
2882
|
+
</ol>
|
|
2883
|
+
</li>
|
|
2884
|
+
</ol>
|
|
2885
|
+
<ol type="aa" class="lowerLetter-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b" start="9">
|
|
2886
|
+
<li>
|
|
2887
|
+
<p>In respect of a Pledgor’s posting obligation, “<em><strong>Eligible Currencies</strong></em>” and “<em><strong>Eligible
|
|
2888
|
+
Collateral (IM)</strong></em>” will be:
|
|
2889
|
+
</p>
|
|
2890
|
+
<div data-amend="pledgor_posting_obligations" data-switch="partyA_type & partyB_type" data-id="pledgor_posting_obligations">
|
|
2891
|
+
<ol type="a" class="upper">
|
|
2892
|
+
<li data-default="true">
|
|
2893
|
+
<p>[[in respect of [Party A’s/ Party B’s] posting obligation, ]such currencies and items
|
|
2894
|
+
(respectively) as are permitted by all Regimes applicable to the Secured Party and which
|
|
2895
|
+
meet the following conditions:
|
|
2896
|
+
</p>
|
|
2897
|
+
<ol type="1" class="important">
|
|
2898
|
+
<li>
|
|
2899
|
+
<p>it is not [gold/ insert others to be excluded]; and</p>
|
|
2900
|
+
</li>
|
|
2901
|
+
<li>
|
|
2902
|
+
<p>it can be transferred to the Segregated Account by Pledgor pursuant to the Control
|
|
2903
|
+
Agreement (and/or any related asset schedule or operational document relating to
|
|
2904
|
+
assets held by the relevant Custodian (IM));] or
|
|
2905
|
+
</p>
|
|
2906
|
+
</li>
|
|
2907
|
+
</ol>
|
|
2908
|
+
</li>
|
|
2909
|
+
<li data-default="true">
|
|
2910
|
+
<p>[[in respect of [Party A’s/ Party B’s] posting obligation,] in the case of Eligible
|
|
2911
|
+
Currencies, any of the following: [●] and in the case of Eligible Collateral (IM), any of
|
|
2912
|
+
the following: [●].]
|
|
2913
|
+
</p>
|
|
2914
|
+
</li>
|
|
2915
|
+
|
|
2916
|
+
|
|
2917
|
+
|
|
2918
|
+
|
|
2919
|
+
</ol>
|
|
2920
|
+
|
|
2921
|
+
<p>If a Pledgor’s Custodian (IM) has not agreed, pursuant to the Control Agreement, to verify that
|
|
2922
|
+
items to be Transferred to the Segregated Account by or on behalf of the Pledgor constitute
|
|
2923
|
+
Eligible Credit Support (IM), then Pledgor will instead give the Secured Party reasonable prior
|
|
2924
|
+
notice of the items it intends to Transfer.
|
|
2925
|
+
</p>
|
|
2926
|
+
</div>
|
|
2927
|
+
</li>
|
|
2928
|
+
<li>
|
|
2929
|
+
<p>the parties may from time to time agree in writing that other regimes also comprise “Regimes”
|
|
2930
|
+
hereunder and that the General Principles be adopted and/or amended to accommodate such additional
|
|
2931
|
+
Regimes. The Exhibit to this Annex contains terms which may be used for such purposes; and
|
|
2932
|
+
</p>
|
|
2933
|
+
</li>
|
|
2934
|
+
<li>
|
|
2935
|
+
<p>to the extent required by a Regime specified as applicable to its posting obligation, the Pledgor
|
|
2936
|
+
will, within a reasonable period of time, procure that any cash credited to the Segregated Account
|
|
2937
|
+
is (i) transferred out of the Segregated Account pursuant to a substitution in accordance with this
|
|
2938
|
+
Annex or (ii) reinvested in accordance with any reinvestment provisions set out in the Control
|
|
2939
|
+
Agreement (unless such cash is otherwise transferred out of the Segregated Account as a Return
|
|
2940
|
+
Amount (IM)). For the avoidance of doubt, upon the expiry of such period, such Cash shall not
|
|
2941
|
+
satisfy the Eligibility Requirements.
|
|
2942
|
+
</p>
|
|
2943
|
+
</li>
|
|
2944
|
+
</ol>
|
|
2945
|
+
<p>“<em><strong>Canada</strong></em>” means Guideline E-22, Margin Requirements for Non-Centrally Cleared
|
|
2946
|
+
Derivatives issued by the Canadian Office of the Superintendent of Financial Institutions in February 2016
|
|
2947
|
+
</p>
|
|
2948
|
+
<p>“<em><strong>CEA</strong></em>” means the US Commodity Exchange Act, as amended.</p>
|
|
2949
|
+
<p>“<em><strong>CFTC</strong></em>” means the margin requirements adopted by the US Commodity Futures Trading
|
|
2950
|
+
Commission pursuant to CEA § 4s(e).
|
|
2951
|
+
</p>
|
|
2952
|
+
<p>“<em><strong>EMIR</strong></em>” means Regulation (EU) No 648/2012 of the European Parliament and of the
|
|
2953
|
+
Council of 4 July 2012 on OTC derivatives, central counterparties and trade repositories (including the
|
|
2954
|
+
EMIR RTS).
|
|
2955
|
+
</p>
|
|
2956
|
+
<p>“<em><strong>EMIR RTS</strong></em>” means the published regulatory technical standards on risk-mitigation
|
|
2957
|
+
techniques for OTC-derivative contracts not cleared by a CCP under Article 11(15) of EMIR.
|
|
2958
|
+
</p>
|
|
2959
|
+
<p>“<em><strong>Exchange Act</strong></em>” means the US Securities Exchange Act of 1934, as amended.</p>
|
|
2960
|
+
<p>“<em><strong>Japan</strong></em>” means the margin rules adopted by the Financial Services Agency of Japan
|
|
2961
|
+
pursuant to Article 40, Item 2 of the Financial Instruments and Exchange Act (kin’yuu shouhin torihiki hou)
|
|
2962
|
+
(Act No. 25 of 1948, as amended) and its subordinated regulations.
|
|
2963
|
+
</p>
|
|
2964
|
+
<p>“<em><strong>Prudential</strong></em>” means the margin requirements adopted by a “prudential regulator,”
|
|
2965
|
+
(as defined in CEA § 1a(39)) pursuant to CEA § 4s(e) and Exchange Act § 15F(e).
|
|
2966
|
+
</p>
|
|
2967
|
+
<p>“<strong>SEC</strong>” means the margin requirements adopted by the US Securities and Exchange Commission
|
|
2968
|
+
pursuant to Exchange Act § 15F(e).
|
|
2969
|
+
</p>
|
|
2970
|
+
<p><em><strong>“ISDA SIMM™</strong></em>” means, where specified as the applicable Method in respect of a
|
|
2971
|
+
Regime, that the initial margin amount for the Covered Transaction(s) (IM) in the relevant asset class or,
|
|
2972
|
+
as applicable, category under the relevant Regime will be determined through use of ISDA SIMM™ as published
|
|
2973
|
+
by International Swaps and Derivatives Association, Inc.; <em>provided</em> that (A) with respect to a
|
|
2974
|
+
Secured Party, if approval of a particular version of ISDA SIMM™ by a governmental or regulatory authority
|
|
2975
|
+
is required under law applicable to such party in respect of a Regime, ISDA SIMM™ will mean the particular
|
|
2976
|
+
version of ISDA SIMM™ most recently approved (even if such approval was subsequently withdrawn) for use by
|
|
2977
|
+
such party by the applicable government or regulatory authority(ies) or (B) if such model approval is not
|
|
2978
|
+
required, the version of ISDA SIMM™ used will be the latest published model for which the implementation
|
|
2979
|
+
deadline designated by International Swaps and Derivatives Association, Inc. has passed.
|
|
2980
|
+
</p>
|
|
2981
|
+
<p>“<em><strong>Strictest Of</strong></em>” means:</p>
|
|
2982
|
+
<ol type="a" class="lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b">
|
|
2983
|
+
<li>
|
|
2984
|
+
<p>in respect of the Delivery Amount (IM) or Return Amount (IM) applicable to a Pledgor’s posting
|
|
2985
|
+
obligation hereunder, such amount as determined by the Calculation Agent (IM) in accordance with
|
|
2986
|
+
the following:
|
|
2987
|
+
</p>
|
|
2988
|
+
<ol>
|
|
2989
|
+
<li>
|
|
2990
|
+
<p>first, a Delivery Amount (IM) or Return Amount (IM) will be determined in respect of each
|
|
2991
|
+
Regime applicable to such posting obligation pursuant to the Method specified as applicable
|
|
2992
|
+
to each such Regime (whereby such amount will be determined for each such Regime solely by
|
|
2993
|
+
reference to the applicable Margin Amount (IM) and Covered Transactions (IM) with respect
|
|
2994
|
+
solely to such Regime);
|
|
2995
|
+
</p>
|
|
2996
|
+
</li>
|
|
2997
|
+
<li>
|
|
2998
|
+
<p>secondly, the applicable Delivery Amount (IM) or, as applicable, Return Amount (IM) to be
|
|
2999
|
+
used for the purposes of Paragraphs 3(a) and 3(b) of this Annex will be determined as
|
|
3000
|
+
follows:
|
|
3001
|
+
</p>
|
|
3002
|
+
<ol type="a" class="upper">
|
|
3003
|
+
<li>
|
|
3004
|
+
<p>if any such Delivery Amount (IM) is greater than zero then the Delivery Amount (IM)
|
|
3005
|
+
will be the highest such Delivery Amount (IM) and the Return Amount (IM) with
|
|
3006
|
+
respect to such posting by Pledgor will be zero; or
|
|
3007
|
+
</p>
|
|
3008
|
+
</li>
|
|
3009
|
+
<li>
|
|
3010
|
+
<p>if no such Delivery Amount (IM) is greater than zero, then the Delivery Amount (IM)
|
|
3011
|
+
will be zero and the Return Amount (IM) with respect to such posting by Pledgor
|
|
3012
|
+
will be the lowest such Return Amount (IM); and
|
|
3013
|
+
</p>
|
|
3014
|
+
</li>
|
|
3015
|
+
</ol>
|
|
3016
|
+
</li>
|
|
3017
|
+
</ol>
|
|
3018
|
+
</li>
|
|
3019
|
+
</ol>
|
|
3020
|
+
<ol class="lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b" start="2">
|
|
3021
|
+
<li>
|
|
3022
|
+
<p>unless otherwise specified with respect to a Regime:</p>
|
|
3023
|
+
<ol>
|
|
3024
|
+
<li>
|
|
3025
|
+
<p>the Valuation Percentage relating to a posting obligation to be applied to a security will
|
|
3026
|
+
be the highest Valuation Percentage which also meets all of the requirements with respect
|
|
3027
|
+
to haircuts (other than currency mismatch haircuts) under all Regimes for that type of
|
|
3028
|
+
security; and
|
|
3029
|
+
</p>
|
|
3030
|
+
</li>
|
|
3031
|
+
<li data-amend="fx_haircut_percentage" data-id="fx_haircut_percentage">
|
|
3032
|
+
<p data-switch="is_termination_currency"><span data-default="true">[the FX Haircut Percentage
|
|
3033
|
+
relating to a posting obligation will be the highest haircut percentage applicable
|
|
3034
|
+
under all Regimes for a currency mismatch with the Termination Currency applicable to
|
|
3035
|
+
the relevant Secured Party] [the FX Haircut Percentage relating to a posting obligation
|
|
3036
|
+
will be the highest haircut percentage applicable under all Regimes with respect to
|
|
3037
|
+
Posted Collateral (IM) denominated in a currency that is not an FX Designated Currency
|
|
3038
|
+
(if applicable). “<strong><em>FX Designated Currency</em></strong>” means [xx]]</span>.
|
|
3039
|
+
</p>
|
|
3040
|
+
</li>
|
|
3041
|
+
</ol>
|
|
3042
|
+
<p>The parties will as soon as reasonably practicable following the request of either party update
|
|
3043
|
+
their Control Agreement (and/or any related asset schedule or operational document relating to
|
|
3044
|
+
assets held by the relevant Custodian (IM)) or, if applicable, the types of items which constitute
|
|
3045
|
+
Eligible Collateral (IM) specified in this Paragraph 13 to the extent any such percentages change.
|
|
3046
|
+
</p>
|
|
3047
|
+
</li>
|
|
3048
|
+
</ol>
|
|
3049
|
+
<p>“<em><strong>Switzerland</strong></em>” means the margin rules adopted by the Swiss Federal Council pursuant
|
|
3050
|
+
to Article 110-111 of the Financial Market Infrastructure Act as well as the Articles 100 to 107 and the
|
|
3051
|
+
Annexes 3 to 5 of the Financial Market Infrastructure Ordinance.
|
|
3052
|
+
</p>
|
|
3053
|
+
<ol type="a" class="lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b" data-allow-multi-level-list="true">
|
|
3054
|
+
<li class="break-before">
|
|
3055
|
+
<p><em><strong>Base Currency.</strong></em></p>
|
|
3056
|
+
<ol type="i">
|
|
3057
|
+
<li data-amend="base_currency" data-id="base_currency">
|
|
3058
|
+
<p>“<em><strong>Base Currency</strong></em>” means <span data-value="currency">[United
|
|
3059
|
+
States Dollar/Euro]</span>.
|
|
3060
|
+
</p>
|
|
3061
|
+
</li>
|
|
3062
|
+
</ol>
|
|
3063
|
+
</li>
|
|
3064
|
+
<li>
|
|
3065
|
+
<p><em><strong>“Covered Transactions (IM)”; Security Interest for “Obligations”.</strong></em></p>
|
|
3066
|
+
<ol type="i">
|
|
3067
|
+
<li>
|
|
3068
|
+
<p>The term “<em><strong>Covered Transactions (IM)</strong></em>” as used in this Annex means,
|
|
3069
|
+
in respect of a Regime, any outstanding Transaction that is of a type which is, when
|
|
3070
|
+
entered into, either:
|
|
3071
|
+
</p>
|
|
3072
|
+
<ol type="upperA" class="upper">
|
|
3073
|
+
<li>
|
|
3074
|
+
<p>subject to law applicable to either party requiring the collection or delivery of
|
|
3075
|
+
initial margin under such Regime; or
|
|
3076
|
+
</p>
|
|
3077
|
+
</li>
|
|
3078
|
+
<li>
|
|
3079
|
+
<p>is an Additional Type for such Regime and the relevant Regime is at such time in
|
|
3080
|
+
effect (such time it is in effect, the “<em><strong>Regime Effective Time</strong></em>”)
|
|
3081
|
+
such that Transactions are capable at such time of falling under sub-paragraph (A)
|
|
3082
|
+
above,
|
|
3083
|
+
</p>
|
|
3084
|
+
</li>
|
|
3085
|
+
</ol>
|
|
3086
|
+
<p>provided that if “<em><strong>Retrospective Effect</strong></em>” is specified as applicable
|
|
3087
|
+
to a Regime (a “<em><strong>Retrospective Regime</strong></em>”) then all Covered
|
|
3088
|
+
Transactions (IM) under all other Regimes with an earlier Regime Effective Time will, to
|
|
3089
|
+
the extent that they would have been Covered Transactions (IM) under such Retrospective
|
|
3090
|
+
Regime had such Transactions been entered into at or after the Regime Effective Time of the
|
|
3091
|
+
Retrospective Regime, be deemed to be Covered Transactions (IM) for such Retrospective
|
|
3092
|
+
Regime.
|
|
3093
|
+
</p>
|
|
3094
|
+
<p>For the purposes of the foregoing, a Transaction will be deemed to be entered into if an
|
|
3095
|
+
amendment, novation or other event occurs with respect to such Transaction such that either
|
|
3096
|
+
party is required to collect or deliver initial margin in respect of such Transaction under
|
|
3097
|
+
the relevant Regime.
|
|
3098
|
+
</p>
|
|
3099
|
+
</li>
|
|
3100
|
+
<li data-amend="additional_obligations" data-id="additional_obligations">
|
|
3101
|
+
<p data-switch="additional_obligations">The term “<em><strong>Obligations</strong></em>” as
|
|
3102
|
+
used in this Annex includes the following additional obligations: <span data-when="none">None specified (subject to the One
|
|
3103
|
+
Way Provisions, if applicable)</span>.
|
|
3104
|
+
</p>
|
|
3105
|
+
</li>
|
|
3106
|
+
</ol>
|
|
3107
|
+
</li>
|
|
3108
|
+
<li>
|
|
3109
|
+
<p><em><strong>Credit Support Obligations.</strong></em></p>
|
|
3110
|
+
<ol type="i">
|
|
3111
|
+
<li>
|
|
3112
|
+
<p>“<em><strong>Margin Amount (IM)</strong></em>” means, for any Calculation Date (IM), a
|
|
3113
|
+
posting obligation of a Pledgor and a Regime, the Base Currency Equivalent of an amount
|
|
3114
|
+
determined by such Calculation Agent (IM) equal to the sum of the initial margin amounts in
|
|
3115
|
+
respect of the Covered Transaction(s) (IM) determined using the Method applicable to such
|
|
3116
|
+
Regime.
|
|
3117
|
+
</p>
|
|
3118
|
+
</li>
|
|
3119
|
+
<li>
|
|
3120
|
+
<p>“<em><strong>Calculation Agent (IM)</strong></em>” for each party as the Pledgor will be the
|
|
3121
|
+
Demanding Party for purposes of Paragraphs 3, 4(c) and 5 and the Secured Party for the
|
|
3122
|
+
purposes of Paragraph 4(d).
|
|
3123
|
+
</p>
|
|
3124
|
+
<p> “<em><strong>Demanding
|
|
3125
|
+
Party</strong></em>” means the party making the demand.
|
|
3126
|
+
</p>
|
|
3127
|
+
</li>
|
|
3128
|
+
<li>
|
|
3129
|
+
<p><em><strong>Delivery Amount (IM), Return Amount (IM) and Credit Support Amount (IM).</strong></em></p>
|
|
3130
|
+
<ol start="1" type="upperA" class="upper">
|
|
3131
|
+
<li>
|
|
3132
|
+
<p>“<em><strong>Delivery Amount (IM)</strong></em>” has the meaning specified in
|
|
3133
|
+
Paragraph 3(a), subject to the General Principles.
|
|
3134
|
+
</p>
|
|
3135
|
+
</li>
|
|
3136
|
+
<li>
|
|
3137
|
+
<p>“<em><strong>Return Amount (IM)</strong></em>” has the meaning specified in
|
|
3138
|
+
Paragraph 3(b), subject to the General Principles.
|
|
3139
|
+
</p>
|
|
3140
|
+
</li>
|
|
3141
|
+
<li>
|
|
3142
|
+
<p>“<em><strong>Credit Support Amount (IM)</strong></em>” has the meaning specified in
|
|
3143
|
+
Paragraph 3(b), subject to the General Principles.
|
|
3144
|
+
</p>
|
|
3145
|
+
</li>
|
|
3146
|
+
</ol>
|
|
3147
|
+
</li>
|
|
3148
|
+
<li data-amend="other_eligible_support" data-id="other_eligible_support">
|
|
3149
|
+
<p data-switch="other_eligible_support"><em><strong>Other Eligible Support (IM).</strong></em>
|
|
3150
|
+
The following items will qualify as “<em><strong>Other Eligible Support (IM)</strong></em>”
|
|
3151
|
+
for the party specified (as the Pledgor): <span data-when="none">None
|
|
3152
|
+
specified.</span>
|
|
3153
|
+
</p>
|
|
3154
|
+
</li>
|
|
3155
|
+
<li>
|
|
3156
|
+
<p><em><strong>Ineligible Credit Support (IM) Provisions</strong></em></p>
|
|
3157
|
+
<ol type="upperA">
|
|
3158
|
+
<li>
|
|
3159
|
+
<p><em><strong>Ineligible Credit Support (IM).</strong></em> Upon effective delivery of
|
|
3160
|
+
an Ineligibility Notice by a party with respect to a posting obligation of a
|
|
3161
|
+
Pledgor hereunder: (i) each item (or a specified amount of such item) identified in
|
|
3162
|
+
such notice will, to the extent comprised in the related Posted Credit Support
|
|
3163
|
+
(IM), have a Value of zero on and from the Ineligibility Date with respect to such
|
|
3164
|
+
posting obligation; and (ii) save in circumstances where the Secured Party objected
|
|
3165
|
+
to the Transfer of such item to the Segregated Account prior to such Transfer by
|
|
3166
|
+
virtue of such item not comprising Eligible Credit Support (IM), until the
|
|
3167
|
+
occurrence of such Ineligibility Date there shall be no Potential Event of Default
|
|
3168
|
+
or Event of Default arising solely out of such type of items comprising Posted
|
|
3169
|
+
Credit Support (IM) with respect to such posting obligation. The parties will use
|
|
3170
|
+
reasonable endeavors, as soon as reasonably practicable following effective
|
|
3171
|
+
delivery of such notice, to update the Control Agreement (and/or any related asset
|
|
3172
|
+
schedule or operational document relating to assets held by the relevant Custodian
|
|
3173
|
+
(IM)) or, if applicable, the types of items which constitute Eligible Collateral
|
|
3174
|
+
(IM) specified in this Paragraph 13 in order to mitigate against the risk of such
|
|
3175
|
+
event recurring.
|
|
3176
|
+
</p>
|
|
3177
|
+
<p>For the purpose of limb (ii) of the definition of Value, Posted Collateral (IM) that
|
|
3178
|
+
consists of items that are, in respect of the relevant posting obligation, the
|
|
3179
|
+
subject of a continuing Ineligibility Notice, will be deemed to have a value of
|
|
3180
|
+
zero from and including the applicable Ineligibility Date and provided the relevant
|
|
3181
|
+
failure to meet the Eligibility Requirements is continuing (and for so long as such
|
|
3182
|
+
failure is continuing).
|
|
3183
|
+
</p>
|
|
3184
|
+
</li>
|
|
3185
|
+
<li>
|
|
3186
|
+
<p><strong><em>Return of Posted Credit Support (IM) with a Value of Zero.</em></strong>
|
|
3187
|
+
Subject to Paragraph 4(a), the Secured Party will, promptly upon demand (but
|
|
3188
|
+
in no event later than the time at which a Transfer would be due under
|
|
3189
|
+
Paragraph 4(b) with respect to a demand for the Transfer of Eligible Credit
|
|
3190
|
+
Support (IM) or Posted Credit Support (IM)), Transfer to the Pledgor any item of
|
|
3191
|
+
Posted Credit Support (IM) (or the specified amount of such item) that as of the
|
|
3192
|
+
date of such demand has a Value of zero in respect of the Pledgor’s posting
|
|
3193
|
+
obligation; <em>provided</em> that the Secured Party will only be obligated to
|
|
3194
|
+
Transfer any Posted Credit Support (IM) in accordance with this
|
|
3195
|
+
Paragraph 13(c)(v)(B), if, as of the date of Transfer of such item, the
|
|
3196
|
+
Pledgor has satisfied all of its Transfer obligations under this Annex, if any.
|
|
3197
|
+
</p>
|
|
3198
|
+
</li>
|
|
3199
|
+
<li>
|
|
3200
|
+
<p><em><strong>Reinstatement of Credit Support Eligibility.</strong></em> Upon a
|
|
3201
|
+
reasonable request by the Pledgor, the Secured Party will determine whether an item
|
|
3202
|
+
(or a specified amount of such item) that was the subject of a prior Ineligibility
|
|
3203
|
+
Notice would currently satisfy the Eligibility Requirements applicable to Pledgor
|
|
3204
|
+
and/or the Secured Party in respect of a Pledgor’s posting obligation hereunder. If
|
|
3205
|
+
the Secured Party determines that as of such date of determination such item (or
|
|
3206
|
+
specified amount of such item) satisfies such Eligibility Requirements, the Secured
|
|
3207
|
+
Party will, promptly following such determination, rescind the relevant
|
|
3208
|
+
Ineligibility Notice with respect to such item (or specified amount of such item)
|
|
3209
|
+
by written notice to the Pledgor. Upon effective delivery of such notice, the
|
|
3210
|
+
relevant item (or specified amount of such item) will no longer be deemed to have a
|
|
3211
|
+
Value of zero by virtue of such prior Ineligibility Notice. The parties will use
|
|
3212
|
+
reasonable endeavors, as soon as reasonably practicable following effective
|
|
3213
|
+
delivery of such notice, to update the Control Agreement (and/or any related asset
|
|
3214
|
+
schedule or operational document relating to assets held by the relevant Custodian
|
|
3215
|
+
(IM)) or, if applicable, the types of items which constitute Eligible Collateral
|
|
3216
|
+
(IM) specified in this Paragraph 13.
|
|
3217
|
+
</p>
|
|
3218
|
+
</li>
|
|
3219
|
+
<li>
|
|
3220
|
+
<p><em><strong>Certain Definitions</strong></em></p>
|
|
3221
|
+
<p>“<em><strong>Eligibility Requirements</strong></em>” means in respect of an item of
|
|
3222
|
+
Eligible Credit Support (IM) and a party:
|
|
3223
|
+
</p>
|
|
3224
|
+
<ol type="i">
|
|
3225
|
+
<li>
|
|
3226
|
+
<p>the requirements for such item to be Eligible Credit Support (IM) as
|
|
3227
|
+
specified herein; and
|
|
3228
|
+
</p>
|
|
3229
|
+
</li>
|
|
3230
|
+
<li>
|
|
3231
|
+
<p>collateral eligibility requirements under law applicable to such party
|
|
3232
|
+
requiring the collection and/or posting of initial margin.
|
|
3233
|
+
</p>
|
|
3234
|
+
</li>
|
|
3235
|
+
</ol>
|
|
3236
|
+
<p>For the purposes of construing the Eligibility Requirements, the relevant
|
|
3237
|
+
requirements under law may be applied on a portfolio basis (including, without
|
|
3238
|
+
limitation, for the purposes of applying any concentration limits) such that an
|
|
3239
|
+
entire portfolio or group of items may be the subject of an Ineligibility Notice
|
|
3240
|
+
and will include, if relevant, whether or not the relevant item comprises financial
|
|
3241
|
+
collateral (or equivalent) for the purposes of Directive 2002/47/EC of the European
|
|
3242
|
+
Parliament and Council of 6th June 2002 on financial collateral arrangements as
|
|
3243
|
+
implemented in the relevant jurisdiction.
|
|
3244
|
+
</p>
|
|
3245
|
+
<p>“<em><strong>Ineligibility Date</strong></em>” means the date on which the relevant
|
|
3246
|
+
item (or a specified amount of such item) has ceased to satisfy (or never did
|
|
3247
|
+
satisfy), or will cease to satisfy, the Eligibility Requirements applicable to the
|
|
3248
|
+
relevant party for all purposes hereunder; <em>provided</em> that, if it never did satisfy
|
|
3249
|
+
the Eligibility Requirements or such date is earlier than the fifth Local Business
|
|
3250
|
+
Day following effective delivery of such Ineligibility Notice, then the
|
|
3251
|
+
Ineligibility Date will be the fifth Local Business Day following effective
|
|
3252
|
+
delivery of such Ineligibility Notice.
|
|
3253
|
+
</p>
|
|
3254
|
+
<p>“<em><strong>Ineligibility Notice</strong></em>” means a written notice from a party
|
|
3255
|
+
to the other party in which the notifying party:
|
|
3256
|
+
</p>
|
|
3257
|
+
<ol type="i">
|
|
3258
|
+
<li>
|
|
3259
|
+
<p>represents that it has determined that one or more items (or a specified
|
|
3260
|
+
amount of any such item) has ceased to satisfy (or never did satisfy), or
|
|
3261
|
+
as of a specified date will cease to satisfy any of the Eligibility
|
|
3262
|
+
Requirements;
|
|
3263
|
+
</p>
|
|
3264
|
+
</li>
|
|
3265
|
+
<li>
|
|
3266
|
+
<p>lists the item(s) (and, if applicable, the specified amount) that have
|
|
3267
|
+
ceased to satisfy (or never did satisfy), or as of a specified date will
|
|
3268
|
+
cease to satisfy, any of the Eligibility Requirements;
|
|
3269
|
+
</p>
|
|
3270
|
+
</li>
|
|
3271
|
+
<li>
|
|
3272
|
+
<p>describes the reason(s) why such item(s) (or the specified amount thereof)
|
|
3273
|
+
have ceased to satisfy (or never did satisfy), or will cease to satisfy,
|
|
3274
|
+
any of the Eligibility Requirements; and
|
|
3275
|
+
</p>
|
|
3276
|
+
</li>
|
|
3277
|
+
<li>
|
|
3278
|
+
<p>specifies the Ineligibility Date (if applicable).</p>
|
|
3279
|
+
</li>
|
|
3280
|
+
</ol>
|
|
3281
|
+
</li>
|
|
3282
|
+
</ol>
|
|
3283
|
+
</li>
|
|
3284
|
+
</ol>
|
|
3285
|
+
</li>
|
|
3286
|
+
</ol>
|
|
3287
|
+
<ol class="none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b" data-unwrap-at="1">
|
|
3288
|
+
<li>
|
|
3289
|
+
<ol start="6" class="lowerRoman-b--upperLetter-b--decimal-b--decimal-b">
|
|
3290
|
+
<li>
|
|
3291
|
+
<p><em><strong>Thresholds; Minimum Transfer Amount (IM); Rounding.</strong></em></p>
|
|
3292
|
+
<ol type="a" class="upper">
|
|
3293
|
+
<li data-amend="threshold" data-id="threshold">
|
|
3294
|
+
<p data-switch="partyA_threshold">“<em><strong>Threshold</strong></em>” means
|
|
3295
|
+
with respect to Party A: <span data-default="true">[●]</span>, unless
|
|
3296
|
+
otherwise agreed between the parties.
|
|
3297
|
+
</p>
|
|
3298
|
+
<p data-switch="partyB_threshold">“<em><strong>Threshold</strong></em>”
|
|
3299
|
+
means with respect to Party B: <span data-default="true">[●]</span>,
|
|
3300
|
+
unless otherwise agreed between the parties.
|
|
3301
|
+
</p>
|
|
3302
|
+
</li>
|
|
3303
|
+
<li data-amend="minimum_transfer_amount" data-id="minimum_transfer_amount">
|
|
3304
|
+
<p data-switch="partyA_minimum_transfer_amount">“<em><strong>Minimum
|
|
3305
|
+
Transfer Amount (IM)</strong></em>” means with respect to Party A at any
|
|
3306
|
+
time: <span data-default="true">[●]</span>,
|
|
3307
|
+
unless otherwise agreed
|
|
3308
|
+
between the parties.
|
|
3309
|
+
</p>
|
|
3310
|
+
<p data-switch="partyB_minimum_transfer_amount">“<em><strong>Minimum
|
|
3311
|
+
Transfer Amount (IM)</strong></em>” means with respect to Party B at
|
|
3312
|
+
any time: <span data-default="true">[●]</span>,
|
|
3313
|
+
unless otherwise agreed between
|
|
3314
|
+
the parties,
|
|
3315
|
+
</p>
|
|
3316
|
+
<p><em>provided</em> that if the Credit Support Amount (IM) at such time with
|
|
3317
|
+
respect to a party as Pledgor is zero, the Minimum Transfer Amount (IM) with
|
|
3318
|
+
respect to the other party as Secured Party shall be zero.
|
|
3319
|
+
</p>
|
|
3320
|
+
</li>
|
|
3321
|
+
<li>
|
|
3322
|
+
<p><em><strong>Rounding.</strong></em></p>
|
|
3323
|
+
<div data-range="true" data-amend="rounding" data-id="rounding">
|
|
3324
|
+
<ol type="1" class="important" style="margin-left:-36px;">
|
|
3325
|
+
<li>
|
|
3326
|
+
<p>the Delivery Amount (IM) will be rounded up to the nearest integral
|
|
3327
|
+
multiple of <span data-value="delivery_amount" data-format="number">10,000</span>
|
|
3328
|
+
units of the Base Currency; and
|
|
3329
|
+
</p>
|
|
3330
|
+
</li>
|
|
3331
|
+
<li>
|
|
3332
|
+
<p>the Return Amount (IM) will be rounded down to the nearest integral
|
|
3333
|
+
multiple of <span data-value="return_amount" data-format="number">10,000</span>
|
|
3334
|
+
units of the Base Currency,
|
|
3335
|
+
</p>
|
|
3336
|
+
</li>
|
|
3337
|
+
</ol>
|
|
3338
|
+
<p><em>provided</em> that if the Credit Support Amount (IM) at such time with
|
|
3339
|
+
respect to a party as Pledgor is zero, the Return Amount (IM) will not be
|
|
3340
|
+
rounded.
|
|
3341
|
+
</p>
|
|
3342
|
+
</div>
|
|
3343
|
+
</li>
|
|
3344
|
+
</ol>
|
|
3345
|
+
</li>
|
|
3346
|
+
<li data-amend="transfer_timing" data-id="transfer_timing">
|
|
3347
|
+
<p data-switch="specified"><em><strong>Transfer Timing.</strong></em> “<em><strong>Regular
|
|
3348
|
+
Settlement Day</strong></em>” has the meaning specified in Paragraph 12,
|
|
3349
|
+
unless otherwise specified here: <span data-when="false">Not specified</span>.
|
|
3350
|
+
</p>
|
|
3351
|
+
</li>
|
|
3352
|
+
</ol>
|
|
3353
|
+
</li>
|
|
3354
|
+
</ol>
|
|
3355
|
+
<ol class="lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b" start="4">
|
|
3356
|
+
<li>
|
|
3357
|
+
<p><em><strong>Calculation(s) and Timing.</strong></em></p>
|
|
3358
|
+
<ol type="i">
|
|
3359
|
+
<li data-amend="calculation_date_location" data-id="calculation_date_location">
|
|
3360
|
+
<p>“<em><strong>Calculation Date (IM)</strong></em>” has the meaning specified in
|
|
3361
|
+
Paragraph 12.
|
|
3362
|
+
</p>
|
|
3363
|
+
<p>For purposes of determining the Calculation Date (IM), “<em><strong>Calculation Date
|
|
3364
|
+
Location (IM)</strong></em>” means, with respect to each party, each city, region,
|
|
3365
|
+
or country specified below:
|
|
3366
|
+
</p>
|
|
3367
|
+
<p data-switch="partyA_calculation_date_location">Party A: <span data-default="true">……………………………………………..</span></p>
|
|
3368
|
+
<p data-switch="partyB_calculation_date_location">Party B: <span data-default="true">……………………………………………..</span></p>
|
|
3369
|
+
</li>
|
|
3370
|
+
<li>
|
|
3371
|
+
<p>“<em><strong>Calculation Time (IM)</strong></em>” has the meaning specified in
|
|
3372
|
+
Paragraph 12.
|
|
3373
|
+
</p>
|
|
3374
|
+
</li>
|
|
3375
|
+
<li data-amend="notification_time" data-id="notification_time">
|
|
3376
|
+
<p>“<em><strong>Notification Time</strong></em>” has the meaning specified below:</p>
|
|
3377
|
+
<p data-switch="partyA_notification_time">With respect to Party A acting in its capacity as
|
|
3378
|
+
Pledgor and Party B acting in its capacity as Secured Party: <span data-default="true">[[●],
|
|
3379
|
+
New York time, on a Local Business Day]</span>.
|
|
3380
|
+
</p>
|
|
3381
|
+
<p data-switch="partyB_notification_time">With respect to Party B acting in its capacity as
|
|
3382
|
+
Pledgor and Party A acting in its capacity as Secured Party: <span data-default="true">[[●],
|
|
3383
|
+
New York time, on a Local Business Day]</span>.
|
|
3384
|
+
</p>
|
|
3385
|
+
</li>
|
|
3386
|
+
</ol>
|
|
3387
|
+
</li>
|
|
3388
|
+
<li>
|
|
3389
|
+
<p><em><strong>Conditions Precedent.</strong></em></p>
|
|
3390
|
+
<ol type="i">
|
|
3391
|
+
<li data-amend="conditions_precedent" data-id="conditions_precedent">
|
|
3392
|
+
<p>The provisions of Paragraph 4(a) will apply, unless otherwise specified here:</p>
|
|
3393
|
+
<p data-switch="specified"><span data-when="false">Not
|
|
3394
|
+
specified…………………………………………………………………………</span>
|
|
3395
|
+
</p>
|
|
3396
|
+
</li>
|
|
3397
|
+
<li data-amend="access_conditions" data-id="access_conditions">
|
|
3398
|
+
<p>For purposes of the provisions of Paragraph 4(a), a Pledgor Rights Event or
|
|
3399
|
+
Secured Party Rights Event with respect to the other party shall constitute a “<em><strong>Specified
|
|
3400
|
+
Condition</strong></em>”. For purposes of the definitions of NEC Event, Secured
|
|
3401
|
+
Party Rights Event or Pledgor Rights Event (in each case, if applicable), the following
|
|
3402
|
+
Termination Event(s) will be an “<em><strong>Access Condition</strong></em>” with
|
|
3403
|
+
respect to the party specified if: (a) that party is an Affected Party with respect to such
|
|
3404
|
+
Termination Event; and (b) all Transactions are Affected Transactions:
|
|
3405
|
+
</p>
|
|
3406
|
+
<table class="no-border docx-table-cols-200-175-175 docx-indent2" style="width:550px;">
|
|
3407
|
+
<thead>
|
|
3408
|
+
<tr class="header">
|
|
3409
|
+
<th></th>
|
|
3410
|
+
<th class="center">Party A</th>
|
|
3411
|
+
<th class="center">Party B</th>
|
|
3412
|
+
</tr>
|
|
3413
|
+
</thead>
|
|
3414
|
+
<tbody>
|
|
3415
|
+
<tr class="odd">
|
|
3416
|
+
<td>Illegality</td>
|
|
3417
|
+
<td data-switch="partyA_illegality" class="center">
|
|
3418
|
+
<span data-when="applicable">
|
|
3419
|
+
☒
|
|
3420
|
+
</span>
|
|
3421
|
+
</td>
|
|
3422
|
+
<td data-switch="partyB_illegality" class="center">
|
|
3423
|
+
<span data-when="applicable">
|
|
3424
|
+
☒
|
|
3425
|
+
</span>
|
|
3426
|
+
</td>
|
|
3427
|
+
</tr>
|
|
3428
|
+
<tr class="even">
|
|
3429
|
+
<td>Force Majeure Event</td>
|
|
3430
|
+
<td data-switch="partyA_force_majeure" class="center">
|
|
3431
|
+
<span data-when="applicable">
|
|
3432
|
+
☒
|
|
3433
|
+
</span>
|
|
3434
|
+
</td>
|
|
3435
|
+
<td data-switch="partyB_force_majeure" class="center">
|
|
3436
|
+
<span data-when="applicable">
|
|
3437
|
+
☒
|
|
3438
|
+
</span>
|
|
3439
|
+
</td>
|
|
3440
|
+
</tr>
|
|
3441
|
+
<tr class="odd">
|
|
3442
|
+
<td>Tax Event</td>
|
|
3443
|
+
<td data-switch="partyA_tax_event" class="center">
|
|
3444
|
+
<span data-when="applicable">
|
|
3445
|
+
☒
|
|
3446
|
+
</span>
|
|
3447
|
+
</td>
|
|
3448
|
+
<td data-switch="partyB_tax_event" class="center">
|
|
3449
|
+
<span data-when="applicable">
|
|
3450
|
+
☒
|
|
3451
|
+
</span>
|
|
3452
|
+
</td>
|
|
3453
|
+
</tr>
|
|
3454
|
+
<tr class="even">
|
|
3455
|
+
<td>Tax Event Upon Merger</td>
|
|
3456
|
+
<td data-switch="partyA_tax_event_upon_merger" class="center">
|
|
3457
|
+
<span data-when="applicable">
|
|
3458
|
+
☒
|
|
3459
|
+
</span>
|
|
3460
|
+
</td>
|
|
3461
|
+
<td data-switch="partyB_tax_event_upon_merger" class="center">
|
|
3462
|
+
<span data-when="applicable">
|
|
3463
|
+
☒
|
|
3464
|
+
</span>
|
|
3465
|
+
</td>
|
|
3466
|
+
</tr>
|
|
3467
|
+
<tr class="odd">
|
|
3468
|
+
<td>Credit Event Upon Merger</td>
|
|
3469
|
+
<td data-switch="partyA_credit_event_upon_merger" class="center">
|
|
3470
|
+
<span data-when="applicable">
|
|
3471
|
+
☒
|
|
3472
|
+
</span>
|
|
3473
|
+
</td>
|
|
3474
|
+
<td data-switch="partyB_credit_event_upon_merger" class="center">
|
|
3475
|
+
<span data-when="applicable">
|
|
3476
|
+
☒
|
|
3477
|
+
</span>
|
|
3478
|
+
</td>
|
|
3479
|
+
</tr>
|
|
3480
|
+
<tr class="even">
|
|
3481
|
+
<td>Additional Termination Event(s):</td>
|
|
3482
|
+
<td data-switch="partyA_additional_termination_events" class="center">
|
|
3483
|
+
|
|
3484
|
+
|
|
3485
|
+
<span data-when="applicable">
|
|
3486
|
+
☒
|
|
3487
|
+
</span>
|
|
3488
|
+
</td>
|
|
3489
|
+
<td data-switch="partyB_additional_termination_events" class="center">
|
|
3490
|
+
<span data-when="applicable">
|
|
3491
|
+
☒
|
|
3492
|
+
</span>
|
|
3493
|
+
</td>
|
|
3494
|
+
</tr>
|
|
3495
|
+
</tbody>
|
|
3496
|
+
<tbody>
|
|
3497
|
+
<tr class="odd data-hidden" data-each="additional_termination_event"></tr>
|
|
3498
|
+
</tbody>
|
|
3499
|
+
</table>
|
|
3500
|
+
|
|
3501
|
+
</li>
|
|
3502
|
+
</ol>
|
|
3503
|
+
</li>
|
|
3504
|
+
<li>
|
|
3505
|
+
<p><em><strong>Substitution.</strong></em></p>
|
|
3506
|
+
<ol type="i">
|
|
3507
|
+
<li>
|
|
3508
|
+
<p>“<em><strong>Substitution Date</strong></em>” has the meaning specified in
|
|
3509
|
+
Paragraph 4(d)(ii); and
|
|
3510
|
+
</p>
|
|
3511
|
+
</li>
|
|
3512
|
+
<li data-amend="consent" data-id="consent">
|
|
3513
|
+
<p data-switch="is_applicable"><em><strong>Consent.</strong></em> If specified here as
|
|
3514
|
+
applicable, then the Pledgor must obtain the Secured Party’s consent for any substitution
|
|
3515
|
+
pursuant to Paragraph 4(d): <span data-when="standard">applicable,</span>
|
|
3516
|
+
</p>
|
|
3517
|
+
<p data-switch="is_applicable"><span data-when="standard">provided
|
|
3518
|
+
that Paragraph 4(d) will be subject to Paragraph
|
|
3519
|
+
13(n)(vi) (Relationship with the Control Agreement).</span>
|
|
3520
|
+
</p>
|
|
3521
|
+
</li>
|
|
3522
|
+
</ol>
|
|
3523
|
+
</li>
|
|
3524
|
+
<li>
|
|
3525
|
+
<p><em><strong>Dispute Resolution.</strong></em></p>
|
|
3526
|
+
<ol type="i">
|
|
3527
|
+
<li data-amend="resolution_time" data-id="resolution_time">
|
|
3528
|
+
<p data-switch="specified">“<em><strong>Resolution Time</strong></em>” means <span data-when="true"><span data-value="time">13:00</span>, <span data-value="location">New York, United States of America</span></span> time, on the
|
|
3529
|
+
Local Business Day following the date on which the notice is given that gives rise to a
|
|
3530
|
+
dispute under Paragraph 5.
|
|
3531
|
+
</p>
|
|
3532
|
+
</li>
|
|
3533
|
+
<li>
|
|
3534
|
+
<p>“<em><strong>Recalculation Date</strong></em>” means the Calculation Date (IM) that gives
|
|
3535
|
+
rise to the dispute under Paragraph 5; <em>provided</em> that if a subsequent
|
|
3536
|
+
Calculation Date (IM) occurs under Paragraph 3 prior to the resolution of the dispute,
|
|
3537
|
+
then the “Recalculation Date” means the most recent Calculation Date (IM) under
|
|
3538
|
+
Paragraph 3.
|
|
3539
|
+
</p>
|
|
3540
|
+
</li>
|
|
3541
|
+
<li>
|
|
3542
|
+
<p><em><strong>Credit Support Amount (IM).</strong></em> For the purpose of
|
|
3543
|
+
Paragraph 5(iv)(A), the Credit Support Amount (IM) will be calculated as follows: The
|
|
3544
|
+
parties agree to consult in good faith and in a commercially reasonable and timely manner
|
|
3545
|
+
to resolve the dispute and agree on the amount of the relevant Credit Support Amount (IM).
|
|
3546
|
+
The Calculation Agent (IM) will recalculate the Credit Support Amount (IM) using the amount
|
|
3547
|
+
agreed by the parties.
|
|
3548
|
+
</p>
|
|
3549
|
+
</li>
|
|
3550
|
+
<li>
|
|
3551
|
+
<p><em><strong>Value.</strong></em> For the purpose of Paragraphs 5(iv)(A) and (B), the Value
|
|
3552
|
+
of Posted Credit Support (IM) will be calculated as follows: The parties agree to consult
|
|
3553
|
+
in good faith and in a commercially reasonable and timely manner to resolve the dispute and
|
|
3554
|
+
agree on the Value. The Calculation Agent (IM) will recalculate related amounts using such
|
|
3555
|
+
amount agreed by the parties.
|
|
3556
|
+
</p>
|
|
3557
|
+
</li>
|
|
3558
|
+
<li>
|
|
3559
|
+
<p><em><strong>Alternative</strong></em>. The provisions of Paragraph 5 will apply.</p>
|
|
3560
|
+
</li>
|
|
3561
|
+
</ol>
|
|
3562
|
+
</li>
|
|
3563
|
+
</ol>
|
|
3564
|
+
<ol class="lowerLetter-b--decimal-b--lowerLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b" start="8">
|
|
3565
|
+
<li>
|
|
3566
|
+
<p><em><strong>“Secured Party Rights Event” means:</strong></em></p>
|
|
3567
|
+
<div data-amend="early_termination_date" data-id="early_termination_date">
|
|
3568
|
+
<ol type="1" class="important" style="margin-left:0px;">
|
|
3569
|
+
<li>
|
|
3570
|
+
<p data-switch="paid_in_full_language">an Early Termination Date in respect of all Transactions
|
|
3571
|
+
has occurred or been designated as the result of an Event of Default or Access Condition
|
|
3572
|
+
with respect to the Pledgor<span data-default="true"> [and the Pledgor has not paid in full
|
|
3573
|
+
all of its Obligations that are then due]</span>;
|
|
3574
|
+
or
|
|
3575
|
+
</p>
|
|
3576
|
+
</li>
|
|
3577
|
+
<li>
|
|
3578
|
+
<p>an Event of Default has occurred and is continuing with respect to the Pledgor and its
|
|
3579
|
+
obligation to pay an amount under Section 6(e) of this Agreement relating to an Early
|
|
3580
|
+
Termination Date with respect to all outstanding Transactions.
|
|
3581
|
+
</p>
|
|
3582
|
+
</li>
|
|
3583
|
+
</ol>
|
|
3584
|
+
</div>
|
|
3585
|
+
</li>
|
|
3586
|
+
</ol>
|
|
3587
|
+
<ol class="lowerLetter-b--none--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b" start="9">
|
|
3588
|
+
<li>
|
|
3589
|
+
<p><em><strong>Notice of Exclusive Control</strong></em>. Each party as the Secured Party covenants to
|
|
3590
|
+
the other party as the Pledgor that: (a) it will not give a Notice of Exclusive Control under the
|
|
3591
|
+
Control Agreement unless and until an NEC Event occurs and is continuing and that it will deliver a
|
|
3592
|
+
copy of the Notice of Exclusive Control to the Pledgor when it is delivered to the Custodian (IM)
|
|
3593
|
+
and (b) it will not exercise any rights of access in respect of the Posted Credit Support (IM) held
|
|
3594
|
+
by the Custodian (IM) arising from delivery of such Notice of Exclusive Control unless and until a
|
|
3595
|
+
Secured Party Rights Event occurs and is continuing.
|
|
3596
|
+
</p>
|
|
3597
|
+
<ol>
|
|
3598
|
+
<li>
|
|
3599
|
+
<p>“<em><strong>NEC Event</strong></em>” means:</p>
|
|
3600
|
+
<ol>
|
|
3601
|
+
<li>
|
|
3602
|
+
<p>where the Control Agreement permits delivery of a Notice of Exclusive Control
|
|
3603
|
+
separately from instructions from the Secured Party to the Custodian (IM) regarding
|
|
3604
|
+
the transfer of assets from the relevant Segregated Account: (1) an Event of
|
|
3605
|
+
Default or Access Condition with respect to the Pledgor has occurred and is
|
|
3606
|
+
continuing or (2) an Early Termination Date (in respect of all Transactions) has
|
|
3607
|
+
occurred or been designated as the result of an Event of Default or Access
|
|
3608
|
+
Condition with respect to the Pledgor; or
|
|
3609
|
+
</p>
|
|
3610
|
+
</li>
|
|
3611
|
+
<li>
|
|
3612
|
+
<p>otherwise, a Secured Party Rights Event has occurred and is continuing.</p>
|
|
3613
|
+
</li>
|
|
3614
|
+
</ol>
|
|
3615
|
+
</li>
|
|
3616
|
+
<li>
|
|
3617
|
+
<p>“<em><strong>Notice of Exclusive Control</strong></em>” means a notice that a secured party
|
|
3618
|
+
is entitled to give under the Control Agreement that has or will have the effect of giving
|
|
3619
|
+
such party the exclusive right to direct the Custodian (IM) to block withdrawals or to
|
|
3620
|
+
control the Posted Credit Support (IM).
|
|
3621
|
+
</p>
|
|
3622
|
+
</li>
|
|
3623
|
+
</ol>
|
|
3624
|
+
</li>
|
|
3625
|
+
</ol>
|
|
3626
|
+
<ol class="lowerLetter-b--lowerLetter-b--none--lowerLetter-b--lowerLetter-b--lowerLetter-b" start="10">
|
|
3627
|
+
<li data-amend="pledgor_rights_event" data-id="pledgor_rights_event">
|
|
3628
|
+
<p>“<em><strong>Pledgor Rights Event</strong></em>” means (1) an Early Termination Date has occurred or
|
|
3629
|
+
been designated as the result of an Event of Default or Access Condition with respect to the
|
|
3630
|
+
Secured Party, (2) the Pledgor has provided a statement to the Secured Party in respect of such
|
|
3631
|
+
Early Termination Date pursuant to Section 6(d) of this Agreement and (3) an amount under Section
|
|
3632
|
+
6(e) of this Agreement is payable to Pledgor, is zero or was payable by Pledgor but has been
|
|
3633
|
+
discharged in full together with any accrued interest (including, without limitation, pursuant to
|
|
3634
|
+
the Delivery in Lieu Right, if applicable), unless otherwise specified below.
|
|
3635
|
+
</p>
|
|
3636
|
+
<p data-switch="cooling_off_language"><span data-default="true">[Not specified/ As above, provided that,
|
|
3637
|
+
notwithstanding anything to the contrary in such definition, the Pledgor Rights Event may not
|
|
3638
|
+
occur earlier than the second Local Business Day following provision of a statement to the
|
|
3639
|
+
Secured Party pursuant to Section 6(d) of this Agreement] …………………………………………………………...</span>
|
|
3640
|
+
</p>
|
|
3641
|
+
</li>
|
|
3642
|
+
<li data-amend="pledgor_additional_rights_event" data-id="pledgor_additional_rights_event">
|
|
3643
|
+
<p data-switch="applicable"><em><strong>Pledgor Additional Rights Event</strong></em>. If specified as
|
|
3644
|
+
applicable here, has the meaning specified below:<span data-when="false"> not applicable</span>
|
|
3645
|
+
</p>
|
|
3646
|
+
<p style="margin-left:36px;" data-switch="applicable">“<em><strong>Pledgor
|
|
3647
|
+
Additional Rights Event</strong></em>” means: <span data-when="false">Not applicable</span>.
|
|
3648
|
+
</p>
|
|
3649
|
+
</li>
|
|
3650
|
+
<li>
|
|
3651
|
+
<p><em><strong>Pledgor Access Notice.</strong></em> Each party as the Pledgor covenants to the other
|
|
3652
|
+
party as the Secured Party that:
|
|
3653
|
+
</p>
|
|
3654
|
+
<ol>
|
|
3655
|
+
<li>
|
|
3656
|
+
<p>it will not give a Pledgor Access Notice under the Control Agreement unless and until a
|
|
3657
|
+
Pledgor Rights Event occurs and that it will deliver a copy of the Pledgor Access Notice to
|
|
3658
|
+
the Secured Party when it is delivered to the Custodian (IM); and
|
|
3659
|
+
</p>
|
|
3660
|
+
</li>
|
|
3661
|
+
<li>
|
|
3662
|
+
<p>it will not exercise any rights or remedies arising from the delivery of such Pledgor Access
|
|
3663
|
+
Notice with respect to Posted Credit Support (IM) held by the Custodian (IM) unless and
|
|
3664
|
+
until a Pledgor Rights Event occurs,
|
|
3665
|
+
</p>
|
|
3666
|
+
<p>except where it does so to exercise the Delivery in Lieu Right, if applicable, or in order
|
|
3667
|
+
to exercise its right to return of Posted Credit Support (IM) pursuant to Paragraph 8(d) of
|
|
3668
|
+
this Annex.
|
|
3669
|
+
</p>
|
|
3670
|
+
<p>“<em><strong>Pledgor Access Notice</strong></em>” means a notice that a pledgor is
|
|
3671
|
+
entitled to give under the Control Agreement that has the effect of giving such
|
|
3672
|
+
party exclusive right to direct the Custodian (IM) to block withdrawals or to
|
|
3673
|
+
control the Posted Credit Support (IM).
|
|
3674
|
+
</p>
|
|
3675
|
+
</li>
|
|
3676
|
+
</ol>
|
|
3677
|
+
</li>
|
|
3678
|
+
</ol>
|
|
3679
|
+
<ol class="lowerLetter-b--lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b" start="13">
|
|
3680
|
+
<li data-amend="delivery_in_lieu_right" data-id="delivery_in_lieu_right">
|
|
3681
|
+
<p data-switch="right"><em><strong>Modification to Pledgor’s Rights and Remedies.</strong></em> If
|
|
3682
|
+
specified as applicable here, the below (the “<em><strong>Delivery in Lieu Right</strong></em>”)
|
|
3683
|
+
will be inserted at the end of Paragraph 8(b): <span data-when="applicable">applicable</span>
|
|
3684
|
+
</p>
|
|
3685
|
+
<p>“The Pledgor may, without the consent of the Secured Party, direct the Custodian (IM) to Transfer to
|
|
3686
|
+
the Secured Party so much of the Posted Collateral (IM) as is the Cash equivalent, by reference to
|
|
3687
|
+
the fair market value at or about the time of such Transfer as determined by the Pledgor, necessary
|
|
3688
|
+
to satisfy (together with any other payments already made by the Pledgor) all amounts payable by
|
|
3689
|
+
the Pledgor pursuant to Section 6(e) (together with any accrued interest) such that a Pledgor
|
|
3690
|
+
Rights Event occurs. Such Section 6(e) payment obligation (together with any obligation to pay
|
|
3691
|
+
interest) of Pledgor will be deemed satisfied to the extent of such Transfer. For the avoidance of
|
|
3692
|
+
doubt, the Pledgor in all events will remain liable for any amounts remaining unpaid after such
|
|
3693
|
+
Transfer, and to the extent of any Transfer of Posted Collateral (IM) under this subsection, the
|
|
3694
|
+
Pledgor waives any right to redemption or to require the Secured Party to make disposition of,
|
|
3695
|
+
account for any surplus in respect of, or request the sale of such Posted Collateral (IM) by the
|
|
3696
|
+
Secured Party.”
|
|
3697
|
+
</p>
|
|
3698
|
+
</li>
|
|
3699
|
+
<li>
|
|
3700
|
+
<p><em><strong>Custody Arrangements.</strong></em></p>
|
|
3701
|
+
<div data-range="true" data-amend="custodian_and_segregated_account_details" style="margin-bottom:10px;" data-id="custodian_and_segregated_account_details">
|
|
3702
|
+
<p>The Custodian (IM) and Segregated Account details in respect of each party as the Pledgor are:</p>
|
|
3703
|
+
<table class="docx-table-cols-150-225-225 docx-indent1" style="width:550px;">
|
|
3704
|
+
<thead>
|
|
3705
|
+
<tr class="header">
|
|
3706
|
+
<th></th>
|
|
3707
|
+
<th style="width:37.5%;">Party A</th>
|
|
3708
|
+
<th style="width:37.5%;">Party B</th>
|
|
3709
|
+
</tr>
|
|
3710
|
+
</thead>
|
|
3711
|
+
<tbody>
|
|
3712
|
+
<tr class="odd">
|
|
3713
|
+
<td>Name of Custodian (IM)</td>
|
|
3714
|
+
<td style="width:37.5%;"><span data-value="partyA_custodian_name">[…..]</span></td>
|
|
3715
|
+
<td style="width:37.5%;"><span data-value="partyB_custodian_name">[…..]</span></td>
|
|
3716
|
+
</tr>
|
|
3717
|
+
<tr class="even">
|
|
3718
|
+
<td colspan="3">Segregated Account Details for Posted Credit Support (IM):</td>
|
|
3719
|
+
</tr>
|
|
3720
|
+
<tr class="odd">
|
|
3721
|
+
<td>(x) in the form of cash</td>
|
|
3722
|
+
<td style="width:37.5%;"><span data-value="partyA_cash">[…..]</span></td>
|
|
3723
|
+
<td style="width:37.5%;"><span data-value="partyB_cash">[…..]</span></td>
|
|
3724
|
+
</tr>
|
|
3725
|
+
<tr class="even">
|
|
3726
|
+
<td>(y) in the form of securities</td>
|
|
3727
|
+
<td style="width:37.5%;"><span data-value="partyA_securities">[…..]</span></td>
|
|
3728
|
+
<td style="width:37.5%;"><span data-value="partyB_securities">[…..]</span></td>
|
|
3729
|
+
</tr>
|
|
3730
|
+
</tbody>
|
|
3731
|
+
</table>
|
|
3732
|
+
</div>
|
|
3733
|
+
<ol type="i" class="lowerRoman-b--upperLetter-b--lowerRoman-b--lowerLetter-b--lowerLetter-b--lowerLetter-b">
|
|
3734
|
+
<li>
|
|
3735
|
+
<p>“<em><strong>Control Agreement</strong></em>” means, with respect to a party as the Pledgor
|
|
3736
|
+
and the other party as the Secured Party, the account control agreement among such party as
|
|
3737
|
+
the Pledgor, the other party as the Secured Party and the relevant Custodian (IM) entered
|
|
3738
|
+
into in relation to each Segregated Account.
|
|
3739
|
+
</p>
|
|
3740
|
+
</li>
|
|
3741
|
+
<li data-amend="custodian_risk" data-id="custodian_risk">
|
|
3742
|
+
<p><em><strong>Custodian (IM) Risk.</strong></em> The provisions of Paragraph 6(a) will
|
|
3743
|
+
apply unless otherwise specified below:
|
|
3744
|
+
</p>
|
|
3745
|
+
<ol type="a" class="upper">
|
|
3746
|
+
<li>
|
|
3747
|
+
<p data-switch="partyA_custodian_risk">Party A as the Secured Party and
|
|
3748
|
+
Party B as the Pledgor: <span data-when="not_specified">Not
|
|
3749
|
+
specified</span>
|
|
3750
|
+
</p>
|
|
3751
|
+
</li>
|
|
3752
|
+
<li>
|
|
3753
|
+
<p data-switch="partyB_custodian_risk">Party B as the Secured Party and
|
|
3754
|
+
Party A as the Pledgor: <span data-when="not_specified">Not
|
|
3755
|
+
specified</span>
|
|
3756
|
+
</p>
|
|
3757
|
+
</li>
|
|
3758
|
+
</ol>
|
|
3759
|
+
</li>
|
|
3760
|
+
<li data-amend="custodian_event" data-id="custodian_event">
|
|
3761
|
+
<p data-switch="definition"><em><strong>Custodian Event</strong></em>. If specified as
|
|
3762
|
+
applicable here, has the meaning specified below: <span data-when="applicable">applicable</span>
|
|
3763
|
+
</p>
|
|
3764
|
+
<p>“<em><strong>Custodian Event</strong></em>” means, unless otherwise specified below, with
|
|
3765
|
+
respect to the Pledgor and its posting obligation hereunder: (1) any failure of the
|
|
3766
|
+
Pledgor’s Custodian (IM) to comply with appropriate instructions sent by the Pledgor to
|
|
3767
|
+
effect any Transfer obligation of the Pledgor in accordance with this Annex (other than any
|
|
3768
|
+
such failure caused solely by the action or inaction of the Pledgor); (2) the Pledgor’s
|
|
3769
|
+
Custodian (IM) ceases to comply with or perform, or is otherwise unable to comply with or
|
|
3770
|
+
perform, any agreement or obligation to be complied with or performed by it in accordance
|
|
3771
|
+
with the Control Agreement; (3) notice by the Pledgor’s Custodian (IM) is given to
|
|
3772
|
+
terminate the Control Agreement or the Control Agreement expires or terminates, whether in
|
|
3773
|
+
accordance with the terms thereof or otherwise; (4) the Pledgor’s Custodian (IM)
|
|
3774
|
+
disaffirms, disclaims, repudiates or rejects, in whole or in part, or challenges the
|
|
3775
|
+
validity of the Control Agreement; or (5) the Pledgor’s Custodian (IM) makes a unilateral
|
|
3776
|
+
amendment to the terms of the Control Agreement or its status otherwise changes, in either
|
|
3777
|
+
case resulting in either of the parties ceasing to be in compliance with their regulatory
|
|
3778
|
+
obligations as determined by such party acting in good faith and in a commercially
|
|
3779
|
+
reasonable manner.
|
|
3780
|
+
</p>
|
|
3781
|
+
<p>If such Custodian Event has occurred and is continuing after the CE End Date, it will
|
|
3782
|
+
constitute an Additional Termination Event and, unless otherwise specified below, for
|
|
3783
|
+
purposes of such Additional Termination Event:
|
|
3784
|
+
</p>
|
|
3785
|
+
<ol type="a" class="upper">
|
|
3786
|
+
<li>
|
|
3787
|
+
<p>each Covered Transaction (IM) will be an Affected Transaction; and</p>
|
|
3788
|
+
</li>
|
|
3789
|
+
<li>
|
|
3790
|
+
<p>both the Pledgor and the Secured Party will be the Affected Parties.</p>
|
|
3791
|
+
</li>
|
|
3792
|
+
</ol>
|
|
3793
|
+
<p>For as long as the Custodian Event is continuing but prior to the relevant CE End Date, the
|
|
3794
|
+
Pledgor will attempt to identify a replacement custodian arrangement which is acceptable to
|
|
3795
|
+
the Secured Party and the parties agree to use reasonable endeavors to negotiate in good
|
|
3796
|
+
faith and implement such amendments to the terms of this Annex as are reasonably necessary.
|
|
3797
|
+
</p>
|
|
3798
|
+
</li>
|
|
3799
|
+
</ol>
|
|
3800
|
+
</li>
|
|
3801
|
+
</ol>
|
|
3802
|
+
<ol class="none--none--decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b" data-multi-level-list="true" data-unwrap-at="2">
|
|
3803
|
+
<li>
|
|
3804
|
+
<ol data-amend="ce_end_date" data-id="ce_end_date">
|
|
3805
|
+
<li>
|
|
3806
|
+
<p>“<em><strong>CE End Date</strong></em>” means, in relation to a Custodian Event, the earlier
|
|
3807
|
+
to occur of:
|
|
3808
|
+
</p>
|
|
3809
|
+
<ol class="decimal-b--upperLetter-b--lowerLetter-b--lowerRoman-b important">
|
|
3810
|
+
<li>
|
|
3811
|
+
<ol class="upperletter" type="upperA">
|
|
3812
|
+
<li>
|
|
3813
|
+
<p data-switch="days_after_custodian_event"><span data-default="true">other than
|
|
3814
|
+
in the case of a Custodian Event with respect to limb (3), the day
|
|
3815
|
+
falling <span>[90]</span> days after the occurrence of such event;</span>
|
|
3816
|
+
</p>
|
|
3817
|
+
</li>
|
|
3818
|
+
<li>
|
|
3819
|
+
<p>in the case of a Custodian Event with respect to limb (3) where advance
|
|
3820
|
+
notice is given in accordance with the Control Agreement, the later of:
|
|
3821
|
+
</p>
|
|
3822
|
+
<ol class="lowerLetter-b important" start="24" type="a">
|
|
3823
|
+
<li>
|
|
3824
|
+
<p>the date the notice is given; and</p>
|
|
3825
|
+
</li>
|
|
3826
|
+
<li>
|
|
3827
|
+
<p data-switch="release_date"><span data-default="true">[the [●] calendar]
|
|
3828
|
+
day to fall prior to the date on which the Control Agreement
|
|
3829
|
+
will terminate in accordance with its terms with respect to
|
|
3830
|
+
such notice (such date of termination under the Control
|
|
3831
|
+
Agreement being the “<em><strong>Release Date</strong></em>”),</span>
|
|
3832
|
+
</p>
|
|
3833
|
+
</li>
|
|
3834
|
+
</ol>
|
|
3835
|
+
<p><em>provided</em> that, if:</p>
|
|
3836
|
+
<ol type="i" class="lowerRoman-b important">
|
|
3837
|
+
<li>
|
|
3838
|
+
<p>an Early Termination Date has been designated in respect of
|
|
3839
|
+
the Covered Transactions (IM) as a result of this
|
|
3840
|
+
Additional Termination Event; and
|
|
3841
|
+
</p>
|
|
3842
|
+
</li>
|
|
3843
|
+
<li>
|
|
3844
|
+
<p data-switch="date_of_timely_statement"><span data-default="true">on
|
|
3845
|
+
the date falling [14 calendar] days prior to the
|
|
3846
|
+
Release Date, only one party has effectively provided a
|
|
3847
|
+
statement (the “<em><strong>Timely Statement</strong></em>”)
|
|
3848
|
+
to the other party pursuant to Section 6(d) of the
|
|
3849
|
+
Agreement,</span>
|
|
3850
|
+
</p>
|
|
3851
|
+
</li>
|
|
3852
|
+
</ol>
|
|
3853
|
+
<p>then, notwithstanding the provisions of Section 6(e)(ii)(2) (<em>Two
|
|
3854
|
+
Affected Parties</em>) of the Agreement, the amount payable under
|
|
3855
|
+
Section 6(e) shall be determined and be payable solely on the basis of the
|
|
3856
|
+
Timely Statement (as if, for all purposes, the party which has provided the
|
|
3857
|
+
Timely Statement were the party which is not the Affected Party and the
|
|
3858
|
+
other party were the sole Affected Party); or
|
|
3859
|
+
</p>
|
|
3860
|
+
</li>
|
|
3861
|
+
<li>
|
|
3862
|
+
<p>in case of a Custodian Event with respect to limb (3) where there is no
|
|
3863
|
+
advance notice in accordance with the Control Agreement, the date the
|
|
3864
|
+
Control Agreement expires or terminates; and
|
|
3865
|
+
</p>
|
|
3866
|
+
</li>
|
|
3867
|
+
</ol>
|
|
3868
|
+
</li>
|
|
3869
|
+
<li>
|
|
3870
|
+
<p>effective delivery of a notice by a party that a Regulatory Event has occurred with
|
|
3871
|
+
respect to such party in respect of such Custodian Event (specifying in such notice
|
|
3872
|
+
the nature of such Regulatory Event).
|
|
3873
|
+
</p>
|
|
3874
|
+
</li>
|
|
3875
|
+
</ol>
|
|
3876
|
+
<p>Any event or circumstance that constitutes or gives rise to a Custodian Event will not
|
|
3877
|
+
constitute or give rise to an Event of Default under Section 5(a)(iii).
|
|
3878
|
+
</p>
|
|
3879
|
+
</li>
|
|
3880
|
+
</ol>
|
|
3881
|
+
</li>
|
|
3882
|
+
</ol>
|
|
3883
|
+
<ol class="none--none--decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b" data-unwrap-at="2">
|
|
3884
|
+
<li>
|
|
3885
|
+
<ol>
|
|
3886
|
+
<li>
|
|
3887
|
+
<p>“<em><strong>Regulatory Event</strong></em>” means, in respect of a party and a Custodian
|
|
3888
|
+
Event, that:
|
|
3889
|
+
</p>
|
|
3890
|
+
<ol class="decimal-b--upperLetter-b--lowerRoman-b--lowerLetter-b important">
|
|
3891
|
+
<li>
|
|
3892
|
+
<p>such party has received notice in writing from the relevant governmental or
|
|
3893
|
+
regulatory authority with proper jurisdiction that it has ceased or will cease to
|
|
3894
|
+
comply with its regulatory obligations under any Regime; or
|
|
3895
|
+
</p>
|
|
3896
|
+
</li>
|
|
3897
|
+
<li>
|
|
3898
|
+
<p>a relevant governmental or regulatory authority with proper jurisdiction has made a
|
|
3899
|
+
public statement to the effect of (1),
|
|
3900
|
+
</p>
|
|
3901
|
+
</li>
|
|
3902
|
+
</ol>
|
|
3903
|
+
<p>in each case as a result of the occurrence of such Custodian Event.</p>
|
|
3904
|
+
</li>
|
|
3905
|
+
</ol>
|
|
3906
|
+
</li>
|
|
3907
|
+
</ol>
|
|
3908
|
+
<ol class="none--lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b" data-unwrap-at="1">
|
|
3909
|
+
<li>
|
|
3910
|
+
<ol start="4" type="i" class="lowerRoman-b--upperLetter-b--decimal-b--lowerLetter-b--lowerLetter-b important">
|
|
3911
|
+
<li>
|
|
3912
|
+
<p><em><strong>Use of Posted Collateral (IM).</strong></em> The provisions of
|
|
3913
|
+
Paragraph 6(b) will apply to both parties.
|
|
3914
|
+
</p>
|
|
3915
|
+
</li>
|
|
3916
|
+
<li data-amend="control_agreement_as_a_credit_support_document" data-id="control_agreement_as_a_credit_support_document">
|
|
3917
|
+
<p><em><strong>The Control Agreement as a Credit Support Document.</strong></em> The Control
|
|
3918
|
+
Agreement will not be a Credit Support Document with respect to a party unless otherwise
|
|
3919
|
+
specified here:
|
|
3920
|
+
</p>
|
|
3921
|
+
<p data-switch="definition"><span data-when="not_specified">Not
|
|
3922
|
+
specified</span>.
|
|
3923
|
+
</p>
|
|
3924
|
+
</li>
|
|
3925
|
+
<li>
|
|
3926
|
+
<p><em><strong>Relationship with the Control Agreement.</strong></em></p>
|
|
3927
|
+
<div data-range="true" data-amend="relationship_with_the_control_agreement" data-switch="include_language" data-id="relationship_with_the_control_agreement">
|
|
3928
|
+
<div data-range="true" data-default="true">
|
|
3929
|
+
<ol type="a" class="upper">
|
|
3930
|
+
<li>
|
|
3931
|
+
<p>[Notwithstanding any provision to the contrary in the Control Agreement,
|
|
3932
|
+
this Annex will prevail over the Control Agreement, it being recognized
|
|
3933
|
+
that the Control Agreement is a means by which a party can perform their
|
|
3934
|
+
obligations or, as applicable, exercise their rights hereunder, except
|
|
3935
|
+
that:
|
|
3936
|
+
</p>
|
|
3937
|
+
<ol>
|
|
3938
|
+
<li>
|
|
3939
|
+
<p>each of the Pledgor and the Secured Party consent to any
|
|
3940
|
+
substitutions of Posted Credit Support (IM) for replacement
|
|
3941
|
+
Eligible Credit Support (IM) (or other assets) that are made by the
|
|
3942
|
+
Pledgor and/or the Custodian (IM) in accordance with the terms of
|
|
3943
|
+
the Control Agreement (without prejudice to the subsequent
|
|
3944
|
+
application of the Ineligible Credit Support (IM) provisions);
|
|
3945
|
+
</p>
|
|
3946
|
+
</li>
|
|
3947
|
+
<li>
|
|
3948
|
+
<p>notwithstanding differences in methodology or timing, if the
|
|
3949
|
+
Custodian (IM) determines a Value (or any component thereof) and/or
|
|
3950
|
+
Base Currency Equivalent pursuant to the terms of the Control
|
|
3951
|
+
Agreement then such Value and/or Base Currency Equivalent so
|
|
3952
|
+
determined will be used (and the Calculation Agent (IM) will not be
|
|
3953
|
+
obliged to make such determination) provided that where an item has
|
|
3954
|
+
a Value of zero by virtue of an Ineligibility Notice then it will
|
|
3955
|
+
do so for the purposes of this Annex irrespective of the Custodian
|
|
3956
|
+
(IM) Value;
|
|
3957
|
+
</p>
|
|
3958
|
+
</li>
|
|
3959
|
+
<li>
|
|
3960
|
+
<p>the Secured Party and the Pledgor will not be required to serve
|
|
3961
|
+
demands under Paragraph 3(a) or Paragraph 3(b) respectively if such
|
|
3962
|
+
demands are effectively made under the terms of the Control
|
|
3963
|
+
Agreement (and both will be deemed to be Demanding Parties
|
|
3964
|
+
hereunder to the extent that both parties are required (or
|
|
3965
|
+
entitled) under the Control Agreement to convey instructions to the
|
|
3966
|
+
Custodian (IM) which reflects the calculations hereunder);
|
|
3967
|
+
</p>
|
|
3968
|
+
</li>
|
|
3969
|
+
<li>
|
|
3970
|
+
<p>the parties will give such instructions contemplated by the Control
|
|
3971
|
+
Agreement to the Custodian (IM) as may be necessary in order for
|
|
3972
|
+
obligations hereunder to be performed or rights hereunder to be
|
|
3973
|
+
exercised (or exercisable) by a party, and where applicable no
|
|
3974
|
+
later than the Notification Time. For the avoidance of doubt, the
|
|
3975
|
+
Secured Party will bear no liability for any failure of the
|
|
3976
|
+
Custodian (IM) to effect the Transfer of any Return Amount (IM) if
|
|
3977
|
+
the Secured Party has sent the appropriate instructions (if any are
|
|
3978
|
+
required); and
|
|
3979
|
+
</p>
|
|
3980
|
+
</li>
|
|
3981
|
+
<li>
|
|
3982
|
+
<p>the Secured Party’s obligations under paragraph 8(b)(iii) or the
|
|
3983
|
+
operation of the Delivery in Lieu Right (if applicable) is without
|
|
3984
|
+
prejudice to any delay or contest period expressly specified in the
|
|
3985
|
+
Control Agreement that applies in such circumstances.]
|
|
3986
|
+
</p>
|
|
3987
|
+
</li>
|
|
3988
|
+
</ol>
|
|
3989
|
+
</li>
|
|
3990
|
+
</ol>
|
|
3991
|
+
</div>
|
|
3992
|
+
|
|
3993
|
+
|
|
3994
|
+
</div>
|
|
3995
|
+
</li>
|
|
3996
|
+
<li>
|
|
3997
|
+
<p><em><strong>Other Provisions.</strong></em></p>
|
|
3998
|
+
<div data-range="true" data-amend="other_provisions" data-id="other_provisions">
|
|
3999
|
+
<p data-switch="specify_provisions"><span data-when="none_specified">None specified
|
|
4000
|
+
...................................................................................................</span>
|
|
4001
|
+
</p>
|
|
4002
|
+
</div>
|
|
4003
|
+
</li>
|
|
4004
|
+
</ol>
|
|
4005
|
+
</li>
|
|
4006
|
+
</ol>
|
|
4007
|
+
<ol class="lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b" start="15">
|
|
4008
|
+
<li>
|
|
4009
|
+
<p><em><strong>Additional Representation(s).</strong></em></p>
|
|
4010
|
+
<ol type="i">
|
|
4011
|
+
<li data-amend="additional_representations" data-switch="partyA_additional_representations & partyB_additional_representations" data-id="additional_representations">
|
|
4012
|
+
|
|
4013
|
+
<p data-default>
|
|
4014
|
+
|
|
4015
|
+
|
|
4016
|
+
<span data-if="!partyA_additional_representations && !partyB_additional_representations">[Party
|
|
4017
|
+
A/Party B]</span>
|
|
4018
|
+
represents to the other party (which representation(s) will be deemed to be repeated
|
|
4019
|
+
as of each date on which it, as the Pledgor, Transfers Eligible Collateral (IM)) that:
|
|
4020
|
+
</p>
|
|
4021
|
+
<p data-switch="partyA_additional_representations & partyB_additional_representations">
|
|
4022
|
+
<span data-default="true" data-html="specify">None specified
|
|
4023
|
+
...................................................................................................</span>
|
|
4024
|
+
|
|
4025
|
+
</p>
|
|
4026
|
+
</li>
|
|
4027
|
+
<li>
|
|
4028
|
+
<p><em><strong>Additional information relating to Regulatory Compliance and Concentration
|
|
4029
|
+
Limits</strong></em>. Each party will as soon as reasonably practicable following
|
|
4030
|
+
request by the other party provide such information as to its classification under a
|
|
4031
|
+
regulatory regime as may be reasonably required from time to time. Unless otherwise
|
|
4032
|
+
expressly agreed, any misrepresentation with respect to such information will not
|
|
4033
|
+
constitute an Event of Default or Potential Event of Default under this Agreement in
|
|
4034
|
+
respect of such party.
|
|
4035
|
+
</p>
|
|
4036
|
+
</li>
|
|
4037
|
+
</ol>
|
|
4038
|
+
</li>
|
|
4039
|
+
<li>
|
|
4040
|
+
<p><em><strong>Other Eligible Support (IM) and Other Posted Support (IM).</strong></em></p>
|
|
4041
|
+
<ol type="i">
|
|
4042
|
+
<li data-amend="support_value" data-id="support_value">
|
|
4043
|
+
<p data-switch="is_applicable">“<em><strong>Value</strong></em>” with respect to Other Eligible
|
|
4044
|
+
Support (IM) and Other Posted Support (IM) means: <span data-when="not_applicable">Not Applicable</span>.
|
|
4045
|
+
</p>
|
|
4046
|
+
</li>
|
|
4047
|
+
<li data-amend="support_transfer" data-id="support_transfer">
|
|
4048
|
+
<p data-switch="is_applicable">“<em><strong>Transfer</strong></em>” with respect to Other
|
|
4049
|
+
Eligible Support (IM) and Other Posted Support (IM) means: <span data-when="not_applicable">Not
|
|
4050
|
+
Applicable</span>.
|
|
4051
|
+
</p>
|
|
4052
|
+
</li>
|
|
4053
|
+
</ol>
|
|
4054
|
+
</li>
|
|
4055
|
+
<li>
|
|
4056
|
+
<p><em><strong>Demands and Notices.</strong></em></p>
|
|
4057
|
+
<p>All demands, specifications and notices under this Annex will be made pursuant to the Notices
|
|
4058
|
+
Section of this Agreement, unless otherwise specified here:
|
|
4059
|
+
</p>
|
|
4060
|
+
<div>
|
|
4061
|
+
<p>
|
|
4062
|
+
Party A: <span data-amend="demands_and_notices" data-html="partyA_specify" data-id="demands_and_notices">………………………………………………………………………………………….<br>……………………………………………………………………………………………………</span>
|
|
4063
|
+
</p>
|
|
4064
|
+
</div>
|
|
4065
|
+
<div>
|
|
4066
|
+
<p>
|
|
4067
|
+
Party B: <span data-amend="demands_and_notices" data-html="partyB_specify" data-id="demands_and_notices">………………………………………………………………………………………….<br>……………………………………………………………………………………………………</span>
|
|
4068
|
+
</p>
|
|
4069
|
+
</div>
|
|
4070
|
+
</li>
|
|
4071
|
+
<li>
|
|
4072
|
+
<p><em><strong>Addresses for Transfers.</strong></em></p>
|
|
4073
|
+
<div>
|
|
4074
|
+
<p>Party A: <span data-amend="addresses_for_transfers" data-html="partyA_specify" data-id="addresses_for_transfers">………………………………………………………………………………………….<br>…………………………………………………………………………………………………</span></p>
|
|
4075
|
+
</div>
|
|
4076
|
+
<div>
|
|
4077
|
+
<p>Party B: <span data-amend="addresses_for_transfers" data-html="partyB_specify" data-id="addresses_for_transfers">………………………………………………………………………………………….<br>…………………………………………………………………………………………………</span></p>
|
|
4078
|
+
</div>
|
|
4079
|
+
</li>
|
|
4080
|
+
<li>
|
|
4081
|
+
<p>“<em><strong>Other CSA</strong></em>” has the meaning specified in Paragraph 12.</p>
|
|
4082
|
+
</li>
|
|
4083
|
+
</ol>
|
|
4084
|
+
<ol class="lowerLetter-b--upperLetter-b--upperRoman" start="20" type="a" data-allow-multi-level-list="true">
|
|
4085
|
+
<li data-amend="amendment_to_termination_currency" data-switch="is_applicable" data-id="amendment_to_termination_currency">
|
|
4086
|
+
<p><em><strong>Amendment to</strong></em> “<em><strong>Termination Currency</strong></em>”<em><strong>.</strong></em>
|
|
4087
|
+
The definition of “Termination Currency” has the meaning specified in the Schedule, unless a
|
|
4088
|
+
currency is specified below as the “Termination Currency”:
|
|
4089
|
+
</p>
|
|
4090
|
+
<div data-range="true" data-default="true">
|
|
4091
|
+
<p>[Not Applicable.]/[The definition of “<em><strong>Termination Currency</strong></em>” will be
|
|
4092
|
+
amended with effect from the date of this [Annex] to mean:
|
|
4093
|
+
</p>
|
|
4094
|
+
<ol data-type="upperA">
|
|
4095
|
+
<li>
|
|
4096
|
+
<p>with respect to Party A, [……………………]; and</p>
|
|
4097
|
+
</li>
|
|
4098
|
+
<li>
|
|
4099
|
+
<p>with respect to Party B, [……………………].</p>
|
|
4100
|
+
</li>
|
|
4101
|
+
</ol>
|
|
4102
|
+
<p>The parties hereby acknowledge and agree that, for the purposes of determining the amount due
|
|
4103
|
+
under Section 6(e) of the Agreement or, as applicable, the Early Termination Amount,
|
|
4104
|
+
“Termination Currency” shall mean:
|
|
4105
|
+
</p>
|
|
4106
|
+
<ol data-type="upperA">
|
|
4107
|
+
<li>
|
|
4108
|
+
<p>in relation to a calculation pursuant to either:</p>
|
|
4109
|
+
<ol data-type="upperI.">
|
|
4110
|
+
<li>
|
|
4111
|
+
<p>Section 6(e)(i) in respect of an Early Termination Date resulting from an Event
|
|
4112
|
+
of Default; or
|
|
4113
|
+
</p>
|
|
4114
|
+
</li>
|
|
4115
|
+
<li>
|
|
4116
|
+
<p>Section 6(e)(ii)(1) in respect of an Early Termination Date arising from a
|
|
4117
|
+
Termination Event where there is one Affected Party,
|
|
4118
|
+
</p>
|
|
4119
|
+
</li>
|
|
4120
|
+
</ol>
|
|
4121
|
+
<p>the Termination Currency specified in respect of the party which is either the
|
|
4122
|
+
Non-defaulting Party or the party which is not the Affected Party, as applicable; and
|
|
4123
|
+
</p>
|
|
4124
|
+
</li>
|
|
4125
|
+
<li>
|
|
4126
|
+
<p>in relation to a calculation pursuant to Section 6(e)(ii)(2) in respect of an Early
|
|
4127
|
+
Termination Date resulting from a Termination Event where there are two Affected
|
|
4128
|
+
Parties, [●], and
|
|
4129
|
+
</p>
|
|
4130
|
+
</li>
|
|
4131
|
+
</ol>
|
|
4132
|
+
<p>in each case, “Termination Currency Equivalent” shall be construed accordingly.]</p>
|
|
4133
|
+
</div>
|
|
4134
|
+
|
|
4135
|
+
|
|
4136
|
+
</li>
|
|
4137
|
+
</ol>
|
|
4138
|
+
<ol class="lowerLetter-b--lowerRoman-b--upperLetter-b--lowerLetter-b--lowerLetter-b--lowerLetter-b" start="21">
|
|
4139
|
+
<li>
|
|
4140
|
+
<p><em><strong>Other Provisions.</strong></em></p>
|
|
4141
|
+
<ol type="i">
|
|
4142
|
+
<li>
|
|
4143
|
+
<p>If “One Way Provisions” are specified as applicable under the General Principles, the
|
|
4144
|
+
following provisions will apply:
|
|
4145
|
+
</p>
|
|
4146
|
+
<ol type="a" class="upper">
|
|
4147
|
+
<li>
|
|
4148
|
+
<p>The term “<em><strong>Pledgor</strong></em>” as used in this Annex means the Posting
|
|
4149
|
+
Party only and the term “Secured Party” as used in this Annex means the party who
|
|
4150
|
+
is not the Posting Party (the “<em><strong>Other Party</strong></em>”) and the
|
|
4151
|
+
remaining provisions of the Annex shall be construed accordingly.
|
|
4152
|
+
</p>
|
|
4153
|
+
<p>In particular, but without limitation:</p>
|
|
4154
|
+
<ol>
|
|
4155
|
+
<li>
|
|
4156
|
+
<p>only the Other Party will (i) benefit from the security interest created
|
|
4157
|
+
under this Annex by Posting Party and (ii) have the right to require a
|
|
4158
|
+
transfer of a Delivery Amount (IM) under Paragraph 3;
|
|
4159
|
+
</p>
|
|
4160
|
+
</li>
|
|
4161
|
+
<li>
|
|
4162
|
+
<p>the Other Party does not undertake any of the covenants or grant any of the
|
|
4163
|
+
rights with respect to itself or its property that it would otherwise
|
|
4164
|
+
undertake or grant as Pledgor under this Annex; and
|
|
4165
|
+
</p>
|
|
4166
|
+
</li>
|
|
4167
|
+
<li>
|
|
4168
|
+
<p>each Other CSA shall only be amended in accordance with Paragraph 1(c)(<em>Scope
|
|
4169
|
+
of this Annex and Each Other CSA</em>) in relation to an “Independent
|
|
4170
|
+
Amount” arising thereunder with respect to Posting Party as the collateral
|
|
4171
|
+
giver (howsoever defined therein).
|
|
4172
|
+
</p>
|
|
4173
|
+
</li>
|
|
4174
|
+
</ol>
|
|
4175
|
+
</li>
|
|
4176
|
+
<li>
|
|
4177
|
+
<p>The following additional obligations will be included in the term “<em><strong>Obligations</strong></em>”
|
|
4178
|
+
for the purposes of Paragraph 13(b)(ii): “With respect to Posting Party as Pledgor,
|
|
4179
|
+
all present, future, actual and contingent obligations of the Posting Party to the
|
|
4180
|
+
Other Party under any Other CSA (including, without limitation, to pay default
|
|
4181
|
+
interest or equivalent amounts arising from a failure by Posting Party as a secured
|
|
4182
|
+
party thereunder to comply with its obligations to transfer or otherwise procure
|
|
4183
|
+
the return of initial margin to the Other Party).”
|
|
4184
|
+
</p>
|
|
4185
|
+
</li>
|
|
4186
|
+
</ol>
|
|
4187
|
+
</li>
|
|
4188
|
+
<li>
|
|
4189
|
+
<p>If ISDA SIMM™ or another model, including a model operated by a third-party vendor or the
|
|
4190
|
+
other party, is to be used for any purposes hereunder and a party loses an approval
|
|
4191
|
+
required from any governmental or regulatory authority for such use or such use is
|
|
4192
|
+
otherwise prohibited by a governmental or regulatory authority, then it will not constitute
|
|
4193
|
+
an Event of Default or Termination Event under the Agreement.
|
|
4194
|
+
</p>
|
|
4195
|
+
</li>
|
|
4196
|
+
</ol>
|
|
4197
|
+
</li>
|
|
4198
|
+
</ol>
|
|
4199
|
+
<ol class="none--lowerRoman-b--upperLetter-b--none--lowerLetter-b--lowerLetter-b" data-unwrap-at="1" id="bespoke_provisions">
|
|
4200
|
+
<li>
|
|
4201
|
+
|
|
4202
|
+
</li>
|
|
4203
|
+
</ol>
|
|
4204
|
+
<div data-amend="japanese_securities_provisions" data-switch="is_applicable" data-id="japanese_securities_provisions">
|
|
4205
|
+
|
|
4206
|
+
</div>
|
|
4207
|
+
</div>
|