<xsd:group name="Premium.model">
<xsd:annotation>
<xsd:documentation>A model group for representing the option premium when expressed in a way other than an amount.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="premiumType" type="PremiumTypeEnum" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Forward start Premium type</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="pricePerOption" type="Money" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of premium to be paid expressed as a function of the number of options.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="percentageOfNotional" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount of premium to be paid expressed as a percentage of the notional value of the transaction. A percentage of 5% would be expressed as 0.05.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|