Definition Type: Group
Name: CommodityFloatingStrikePrice.model
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-com-5-10.xsd
Documentation:
The different options for specifying the average strike price per unit. These options are to specify a single average strike price per unit or to specify a schedule of average strike prices.
Collapse XSD Schema Diagram:
Drilldown into floatingStrikePricePerUnitSchedule in schema fpml-com-5-10_xsd2 Drilldown into floatingStrikePricePerUnit in schema fpml-com-5-10_xsd2XSD Diagram of CommodityFloatingStrikePrice.model in schema fpml-com-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="CommodityFloatingStrikePrice.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">The different options for specifying the average strike price per unit. These options are to specify a single average strike price per unit or to specify a schedule of average strike prices.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="floatingStrikePricePerUnit" type="FloatingStrikePrice">
            <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="floatingStrikePricePerUnitSchedule" type="CommodityCalculationPeriodsSchedule" />
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
floatingStrikePricePerUnit nsE:floatingStrikePricePerUnit (1) (1)
floatingStrikePricePerUnitSchedule nsE:floatingStrikePricePerUnitSchedule (1) (1)