<xsd:complexType name="CommodityFxType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Identifes how the FX rate will be applied. This is intended to differentiate between the various methods for applying FX to the floating price such as a daily calculation, or averaging the FX and applying the average at the end of each CalculationPeriod.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="commodityFxTypeScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/commodity-fx-type" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|