Sandbox

Revision as of 17:59, 25 January 2020 by Amwelladmin (talk | contribs)

2016 ISDA Credit Support Annex (VM) (English law)
A Jolly Contrarian owner’s manual™

Resources and navigation

Paragraph 1 in a Nutshell

Use at your own risk, campers!
1 Interpretation

1(a) Definitions and Inconsistency. Capitalised terms not otherwise defined are defined in Paragraph 10. This Annex prevails over the Schedule, and Paragraph 11 prevails over the rest of this Annex. “Transfer” means, for cash, payment and, otherwise, delivery.

1(b) Scope of this Annex and the Other CSA: Only Covered Transactions specified in Paragraph 11 will count towards “Exposure” under this Annex. Any Other CSA is therefore amended to exclude the Covered Transactions (and this Annex itself) from its “Exposure” calculation. Except where Credit Support Offsets applies, this Annex will not affect the parties’ initial margin obligations on Covered Transactions documented under any Other CSA.

Full text of Paragraph 1

1. Interpretation

1(a) Definitions and Inconsistency. Capitalised terms not otherwise defined in this Annex or elsewhere in this Agreement have the meanings specified pursuant to Paragraph 10, and all references in this Annex to Paragraphs are to Paragraphs of this Annex. In the event of any inconsistency between this Annex and the other provisions of this Schedule, this Annex will prevail, and in the event of any inconsistency between Paragraph 11 and the other provisions of this Annex, Paragraph 11 will prevail. For the avoidance of doubt, references to “transfer” in this Annex mean, in relation to cash, payment and, in relation to other assets, delivery.

1(b) Scope of this Annex and the Other CSA: The only Transactions which will be relevant for the purposes of determining “Exposure” under this Annex will be the Covered Transactions specified in Paragraph 11. Each Other CSA, if any, is hereby amended such that the Transactions that will be relevant for purposes of determining “Exposure” thereunder, if any, will exclude the Covered Transactions and the Transaction constituted by this Annex. Except as provided in Paragraph 9(h), nothing in this Annex will affect the rights and obligations, if any, of either party with respect to “independent amounts” or initial margin under each Other CSA, if any, with respect to Transactions that are Covered Transactions.


Comments? Questions? Suggestions? Requests? Insults? We’d love to 📧 hear from you.
Sign up for our newsletter.

{{m comm {{{6}}}|2016 CSA 1|Template:Prov MCAE2016 }}

See also

Template:M sa 2016 CSA 1

References



Sub Wikifier
   With Selection.Find
       .Text = "{{{article}}}"
       .Replacement.Text = "{{{{{template}}}|{{{article}}}}}"
       .Forward = True
       .Wrap = wdFindContinue
       .Format = False
       .MatchCase = True
       .MatchWholeWord = False
       .MatchWildcards = False
       .MatchSoundsLike = False
       .MatchAllWordForms = False
   End With
   Selection.Find.Execute Replace:=wdReplaceAll
End Sub
Sub Wikifier definition 
 Selection.Find.ClearFormatting
   Selection.Find.Replacement.ClearFormatting
   With Selection.Find
       .Text = ChrW(8220) & "([a-z,A-Z,0-9, ]{1,})" & ChrW(8221)
       .Replacement.Text = ChrW(8220) & "'''{{nycsaprov|\1}}'''" & ChrW(8221 _
           )
       .Forward = True
       .Wrap = wdFindAsk
       .Format = False
       .MatchCase = False
       .MatchWholeWord = False
       .MatchAllWordForms = False
       .MatchSoundsLike = False
       .MatchWildcards = True
   End With
   Selection.Find.Execute Replace:=wdReplaceAll
End Sub
Sub Paragrapher()
   Selection.Find.ClearFormatting
   Selection.Find.Replacement.ClearFormatting
   With Selection.Find
       .Text = "Paragraph ([0-9\(\)][!.,;: ]{1,})"
       .Replacement.Text = "Paragraph {{nycsaprov|\1}}"
       .Forward = True
       .Wrap = wdFindAsk
       .Format = False
       .MatchCase = False
       .MatchWholeWord = False
       .MatchAllWordForms = False
       .MatchSoundsLike = False
       .MatchWildcards = True
   End With
   Selection.Find.Execute Replace:=wdReplaceAll
End Sub