Definition Type: SimpleType
Name: Percentage
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-datatypes-4-4.xsd
Documentation:
decimal representing a percentage (e.g. .05 represents 5% and .9525 represents 95.25%). Note the number of decimal places may vary.
Collapse XSD Schema Diagram:
XSD Diagram of Percentage in schema fixml-datatypes-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="Percentage">
    <xs:annotation>
        <xs:documentation>
decimal representing a percentage (e.g. .05 represents 5% and .9525 represents 95.25%).  Note the number of decimal places may vary.
		        </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:decimal" />
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:AccruedInterestRate_t, nsA:AllowableOneSidednessPct_t, nsA:BidYield_t, nsA:CouponRate_t, nsA:CrossPercent_t, nsA:DistribPercentage_t, nsA:EFPTrackingError_t, nsA:LegCouponRate_t, nsA:LegRepurchaseRate_t, nsA:LiquidityPctHigh_t, nsA:LiquidityPctLow_t, nsA:MarginRatio_t, nsA:MidYield_t, nsA:OfferYield_t, nsA:OrderPercent_t, nsA:OutsideIndexPct_t, nsA:ParticipationRate_t, nsA:PctAtRisk_t, nsA:RepurchaseRate_t, nsA:UnderlyingCouponRate_t, nsA:UnderlyingRepurchaseRate_t, nsA:WtAverageLiquidity_t, nsA:Yield_t