Definition Type: ComplexType
Name: InvestmentStatementResponse
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Investment_Messages.xsd
Abstract
Documentation:
The OFX element "INVSTMTRS" is of type "InvestmentStatementResponse"
Collapse XSD Schema Diagram:
Drilldown into INV401KBAL in schema ofx_investment_messages_xsd Drilldown into INV401K in schema ofx_investment_messages_xsd Drilldown into MKTGINFO in schema ofx_investment_messages_xsd Drilldown into INVOOLIST in schema ofx_investment_messages_xsd Drilldown into INVBAL in schema ofx_investment_messages_xsd Drilldown into INVPOSLIST in schema ofx_investment_messages_xsd Drilldown into INVTRANLIST in schema ofx_investment_messages_xsd Drilldown into INVACCTFROM in schema ofx_investment_messages_xsd Drilldown into CURDEF in schema ofx_investment_messages_xsd Drilldown into DTASOF in schema ofx_investment_messages_xsdXSD Diagram of InvestmentStatementResponse in schema ofx_investment_messages_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="InvestmentStatementResponse">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "INVSTMTRS" is of type "InvestmentStatementResponse"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="DTASOF" type="ofx:DateTimeType" />
        <xsd:element name="CURDEF" type="ofx:CurrencyEnum" />
        <xsd:element name="INVACCTFROM" type="ofx:InvestmentAccount" />
        <xsd:element name="INVTRANLIST" type="ofx:InvestmentTransactionList" minOccurs="0" maxOccurs="1" />
        <xsd:element name="INVPOSLIST" type="ofx:InvestmentPositionList" minOccurs="0" maxOccurs="1" />
        <xsd:element name="INVBAL" type="ofx:InvestmentBalance" minOccurs="0" maxOccurs="1" />
        <xsd:element name="INVOOLIST" type="ofx:InvestmentOpenOrderList" minOccurs="0" maxOccurs="1" />
        <xsd:element name="MKTGINFO" type="ofx:InfoType" minOccurs="0" maxOccurs="1" />
        <xsd:element name="INV401K" type="ofx:Investment401k" minOccurs="0" maxOccurs="1" />
        <xsd:element name="INV401KBAL" type="ofx:Investment401kBalance" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DTASOF ofx:DTASOF (1) (1)
CURDEF ofx:CURDEF (1) (1)
INVACCTFROM ofx:INVACCTFROM (1) (1)
INVTRANLIST ofx:INVTRANLIST 0 1
INVPOSLIST ofx:INVPOSLIST 0 1
INVBAL ofx:INVBAL 0 1
INVOOLIST ofx:INVOOLIST 0 1
MKTGINFO ofx:MKTGINFO 0 1
INV401K ofx:INV401K 0 1
INV401KBAL ofx:INV401KBAL 0 1
Collapse Derivation Tree:
Collapse References:
ofx:INVSTMTRS