Definition Type: ComplexType
Name: CashPriceMethod
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-ird-4-4.xsd
Abstract
Documentation:
A type defining the parameters necessary for each of the ISDA cash price methods for cash settlement.
Collapse XSD Schema Diagram:
Drilldown into quotationRateType in schema fpml-ird-4-4_xsd Drilldown into cashSettlementCurrency in schema fpml-ird-4-4_xsd Drilldown into cashSettlementReferenceBanks in schema fpml-ird-4-4_xsdXSD Diagram of CashPriceMethod in schema fpml-ird-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CashPriceMethod">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining the parameters necessary for each of the ISDA cash price methods for cash settlement.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="cashSettlementReferenceBanks" type="CashSettlementReferenceBanks" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">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.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="cashSettlementCurrency" type="Currency">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The currency in which the cash settlement amount will be calculated and settled.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="quotationRateType" type="QuotationRateTypeEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">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)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
cashSettlementReferenceBanks fpml:cashSettlementReferenceBanks 0 (1)
cashSettlementCurrency fpml:cashSettlementCurrency (1) (1)
quotationRateType fpml:quotationRateType (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:cashPriceAlternateMethod, fpml:cashPriceMethod