Definition Type: ComplexType
Name: InvestmentTransactionList
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Investment.xsd
Abstract
Documentation:
The OFX element "INVTRANLIST" is of type "InvestmentTransactionList"
Collapse XSD Schema Diagram:
Drilldown into INVBANKTRAN in schema ofx_investment_xsd Drilldown into TRANSFER in schema ofx_investment_xsd Drilldown into SPLIT in schema ofx_investment_xsd Drilldown into SELLSTOCK in schema ofx_investment_xsd Drilldown into SELLOTHER in schema ofx_investment_xsd Drilldown into SELLOPT in schema ofx_investment_xsd Drilldown into SELLMF in schema ofx_investment_xsd Drilldown into SELLDEBT in schema ofx_investment_xsd Drilldown into RETOFCAP in schema ofx_investment_xsd Drilldown into REINVEST in schema ofx_investment_xsd Drilldown into MARGININTEREST in schema ofx_investment_xsd Drilldown into JRNLSEC in schema ofx_investment_xsd Drilldown into JRNLFUND in schema ofx_investment_xsd Drilldown into INVEXPENSE in schema ofx_investment_xsd Drilldown into INCOME in schema ofx_investment_xsd Drilldown into CLOSUREOPT in schema ofx_investment_xsd Drilldown into BUYSTOCK in schema ofx_investment_xsd Drilldown into BUYOTHER in schema ofx_investment_xsd Drilldown into BUYOPT in schema ofx_investment_xsd Drilldown into BUYMF in schema ofx_investment_xsd Drilldown into BUYDEBT in schema ofx_investment_xsd Drilldown into DTEND in schema ofx_investment_xsd Drilldown into DTSTART in schema ofx_investment_xsdXSD Diagram of InvestmentTransactionList in schema ofx_investment_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="InvestmentTransactionList">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "INVTRANLIST" is of type "InvestmentTransactionList"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="DTSTART" type="ofx:DateTimeType" />
        <xsd:element name="DTEND" type="ofx:DateTimeType" />
        <xsd:choice minOccurs="0" maxOccurs="unbounded">
            <xsd:element name="BUYDEBT" type="ofx:BuyDebt" />
            <xsd:element name="BUYMF" type="ofx:BuyMutualFund" />
            <xsd:element name="BUYOPT" type="ofx:BuyOption" />
            <xsd:element name="BUYOTHER" type="ofx:BuyOther" />
            <xsd:element name="BUYSTOCK" type="ofx:BuyStock" />
            <xsd:element name="CLOSUREOPT" type="ofx:ClosureOption" />
            <xsd:element name="INCOME" type="ofx:Income" />
            <xsd:element name="INVEXPENSE" type="ofx:InvestmentExpense" />
            <xsd:element name="JRNLFUND" type="ofx:JournalFund" />
            <xsd:element name="JRNLSEC" type="ofx:JournalSecurity" />
            <xsd:element name="MARGININTEREST" type="ofx:MarginInterest" />
            <xsd:element name="REINVEST" type="ofx:Reinvest" />
            <xsd:element name="RETOFCAP" type="ofx:ReturnOfCapital" />
            <xsd:element name="SELLDEBT" type="ofx:SellDebt" />
            <xsd:element name="SELLMF" type="ofx:SellMutualFund" />
            <xsd:element name="SELLOPT" type="ofx:SellOption" />
            <xsd:element name="SELLOTHER" type="ofx:SellOther" />
            <xsd:element name="SELLSTOCK" type="ofx:SellStock" />
            <xsd:element name="SPLIT" type="ofx:Split" />
            <xsd:element name="TRANSFER" type="ofx:Transfer" />
        </xsd:choice>
        <xsd:element name="INVBANKTRAN" type="ofx:InvestmentBankTransaction" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DTSTART ofx:DTSTART (1) (1)
DTEND ofx:DTEND (1) (1)
BUYDEBT ofx:BUYDEBT (1) (1)
BUYMF ofx:BUYMF (1) (1)
BUYOPT ofx:BUYOPT (1) (1)
BUYOTHER ofx:BUYOTHER (1) (1)
BUYSTOCK ofx:BUYSTOCK (1) (1)
CLOSUREOPT ofx:CLOSUREOPT (1) (1)
INCOME ofx:INCOME (1) (1)
INVEXPENSE ofx:INVEXPENSE (1) (1)
JRNLFUND ofx:JRNLFUND (1) (1)
JRNLSEC ofx:JRNLSEC (1) (1)
MARGININTEREST ofx:MARGININTEREST (1) (1)
REINVEST ofx:REINVEST (1) (1)
RETOFCAP ofx:RETOFCAP (1) (1)
SELLDEBT ofx:SELLDEBT (1) (1)
SELLMF ofx:SELLMF (1) (1)
SELLOPT ofx:SELLOPT (1) (1)
SELLOTHER ofx:SELLOTHER (1) (1)
SELLSTOCK ofx:SELLSTOCK (1) (1)
SPLIT ofx:SPLIT (1) (1)
TRANSFER ofx:TRANSFER (1) (1)
INVBANKTRAN ofx:INVBANKTRAN 0 unbounded
Collapse Derivation Tree:
Collapse References:
ofx:INVTRANLIST