XML Schema Documentation

Complex Type: CashPriceMethod

[Table of contents]

Super-types: None
Sub-types: None
Name CashPriceMethod
Used by (from the same schema document) Complex Type CashSettlement , Complex Type CashSettlement
Abstract no
Documentation A type defining the parameters necessary for each of the ISDA cash price methods for cash settlement.
XML Instance Representation
<...>
<cashSettlementReferenceBanks> CashSettlementReferenceBanks </cashSettlementReferenceBanks> [0..1]

'A container for a set of reference institutions. These reference institutions may be called upon to provide rate quotations as part of the method to determine the applicable cash settlement amount. If institutions are not specified, it is assumed that reference institutions will be agreed between the parties on the exercise date, or in the case of swap transaction to which mandatory early termination is applicable, the cash settlement valuation date.'

<cashSettlementCurrency> Currency </cashSettlementCurrency> [1]

'The currency in which the cash settlement amount will be calculated and settled.'

<quotationRateType> QuotationRateTypeEnum </quotationRateType> [1]

'Which rate quote is to be observed, either Bid, Mid, Offer or Exercising Party Pays. The meaning of Exercising Party Pays is defined in the 2000 ISDA Definitions, Section 17.2. Certain Definitions Relating to Cash Settlement, paragraph (j)'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="CashPriceMethod">
<xsd:sequence>
<xsd:element name="cashSettlementReferenceBanks" type=" CashSettlementReferenceBanks " minOccurs="0"/>
<xsd:element name="cashSettlementCurrency" type=" Currency "/>
<xsd:element name="quotationRateType" type=" QuotationRateTypeEnum "/>
</xsd:sequence>
</xsd:complexType>