Definition Type: ComplexType
Name: InvestmentBalance
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Investment.xsd
Abstract
Documentation:
The OFX element "INVBAL" is of type "InvestmentBalance"
Collapse XSD Schema Diagram:
Drilldown into BALLIST in schema ofx_investment_xsd Drilldown into BUYPOWER in schema ofx_investment_xsd Drilldown into SHORTBALANCE in schema ofx_investment_xsd Drilldown into MARGINBALANCE in schema ofx_investment_xsd Drilldown into AVAILCASH in schema ofx_investment_xsdXSD Diagram of InvestmentBalance in schema ofx_investment_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="InvestmentBalance">
    <xsd:annotation>
        <xsd:documentation>
	      The OFX element "INVBAL" is of type "InvestmentBalance"
	    </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="AVAILCASH" type="ofx:AmountType" />
        <xsd:element name="MARGINBALANCE" type="ofx:AmountType" />
        <xsd:element name="SHORTBALANCE" type="ofx:AmountType" />
        <xsd:element name="BUYPOWER" type="ofx:AmountType" minOccurs="0" />
        <xsd:element name="BALLIST" type="ofx:BalanceList" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AVAILCASH ofx:AVAILCASH (1) (1)
MARGINBALANCE ofx:MARGINBALANCE (1) (1)
SHORTBALANCE ofx:SHORTBALANCE (1) (1)
BUYPOWER ofx:BUYPOWER 0 (1)
BALLIST ofx:BALLIST 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:INVBAL