Definition Type: Group
Name: CommodityPhysicalOption.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-10.xsd
Documentation:
Items specific to financially-settled commodity options.
Collapse XSD Schema Diagram:
Drilldown into physicalExercise in schema fpml-com-5-10_xsd2 Drilldown into commodityForward in schema fpml-com-5-10_xsd2 Drilldown into commoditySwap in schema fpml-com-5-10_xsd2XSD Diagram of CommodityPhysicalOption.model in schema fpml-com-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CommodityPhysicalOption.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Items specific to financially-settled commodity options.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice minOccurs="0">
            <xsd:element ref="commoditySwap" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="The model could not provide support for a cash settled commodity. Only physically exercised option could be expressed. Instead, commoditySwaption product, should be used." xmlns:fpml-annotation="http://www.fpml.org/annotation">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">DEPRECATED. Defines a commodity swap product.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element ref="commodityForward" />
        </xsd:choice>
        <xsd:element name="physicalExercise" type="CommodityPhysicalExercise" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">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 nsE:commoditySwap (1) (1)
commodityForward nsE:commodityForward (1) (1)
physicalExercise nsE:physicalExercise 0 (1)