<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>
|