Definition Type: ComplexType
Name: FxOptionPremium
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-fx-4-4.xsd
Abstract
Documentation:
A type that specifies the premium exchanged for a single option trade or option strategy.
Collapse XSD Schema Diagram:
Drilldown into premiumQuote in schema fpml-fx-4-4_xsd Drilldown into settlementInformation in schema fpml-fx-4-4_xsd Drilldown into premiumSettlementDate in schema fpml-fx-4-4_xsd Drilldown into premiumAmount in schema fpml-fx-4-4_xsd Drilldown into receiverPartyReference in schema fpml-shared-4-4_xsd Drilldown into payerPartyReference in schema fpml-shared-4-4_xsd Drilldown into PayerReceiver.model in schema fpml-shared-4-4_xsdXSD Diagram of FxOptionPremium in schema fpml-fx-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="FxOptionPremium">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that specifies the premium exchanged for a single option trade or option strategy.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="PayerReceiver.model" />
        <xsd:element name="premiumAmount" type="Money">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The specific currency and amount of the option premium.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="premiumSettlementDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The agreed-upon date when the option premium will be settled.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="settlementInformation" type="SettlementInformation" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The information required to settle a currency payment that results from a trade.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="premiumQuote" type="PremiumQuote" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">This is the option premium as quoted. It is expected to be consistent with the premiumAmount and is for information only.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
payerPartyReference fpml:payerPartyReference (1) (1)
receiverPartyReference fpml:receiverPartyReference (1) (1)
premiumAmount fpml:premiumAmount (1) (1)
premiumSettlementDate fpml:premiumSettlementDate (1) (1)
settlementInformation fpml:settlementInformation 0 (1)
premiumQuote fpml:premiumQuote 0 (1)
<xs:group> fpml:PayerReceiver.model (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:fxOptionPremium, fpml:fxOptionPremium, fpml:fxOptionPremium