Definition Type: Group
Name: CommodityStrikePrice.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-com-5-10.xsd
Documentation:
The different options for specifying the Strike price per unit.
Collapse XSD Schema Diagram:
Drilldown into strikePricePerUnitSchedule in schema fpml-com-5-10_xsd Drilldown into strikePricePerUnit in schema fpml-com-5-10_xsdXSD Diagram of CommodityStrikePrice.model in schema fpml-com-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CommodityStrikePrice.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The different options for specifying the Strike price per unit.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="strikePricePerUnit" type="NonNegativeMoney">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The currency amount of the strike price per unit.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="strikePricePerUnitSchedule" type="CommodityStrikeSchedule" />
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
strikePricePerUnit nsA:strikePricePerUnit (1) (1)
strikePricePerUnitSchedule nsA:strikePricePerUnitSchedule (1) (1)