Sandbox

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

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

Resources and navigation

Paragraph 8 in a Nutshell

Use at your own risk, campers!
Paragraph 8. Expenses
Each party will be liable for its own costs (including stamp duties) of performing its obligations under this Annex).

Full text of Paragraph 8

Paragraph 8. Expenses
Each party will pay its own costs and expenses (including any stamp, transfer or similar transaction tax or duty payable on any transfer it is required to make under this Annex) in connection with performing its obligations under this Annex, and neither party will be liable for any such costs and expenses incurred by the other party.
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 8|Template:Prov MCAE1995 }}

See also

Template:M sa 1995 CSA 8

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