Sandbox

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

1995 ISDA Credit Support Annex (English Law)
A Jolly Contrarian owner’s manual™

Resources and navigation

Paragraph 1 in a Nutshell

Use at your own risk, campers!
1 Interpretation
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.

Full text of Paragraph 1

Paragraph 1. Interpretation

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.
The varieties of ISDA CSA
Subject 1994 NY 1995 Eng 2016 VM NY 2016 VM Eng 2018 IM Eng
Preamble Pre Pre Pre Pre Pre
Interpretation 1 1 1 1 1
Security Interest 2 - 2 - 2
Credit Support Obligations 3 2 3 2 3
Transfers, Calculations and Exchanges - 3 - 3 -
Conditions Precedent, Transfer Timing, Calculations and Substitutions 4 - 4 - 4
Dispute Resolution 5 4 5 4 5
Holding and Using Posted Collateral 6 - 6 - 6
Transfer of Title, No Security Interest - 5 - 5 -
Events of Default 7 6 7 6 7
Rights and Remedies 8 - 8 - 8
Representations 9 7 9 7 9
Expenses 10 8 10 8 10
Miscellaneous 11 9 11 9 11
Definitions 12 10 12 10 12
Elections and Variables 13 11 13 11 13
Comments? Questions? Suggestions? Requests? Insults? We’d love to 📧 hear from you.
Sign up for our newsletter.

{{m comm {{{6}}}|1995 CSA 1|Template:Prov MCAE1995 }}

See also

Template:M sa 1995 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