<xsd:complexType name="StandardCreditSupportAnnex2013NewYorkLaw">
<xsd:annotation>
<xsd:documentation xml:lang="en">The New York Law 2013 SCSA implementation, which extends StandardCreditSupportAnnexBase.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="StandardCreditSupportAnnexBase">
<xsd:sequence>
<xsd:annotation>
<xsd:documentation xml:lang="en">Provisions that are specific to the New York Law document.</xsd:documentation>
</xsd:annotation>
<xsd:element name="disputeResolution" type="DisputeResolution" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The SCSA specifies a default resolution time, while it refers by default to the existing CSA for calculation of the value of Posted Credit Support. This element is meant to address the case where another resolution time is specified.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="demandsAndNotices" type="PartyContactInformation" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The contact information to which demands and notices should be addressed. There could be several of such contacts for each party to the agreement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="otherProvisions" type="OtherProvisions" minOccurs="0" />
<xsd:element name="transportCurrency" type="TransportCurrency" maxOccurs="2">
<xsd:annotation>
<xsd:documentation xml:lang="en">The Transport Currency to be used by the respective parties to the agreement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dayCount" type="DayCount">
<xsd:annotation>
<xsd:documentation xml:lang="en">The day count is the denominator for accrual calculation. If no currency is specified, the value applies to all currencies. If some currencies are specified, it only applies to those currencies.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="independentAmountInterestRate" type="IndependentAmountInterestRate">
<xsd:annotation>
<xsd:documentation xml:lang="en">The interest rate applicable to the cash held/posted as Independent Amount when expressed in currencies other than the Transport Currencies. (In the case of Transport Currencies, the SCSA states that the interest rate is OIS flat.)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="independentAmountEligibleCollateral" type="IndependentAmountEligibleCollateral" maxOccurs="2">
<xsd:annotation>
<xsd:documentation xml:lang="en">Assets that qualify as eligible collateral for the purpose of initial margin.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="holdingAndUsingPostedCollateral" type="HoldingAndUsingPostedCollateral" maxOccurs="2">
<xsd:annotation>
<xsd:documentation xml:lang="en">Criteria under which the parties (and their custodians, if applicable) can hold posted collateral, and determination as to whether rehypothecation is permitted.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|