Sandbox

Revision as of 23:43, 25 January 2020 by Amwelladmin (talk | contribs)

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

Resources and navigation

Paragraph 5 in a Nutshell

Use at your own risk, campers!

Full text of Paragraph 5

Para 5 Dispute Resolution

If a party (a “Disputing Party”) disputes (I) the Valuation Agent’s calculation of a Delivery Amount or a Return Amount or (II) the Value of any Transfer of Eligible Credit Support or Posted Credit Support, then (1) the Disputing Party will notify the other party and the Valuation Agent (if the Valuation Agent is not the other party) not later than the close of business on the Local Business Day following (X) the date that the demand is made under Paragraph 3 in the case of (I) above or (Y) the date of Transfer in the case of (II) above, (2) subject to Paragraph 4(a), the appropriate party will Transfer the undisputed amount to the other party not later than the close of business on the Local Business Day following (X) the date that the demand is made under Paragraph 3 in the case of (I) above or (Y) the date of Transfer in the case of (II) above, (3) the parties will consult with each other in an attempt to resolve the dispute and (4) if they fail to resolve the dispute by the Resolution Time, then:

5(a)(ii) In the case of a dispute involving a Delivery Amount or Return Amount, unless otherwise specified in Paragraph 13, the Valuation Agent will recalculate the Exposure and the Value as of the Recalculation Date by:
5(a)(ii)(A) utilizing any calculations of Exposure for the Transactions (or Swap Transactions) that the parties have agreed are not in dispute;
5(a)(ii)(B) calculating the Exposure for the Transactions (or Swap Transactions) in dispute by seeking four actual quotations at mid-market from Reference Market-makers for purposes of calculating Market Quotation, and taking the arithmetic average of those obtained; provided that if four quotations are not available for a particular Transaction (or Swap Transaction), then fewer than four quotations may be used for that Transaction (or Swap Transaction); and if no quotations are available for a particular Transaction (or Swap Transaction), then the Valuation Agent’s original calculations will be used for that Transaction (or Swap Transaction); and
5(a)(ii)(C) utilizing the procedures specified in Paragraph 13 for calculating the Value, if disputed, of Posted Credit Support.
5(a)(iii) In the case of a dispute involving the Value of any Transfer of Eligible Credit Support or Posted Credit Support, the Valuation Agent will recalculate the Value as of the date of Transfer pursuant to Paragraph 13.
Following a recalculation pursuant to this Paragraph, the Valuation Agent will notify each party (or the other party, if the Valuation Agent is a party) not later than the Notification Time on the Local Business Day following the Resolution Time. The appropriate party will, upon demand following that notice by the Valuation Agent or a resolution pursuant to (3) above and subject to Paragraphs 4(a) and 4(b), make the appropriate Transfer.

Related agreements and comparisons

Related Agreements
Click here for the text of Section 5 in the 2016 New York law CSA
Click [[{{{5}}} - CSA Provision|here]] for the text of Section [[{{{5}}} - CSA Provision|{{{5}}}]] in the 1995 English Law CSA
Click [[{{{5}}} - VM CSA Provision|here]] for the text of Section [[{{{5}}} - VM CSA Provision|{{{5}}}]] in the 2016 English Law VM CSA
Comparisons
{{oldcsadiff {{{5}}}}}
Template:2nycsadiff 5
2016 VM CSA and 2016 NY Law VM CSA: click for comparison
{{csadiff {{{5}}}}}

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

{{m comm {{{6}}}|1994 NY CSA 5|Template:Prov MCAN1994 }}

See also

Template:M sa 1994 NY CSA 5

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