Definition Type: ComplexType
Name: TransportCurrency
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-legal-5-10.xsd
Abstract
Documentation:
A type to specify the transport currency for each of the parties to the agreement. This Transport Currency concept is specific to the 2013 version of the Standard CSA.
Collapse XSD Schema Diagram:
Drilldown into electedTransportCurrency in schema fpml-legal-5-10_xsd Drilldown into partyReference in schema fpml-legal-5-10_xsdXSD Diagram of TransportCurrency in schema fpml-legal-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TransportCurrency">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type to specify the transport currency for each of the parties to the agreement. This Transport Currency concept is specific to the 2013 version of the Standard CSA.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="partyReference" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The party to which the terms apply.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="electedTransportCurrency" type="ElectedTransportCurrency">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Only a restricted list of currencies are eligible as transport currencies.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
partyReference nsB:partyReference (1) (1)
electedTransportCurrency nsB:electedTransportCurrency (1) (1)
Collapse Derivation Tree:
Collapse References:
nsB:transportCurrency, nsB:transportCurrency