group "CommodityOptionFeatures.model"
Namespace:
Content:
Defined:
globally in fpml-com-5-5.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
Complex Content Model
effectiveDate?, terminationDate?, ((calculationPeriodsSchedule | calculationPeriods)?, pricingDates?, averagingMethod?)?
Content Model Elements (6):
averagingMethod (in commodityOption), effectiveDate (in commodityOption),
Known Usage Locations
Annotation
Describes additional features within the option.
XML Source (w/o annotations (3); see within schema source)
<xsd:group name="CommodityOptionFeatures.model">
<xsd:sequence>
<!--Made the effective date optional to be used with other commodity features like floating strike price-->
<xsd:element minOccurs="0" name="effectiveDate" type="AdjustableOrRelativeDate"/>
<xsd:element minOccurs="0" name="terminationDate" type="AdjustableOrRelativeDate"/>
<xsd:group minOccurs="0" ref="CommodityAsian.model"/>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 2/6)
effectiveDate
Type:
AdjustableOrRelativeDate, complex content
The effective date of the Commodity Option Transaction. Note that the Termination/Expiration Date should be specified in expirationDate within the CommodityAmericanExercise type or the CommodityEuropeanExercise type, as applicable.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="effectiveDate" type="AdjustableOrRelativeDate"/>

terminationDate
Type:
AdjustableOrRelativeDate, complex content
Specifies the termination date of the Commodity Option Transaction. In some confirmations this will be indicated as the second date in "Option Term" or "Term". Note: If provided, terminationDate should not be before specified expirationDate within the CommodityAmericanExercise type or the CommodityEuropeanExercise type.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="terminationDate" type="AdjustableOrRelativeDate"/>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.