Definition Type: SimpleType
Name: Percentage
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-datatypes-5-0-SP2.xsd
Documentation:
floatfloat field representing a percentage (e.g. 0.05 represents 5% and 0.9525 represents 95.25%). Note the number of decimal places may vary.
Collapse XSD Schema Diagram:
XSD Diagram of Percentage in schema fixml-datatypes-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="Percentage">
    <xs:annotation>
        <xs:documentation>floatfloat field representing a percentage (e.g. 0.05 represents 5% and 0.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:AttachmentPoint_t, nsA:BidYield_t, nsA:ComplexEventPriceBoundaryPrecision_t, nsA:CouponRate_t, nsA:CrossPercent_t, nsA:DetachmentPoint_t, nsA:DistribPercentage_t, nsA:DividendYield_t, nsA:EFPTrackingError_t, nsA:LegCouponRate_t, nsA:LegDividendYield_t, nsA:LegRepurchaseRate_t, nsA:LiquidityPctHigh_t, nsA:LiquidityPctLow_t, nsA:MarginRatio_t, nsA:MidYield_t, nsA:NotionalPercentageOutstanding_t, nsA:OfferYield_t, nsA:OrderPercent_t, nsA:OriginalNotionalPercentageOutstanding_t, nsA:OutsideIndexPct_t, nsA:ParticipationRate_t, nsA:PctAtRisk_t, nsA:RelationshipRiskCouponRate_t, nsA:RelationshipRiskWarningLevelPercent_t, nsA:RepurchaseRate_t, nsA:RiskCouponRate_t, nsA:RiskWarningLevelPercent_t, nsA:StrikePriceBoundaryPrecision_t, nsA:UnderlyingAllocationPercent_t, nsA:UnderlyingAttachmentPoint_t, nsA:UnderlyingCouponRate_t, nsA:UnderlyingDetachmentPoint_t, nsA:UnderlyingNotionalPercentageOutstanding_t, nsA:UnderlyingOriginalNotionalPercentageOutstanding_t, nsA:UnderlyingRepurchaseRate_t, nsA:WtAverageLiquidity_t, nsA:Yield_t