Definition Type: SimpleType
Name: UnderlyingCashType_enum_t
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-fields-base-5-0-SP2.xsd
Documentation:
Used for derivatives that deliver into cash underlying.
Collapse XSD Schema Diagram:
XSD Diagram of UnderlyingCashType_enum_t in schema fixml-fields-base-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="UnderlyingCashType_enum_t">
    <xs:annotation>
        <xs:documentation>Used for derivatives that deliver into cash underlying.</xs:documentation>
        <xs:appinfo>
            <fm:Xref Protocol="FIX" name="UnderlyingCashType" ComponentType="Field" Tag="974" Type="String" AbbrName="CashTyp" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
        </xs:appinfo>
        <xs:appinfo>
            <fm:EnumDoc value="FIXED" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">FIXED</fm:EnumDoc>
            <fm:EnumDoc value="DIFF" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA">DIFF</fm:EnumDoc>
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="FIXED" />
        <xs:enumeration value="DIFF" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration FIXED
Enumeration DIFF
Collapse Derivation Tree:
Collapse References:
nsA:UnderlyingCashType_t