<xsd:simpleType name="BuyerConventionEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The purpose of this element is to disambiguate whether the buyer of the product effectively buys protection or whether he buys risk (and, hence, sells protection) in the case, such as high yields instruments, where no firm standard appears to exist at the execution level.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Protection">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">the buyer of the product effectively buys protection.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Risk">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">the buyer of the product effectively buys risk (and, hence, sells protection).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|