<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="value" type="xsd:decimal" minOccurs="0">
<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="quoteBasis" type="PremiumQuoteBasisEnum" minOccurs="0">
<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>
|