Sandbox: Difference between revisions

From The Jolly Contrarian
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{manual|MI|2002|2(a)(iii)|Section|2(a)(iii)}}
{{manual|MCAN|2016|6(c)|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 01:16, 26 January 2020

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

Resources and navigation

Paragraph 6(c) in a Nutshell

Use at your own risk, campers!
6(c) Use of Posted Collateral (VM). Unless otherwise agreed specified in Paragraph 13 and without limiting the parties’ rights and obligations (especially remedies under Paragraph 8), while the Secured Party is not effectively in default, it may, notwithstanding Section 9-207 of the Uniform Commercial Code;
6(c)(i) Rehypothecate: rehypothecate, sell outright or otherwise deal with any Posted Collateral (VM) it holds absolutely; and
6(c)(ii) Register: register Posted Collateral (VM) in its own or its Custodian (VM)’s name.
References to Transfering Eligible Credit Support (VM) or Posted Credit Support (VM) under this 2016 NY Law VM CSA will be construed to apply as if the Secured Party still holds all Posted Collateral (VM) even where in fact it doesn’t.

Full text of Paragraph 6(c)

6(c) Use of Posted Collateral (VM). Unless otherwise specified in Paragraph 13 and without limiting the rights and obligations of the parties under Paragraphs 3, 4(d)(ii), 5, 6(d) and 8, if the Secured Party is not a Defaulting Party or an Affected Party with respect to a Specified Condition and no Early Termination Date has occurred or been designated as the result of an Event of Default or Specified Condition with respect to the Secured Party, then the Secured Party will, notwithstanding Section 9-207 of the New York Uniform Commercial Code, have the right to:
6(c)(i) sell, pledge, rehypothecate, assign, invest, use, commingle or otherwise dispose of, or otherwise use in its business any Posted Collateral (VM) it holds, free from any claim or right of any nature whatsoever of the Pledgor, including any equity or right of redemption by the Pledgor; and
6(c)(ii) register any Posted Collateral (VM) in the name of the Secured Party, its Custodian (VM) or a nominee for either.
For purposes of the obligation to Transfer Eligible Credit Support (VM) or Posted Credit Support (VM) pursuant to Paragraphs 3 and 5 and any rights or remedies authorized under this Agreement, the Secured Party will be deemed to continue to hold all Posted Collateral (VM) and to receive Distributions made thereon, regardless of whether the Secured Party has exercised any rights with respect to any Posted Collateral (VM) pursuant to (i) or (ii) above.

Related agreements and comparisons

Related Agreements
Click here for the text of Section 6(c) in the 1994 New York law CSA
Click here for the text of Section [[- CSA Provision|]] in the 1995 English Law CSA
Click here for the text of Section [[- VM CSA Provision|]] in the 2016 English Law VM CSA
Comparisons
1994 New York law CSA and 2016 NY Law VM CSA: click for comparison
There is no equivalent provision in the 2016 VM CSA, so nothing to compare.
1995 CSA and 2016 VM CSA: click for [[special:diff/{{{1}}}/{{{2}}}|comparison]]

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

{{m comm {{{6}}}|2016 NY CSA 6(c)|Template:Prov MCAN2016 }}

See also

Template

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