Sandbox: Difference between revisions
Jump to navigation
Jump to search
Amwelladmin (talk | contribs) No edit summary |
Amwelladmin (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{manual| | {{manual|MCAE|2016|3(a)|Paragraph|}} | ||
{{wikifier macro|template=nycsaprov|article=Posted Credit Support}} | {{wikifier macro|template=nycsaprov|article=Posted Credit Support}} | ||
{{wikifer definition macro|nycsa}} | {{wikifer definition macro|nycsa}} | ||
{{wikifier paragrapher|nycsa}} | {{wikifier paragrapher|nycsa}} |
Revision as of 08:25, 26 January 2020
2016 ISDA Credit Support Annex (VM) (English law)
Paragraph 3(a) in a Nutshell™ Use at your own risk, campers!
Full text of Paragraph 3(a)
|
{{m comm {{{6}}}|2016 CSA 3(a)|Template:Prov MCAE2016 }}
See also
- Transaction terminations and VM for a more in-depth discussion of the interaction of transaction termination amounts and adjustments to the Credit Support Balance that they create.
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