Definition Type: ComplexType
Name: DebtInfo
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractSecurityInfo
Containing Schema: OFX_SecuritiesList.xsd
Abstract
Documentation:
The OFX element "DEBTINFO" is of type "DebtInfo"
Collapse XSD Schema Diagram:
Drilldown into FIASSETCLASS in schema ofx_securitieslist_xsd Drilldown into ASSETCLASS in schema ofx_securitieslist_xsd Drilldown into DTMAT in schema ofx_securitieslist_xsd Drilldown into YIELDTOMAT in schema ofx_securitieslist_xsd Drilldown into CALLTYPE in schema ofx_securitieslist_xsd Drilldown into DTCALL in schema ofx_securitieslist_xsd Drilldown into YIELDTOCALL in schema ofx_securitieslist_xsd Drilldown into CALLPRICE in schema ofx_securitieslist_xsd Drilldown into COUPONFREQ in schema ofx_securitieslist_xsd Drilldown into DTCOUPON in schema ofx_securitieslist_xsd Drilldown into COUPONRT in schema ofx_securitieslist_xsd Drilldown into DEBTCLASS in schema ofx_securitieslist_xsd Drilldown into DEBTTYPE in schema ofx_securitieslist_xsd Drilldown into PARVALUE in schema ofx_securitieslist_xsd Drilldown into SECINFO in schema ofx_securitieslist_xsd Drilldown into AbstractSecurityInfo in schema ofx_securitieslist_xsdXSD Diagram of DebtInfo in schema ofx_securitieslist_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="DebtInfo">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "DEBTINFO" is of type "DebtInfo"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractSecurityInfo">
            <xsd:sequence>
                <xsd:element name="PARVALUE" type="ofx:AmountType" />
                <xsd:element name="DEBTTYPE" type="ofx:DebtEnum" />
                <xsd:element name="DEBTCLASS" type="ofx:DebtClassEnum" minOccurs="0" />
                <xsd:element name="COUPONRT" type="ofx:RateType" minOccurs="0" />
                <xsd:element name="DTCOUPON" type="ofx:DateTimeType" minOccurs="0" />
                <xsd:element name="COUPONFREQ" type="ofx:CouponFrequencyEnum" minOccurs="0" />
                <xsd:element name="CALLPRICE" type="ofx:UnitPriceType" minOccurs="0" />
                <xsd:element name="YIELDTOCALL" type="ofx:RateType" minOccurs="0" />
                <xsd:element name="DTCALL" type="ofx:DateTimeType" minOccurs="0" />
                <xsd:element name="CALLTYPE" type="ofx:CallTypeEnum" minOccurs="0" />
                <xsd:element name="YIELDTOMAT" type="ofx:RateType" minOccurs="0" />
                <xsd:element name="DTMAT" type="ofx:DateTimeType" minOccurs="0" />
                <xsd:element name="ASSETCLASS" type="ofx:AssetClassEnum" minOccurs="0" />
                <xsd:element name="FIASSETCLASS" type="ofx:GenericNameType" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SECINFO ofx:SECINFO (1) (1)
PARVALUE ofx:PARVALUE (1) (1)
DEBTTYPE ofx:DEBTTYPE (1) (1)
DEBTCLASS ofx:DEBTCLASS 0 (1)
COUPONRT ofx:COUPONRT 0 (1)
DTCOUPON ofx:DTCOUPON 0 (1)
COUPONFREQ ofx:COUPONFREQ 0 (1)
CALLPRICE ofx:CALLPRICE 0 (1)
YIELDTOCALL ofx:YIELDTOCALL 0 (1)
DTCALL ofx:DTCALL 0 (1)
CALLTYPE ofx:CALLTYPE 0 (1)
YIELDTOMAT ofx:YIELDTOMAT 0 (1)
DTMAT ofx:DTMAT 0 (1)
ASSETCLASS ofx:ASSETCLASS 0 (1)
FIASSETCLASS ofx:FIASSETCLASS 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:DEBTINFO