Definition Type: ComplexType
Name: FXOptionPremium
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-fx-4-0.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-0_xsd Drilldown into settlementInformation in schema fpml-fx-4-0_xsd Drilldown into premiumSettlementDate in schema fpml-fx-4-0_xsd Drilldown into premiumAmount in schema fpml-fx-4-0_xsd Drilldown into receiverPartyReference in schema fpml-shared-4-0_xsd Drilldown into payerPartyReference in schema fpml-shared-4-0_xsd Drilldown into PayerReceiver.model in schema fpml-shared-4-0_xsdXSD Diagram of FXOptionPremium in schema fpml-fx-4-0_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 nsA:payerPartyReference (1) (1)
receiverPartyReference nsA:receiverPartyReference (1) (1)
premiumAmount nsA:premiumAmount (1) (1)
premiumSettlementDate nsA:premiumSettlementDate (1) (1)
settlementInformation nsA:settlementInformation 0 (1)
premiumQuote nsA:premiumQuote 0 (1)
<xs:group> nsA:PayerReceiver.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:fxOptionPremium, nsA:fxOptionPremium, nsA:fxOptionPremium