Definition Type: Group
Name: Premium.model
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-shared-5-10.xsd
Documentation:
A model group for representing the option premium when expressed in a way other than an amount.
Collapse XSD Schema Diagram:
Drilldown into percentageOfNotional in schema fpml-shared-5-10_xsd5 Drilldown into pricePerOption in schema fpml-shared-5-10_xsd5XSD Diagram of Premium.model in schema fpml-shared-5-10_xsd5 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="Premium.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model group for representing the option premium when expressed in a way other than an amount.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="pricePerOption" type="Money" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The amount of premium to be paid expressed as a function of the number of options.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="percentageOfNotional" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The amount of premium to be paid expressed as a percentage of the notional value of the transaction. A percentage of 5% would be expressed as 0.05.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
pricePerOption nsF:pricePerOption 0 (1)
percentageOfNotional nsF:percentageOfNotional 0 (1)