<xsd:simpleType name="StandardSettlementStyleEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The code specification of whether a trade is settling using standard settlement instructions as well as whether it is a candidate for settlement netting.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Standard">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">This trade will settle using standard pre-determined funds settlement instructions.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Net">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">This trade is a candidate for settlement netting.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="StandardAndNet">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">This trade will settle using standard pre-determined funds settlement instructions and is a candidate for settlement netting.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|