Definition Type: Group
Name: CommodityPhysicalOption.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-2.xsd
Documentation:
Items specific to financially-settled commodity options.
Collapse XSD Schema Diagram:
Drilldown into physicalExercise in schema fpml-com-5-2_xsd Drilldown into commodityForward in schema fpml-com-5-2_xsd Drilldown into commoditySwap in schema fpml-com-5-2_xsdXSD Diagram of CommodityPhysicalOption.model in schema fpml-com-5-2_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CommodityPhysicalOption.model">
    <xsd:annotation>
        <xsd:documentation>Items specific to financially-settled commodity options.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice>
            <xsd:element ref="commoditySwap" minOccurs="0" />
            <xsd:element ref="commodityForward" minOccurs="0" />
        </xsd:choice>
        <xsd:element name="physicalExercise" type="CommodityPhysicalExercise" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>The parameters for defining how the commodity option can be exercised into a physical transaction.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
commoditySwap nsA:commoditySwap 0 (1)
commodityForward nsA:commodityForward 0 (1)
physicalExercise nsA:physicalExercise 0 (1)