Definition Type: ComplexType
Name: SettlementRateSource
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
A type describing the method for obtaining a settlement rate.
Collapse XSD Schema Diagram:
Drilldown into cashSettlementReferenceBanks in schema fpml-shared-4-4_xsd Drilldown into informationSource in schema fpml-shared-4-4_xsdXSD Diagram of SettlementRateSource in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="SettlementRateSource">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing the method for obtaining a settlement rate.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="informationSource" type="InformationSource">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The information source where a published or displayed market rate will be obtained, e.g. Telerate Page 3750.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="cashSettlementReferenceBanks" type="CashSettlementReferenceBanks">
            <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:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
informationSource fpml:informationSource (1) (1)
cashSettlementReferenceBanks fpml:cashSettlementReferenceBanks (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:settlementRateSource