<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>
|