Definition Type: ComplexType
Name: FxFeature
Namespace: http://www.fpml.org/2004/FpML-4-1
Containing Schema: fpml-eq-shared-4-1.xsd
Abstract
Documentation:
A type for defining Fx Features. Typ zur Definition von Devisenbestandteilen.
Collapse XSD Schema Diagram:
Drilldown into quanto in schema fpml-eq-shared-4-1_xsd Drilldown into composite in schema fpml-eq-shared-4-1_xsd Drilldown into referenceCurrency in schema fpml-eq-shared-4-1_xsdXSD Diagram of FxFeature in schema fpml-eq-shared-4-1_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxFeature">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type for defining Fx Features.</xsd:documentation>
        <xsd:documentation xml:lang="de">Typ zur Definition von Devisenbestandteilen.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="referenceCurrency" type="IdentifiedCurrency">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the reference currency of the trade.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice>
            <xsd:element name="composite" type="Composite" />
            <xsd:element name="quanto" type="Quanto" />
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
referenceCurrency nsA:referenceCurrency (1) (1)
composite nsA:composite (1) (1)
quanto nsA:quanto (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:fxFeature, nsA:fxFeature