Definition Type: Group
Name: CommodityFloatingStrikePrice.model
Namespace: http://www.fpml.org/FpML-5/transparency
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 floatingStrikePricePerUnit in schema fpml-com-5-10_xsd3XSD Diagram of CommodityFloatingStrikePrice.model in schema fpml-com-5-10_xsd3 (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:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
floatingStrikePricePerUnit nsF:floatingStrikePricePerUnit (1) (1)