Schema Central > FpML 5.5 Transparency > fpml-com-5-5.xsd > fpml:commodityOption
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

fpml:commodityOption

Defines a commodity option product. The product support for financially-settled exercises or exercise into physical forward contracts written on precious and non-precious metals. options in FpML is based on the creation of a 'commodityOption' product. The product references the 'commodity' underlyer in order to support the underlying asset of the option.

Element information

Type: fpml:CommodityOption

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
id [0..1]xsd:IDfrom type fpml:Product

Used in

Substitution hierarchy

Sample instance

<commodityOption>
   <primaryAssetClass>Commodity</primaryAssetClass>
   <productType>Commodity:Energy:NatGas:Option:Cash</productType>
   <optionType>Put</optionType>
   <commodity>
      <instrumentId instrumentIdScheme="http://www.fpml.org/coding-scheme/commodity-reference-price-1-0">OIL-WTI-NYMEX</instrumentId>
      <specifiedPrice>Settlement</specifiedPrice>
      <deliveryDates>FirstNearby</deliveryDates>
   </commodity>
   <effectiveDate>
      <adjustableDate>
         <unadjustedDate>2007-06-01</unadjustedDate>
      </adjustableDate>
   </effectiveDate>
   <calculationPeriodsSchedule id="CalculationPeriods">
      <periodMultiplier>1</periodMultiplier>
      <period>M</period>
   </calculationPeriodsSchedule>
   <pricingDates>
      <dayDistribution>All</dayDistribution>
      <calendarSource>ListedOption</calendarSource>
   </pricingDates>
   <notionalQuantity>
      <quantityUnit>BBL</quantityUnit>
   </notionalQuantity>
   <totalNotionalQuantity>15000</totalNotionalQuantity>
   <exercise>
      <europeanExercise>
         <expirationDate>
            <adjustableDate>
               <unadjustedDate>2007-06-30</unadjustedDate>
            </adjustableDate>
         </expirationDate>
      </europeanExercise>
   </exercise>
   <strikePricePerUnit>
      <currency>USD</currency>
      <amount>88</amount>
   </strikePricePerUnit>
   <premium>
      <paymentAmount>
         <currency>USD</currency>
         <amount>32000</amount>
      </paymentAmount>
      <premiumPerUnit>
         <currency>USD</currency>
         <amount>2.13</amount>
      </premiumPerUnit>
   </premium>
</commodityOption>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com