2016 ISDA Credit Support Annex (VM) (English law)
A Jolly Contrarian owner’s manual™
Resources and navigation
Paragraph 3(a) in a Nutshell™
Use at your own risk, campers!
Full text of Paragraph 3(a)
3(a) Transfers. All transfers under this Annex of any Eligible Credit Support (VM), Equivalent Credit Support (VM), Interest Payment (VM) or Equivalent Distributions will be made in accordance with the instructions of the Transferee or Transferor, as applicable, and will be made:
- 3(a)(i) in the case of cash, by transfer into one or more bank accounts specified by the recipient;
- 3(a)(ii) in the case of certificated securities which cannot or which the parties have agreed will not be delivered by book-entry, by delivery in appropriate physical form to the recipient or its account accompanied by any duly executed instruments of transfer, transfer tax stamps and any other documents necessary to constitute a legally valid transfer of the transferring party’s legal and beneficial title to the recipient; and
- 3(a)(iii) in the case of securities which the parties have agreed will be delivered by book-entry, by causing the relevant depository institution (s) or other securities intermediaries to make changes to their books and records sufficient to result in a legally effective transfer of the transferring party’s legal and beneficial title to the recipient or its agent.
Subject to Paragraph 4, and unless otherwise specified in Paragraph 11, if a demand for the transfer of Eligible Credit Support (VM) or Equivalent Credit Support (VM) is received by the Notification Time, then the relevant transfer will be made not later than the close of business on the Regular Settlement Day relating to the date such demand is received; if a demand is received after the Notification Time, then the relevant transfer will be made not later than the close of business on the Regular Settlement Day relating to the day after the date such demand is received.
|
|
{{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