Definition Type: SimpleType
Name: Factor_t
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-fields-base-5-0-SP2.xsd
Documentation:
For Fixed Income: Amorization Factor for deriving Current face from Original face for ABS or MBS securities, note the fraction may be greater than, equal to or less than . In TIPS securities this is the Inflation index. Qty * Factor * Price = Gross Trade Amount For Derivatives: Contract Value Factor by which price must be adjusted to determine the true nominal value of one futures/options contract. (Qty * Price) * Factor = Nominal Value (Note tag # was reserved in FIX 4.1, added in FIX 4.3)
Collapse XSD Schema Diagram:
XSD Diagram of Factor_t in schema fixml-fields-base-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="Factor_t">
    <xs:annotation>
        <xs:documentation>
      For Fixed Income: Amorization Factor for deriving Current face from Original face for ABS or MBS securities, note the fraction may be greater than, equal to or less than .  In TIPS securities this is the Inflation index.
      Qty * Factor * Price = Gross Trade Amount
      For Derivatives: Contract Value Factor by which price must be adjusted to determine the true nominal value of one futures/options contract.
      (Qty * Price) * Factor = Nominal Value
      (Note tag # was reserved in FIX 4.1, added in FIX 4.3)
    </xs:documentation>
        <xs:appinfo>
            <fm:Xref Protocol="FIX" name="Factor" ComponentType="Field" Tag="228" Type="float" AbbrName="Fctr" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:decimal" />
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:Fctr