Definition Type: ComplexType
Name: FxOptionPremium
Namespace: http://www.fpml.org/FpML-5/transparency
Type: nsA:NonNegativePayment
Containing Schema: fpml-fx-5-9.xsd
Abstract
Documentation:
A type that specifies the premium exchanged for a single option trade or option strategy.
Collapse XSD Schema Diagram:
Drilldown into quote in schema fpml-fx-5-9_xsd Drilldown into paymentAmount in schema fpml-shared-5-9_xsd Drilldown into id in schema fpml-shared-5-9_xsd Drilldown into PaymentBase in schema fpml-shared-5-9_xsd Drilldown into PaymentBaseExtended in schema fpml-shared-5-9_xsd Drilldown into NonNegativePayment in schema fpml-shared-5-9_xsdXSD Diagram of FxOptionPremium in schema fpml-fx-5-9_xsd (Financial products Markup Language (FpML®) - Transparency)
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:complexContent>
        <xsd:extension base="NonNegativePayment">
            <xsd:sequence>
                <xsd:element name="quote" 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:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
paymentAmount nsA:paymentAmount (1) (1)
quote nsA:quote 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:premium, nsA:premium, nsA:premium, nsA:premium, nsA:premium
Collapse Comments:
blog comments powered by Disqus