XML Schema Documentation

Model Group: CommodityReferencePriceFramework.model

[Table of contents]

Name CommodityReferencePriceFramework.model
Used by (from the same schema document) Model Group CommodityProduct.model
Documentation A group used to specify the commodity underlyer in the event that no ISDA Commofity Reference Price exists.
XML Instance Representation
<commodityBase> CommodityBase </commodityBase> [1]

'A coding scheme value to identify the base type of the commodity being traded. Where possible, this should follow the naming convention used in the 2005 ISDA Commodity Definitions. For example, \'Oil\'.'

<commodityDetails> CommodityDetails </commodityDetails> [1]

'A coding scheme value to identify the commodity being traded more specifically. Where possible, this should follow the naming convention used in the 2005 ISDA Commodity Definitions. For example, \'Brent\'.'

<unit> QuantityUnit </unit> [1]

'A coding scheme value to identify the unit in which the undelryer is denominated. Where possible, this should follow the naming convention used in the 2005 ISDA Commodity Definitions.'

<currency> Currency </currency> [1]

'The currency in which the Commodity Reference Price is published.'

Start Choice [1]
<exchangeId> ExchangeId </exchangeId> [1]

'For those commodities being traded with reference to the price of a listed future, the exchange where that future is listed should be specified here.'

<publication> InformationSource </publication> [1]

'For those commodities being traded with reference to a price distributed by a publication, that publication should be specified here.'

End Choice
Diagram
Schema Component Representation
<xsd:group name="CommodityReferencePriceFramework.model">
<xsd:sequence>
<xsd:element name="commodityBase" type=" CommodityBase "/>
<xsd:element name="commodityDetails" type=" CommodityDetails "/>
<xsd:element name="unit" type=" QuantityUnit "/>
<xsd:element name="currency" type=" Currency "/>
<xsd:choice>
<xsd:element name="exchangeId" type=" ExchangeId "/>
<xsd:element name="publication" type=" InformationSource "/>
</xsd:choice>
</xsd:sequence>
</xsd:group>