Definition Type: Group
Name: Premium.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.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-4-4_xsd Drilldown into pricePerOption in schema fpml-shared-4-4_xsd Drilldown into premiumType in schema fpml-shared-4-4_xsdXSD Diagram of Premium.model in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="Premium.model">
    <xsd:annotation>
        <xsd:documentation>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="premiumType" type="PremiumTypeEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Forward start Premium type</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <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
premiumType fpml:premiumType 0 (1)
pricePerOption fpml:pricePerOption 0 (1)
percentageOfNotional fpml:percentageOfNotional 0 (1)