<xsd:simpleType name="FxStraddleTypeEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Forward Volatility Agreement Straddle Type.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="AtTheMoneyForward">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">At the money forward straddle.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="DeltaNeutral">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Delta neutral straddle.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|