Sandbox

Revision as of 18:34, 25 January 2020 by Amwelladmin (talk | contribs)

1994 ISDA Credit Support Annex (New York law)
A Jolly Contrarian owner’s manual™

Resources and navigation

Paragraph 1 in a Nutshell

Use at your own risk, campers!

Full text of Paragraph 1

Para 1 Interpretation

1(a) Definitions and Inconsistency. Capitalized terms not otherwise defined herein or elsewhere in this Agreement have the meanings specified pursuant to Paragraph 12, 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 13 and the other provisions of this Annex, Paragraph 13 will prevail.

1(b) Secured Party and Pledgor. All references in this Annex to the “Secured Party” will be to either party when acting in that capacity and all corresponding references to the “Pledgor” will be to the other party when acting in that capacity; provided, however, that if Other Posted Support is held by a party to this Annex, all references herein to that party as the Secured Party with respect to that Other Posted Support will be to that party as the beneficiary thereof and will not subject that support or that party as the beneficiary thereof to provisions of law generally relating to security interests and secured parties.

Related agreements and comparisons

Related Agreements
Click here for the text of Section 1 in the 2016 New York law CSA
Click [[{{{5}}} - CSA Provision|here]] for the text of Section [[{{{5}}} - CSA Provision|{{{5}}}]] in the 1995 English Law CSA
Click [[{{{5}}} - VM CSA Provision|here]] for the text of Section [[{{{5}}} - VM CSA Provision|{{{5}}}]] in the 2016 English Law VM CSA
Comparisons
{{oldcsadiff {{{5}}}}}
Template:2nycsadiff 1
Template:Nycsadiff 1
{{csadiff {{{5}}}}}

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

{{m comm {{{6}}}|1994 NY CSA 1|Template:Prov MCAN1994 }}

See also

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