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.
|
|
{{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