Definition Type: Group
Name: FxCurveCharacteristics.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-mktenv-4-4.xsd
Documentation:
The set of characterstics that describe the outputs of a fx curve.
Collapse XSD Schema Diagram:
Drilldown into quotedCurrencyPair in schema fpml-mktenv-4-4_xsdXSD Diagram of FxCurveCharacteristics.model in schema fpml-mktenv-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="FxCurveCharacteristics.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The set of characterstics that describe the outputs of a fx curve.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="quotedCurrencyPair" type="QuotedCurrencyPair">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines the two currencies for an FX trade and the quotation relationship between the two currencies.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
quotedCurrencyPair fpml:quotedCurrencyPair (1) (1)