XML Schema Documentation

Complex Type: CommodityFxType

[Table of contents]

Super-types: Scheme < CommodityFxType (by extension)
Sub-types: None
Name CommodityFxType
Used by (from the same schema document) Complex Type CommodityFx
Abstract no
Documentation 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.
XML Instance Representation
<...
commodityFxTypeScheme=" xsd:anyURI [0..1]">
Scheme
</...>
Diagram
Schema Component Representation
<xsd:complexType name="CommodityFxType">
<xsd:simpleContent>
<xsd:extension base=" Scheme ">
<xsd:attribute name="commodityFxTypeScheme" type=" xsd:anyURI " default="http://www.fpml.org/coding-scheme/commodity-fx-type"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>