<xsd:complexType name="PremiumQuote">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that describes the option premium as quoted.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="premiumValue" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The value of the premium quote. In general this will be either a percentage or an explicit amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="premiumQuoteBasis" type="PremiumQuoteBasisEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The method by which the option premium was quoted.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|