<xsd:simpleType name="RealisedVarianceMethodEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The contract specifies whether which price must satisfy the boundary condition.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Previous">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">For a return on day T, the observed price on T-1 must be in range.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Last">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">For a return on day T, the observed price on T must be in range.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Both">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">For a return on day T, the observed prices on both T and T-1 must be in range</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|