Definition Type: ComplexType
Name: InvestmentTransaction
Namespace: http://ofx.net/types/2003/04
Containing Schema: OFX_Investment.xsd
Abstract
Documentation:
The OFX element "INVTRAN" is of type "InvestmentTransaction"
Collapse XSD Schema Diagram:
Drilldown into MEMO in schema ofx_investment_xsd Drilldown into REVERSALFITID in schema ofx_investment_xsd Drilldown into DTSETTLE in schema ofx_investment_xsd Drilldown into DTTRADE in schema ofx_investment_xsd Drilldown into SRVRTID in schema ofx_investment_xsd Drilldown into FITID in schema ofx_investment_xsdXSD Diagram of InvestmentTransaction in schema ofx_investment_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="InvestmentTransaction">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "INVTRAN" is of type "InvestmentTransaction"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="FITID" type="ofx:FinancialInstitutionTransactionIdType" />
        <xsd:element name="SRVRTID" type="ofx:ServerIdType" minOccurs="0" />
        <xsd:element name="DTTRADE" type="ofx:DateTimeType" />
        <xsd:element name="DTSETTLE" type="ofx:DateTimeType" minOccurs="0" />
        <xsd:element name="REVERSALFITID" type="ofx:FinancialInstitutionTransactionIdType" minOccurs="0" />
        <xsd:element name="MEMO" type="ofx:MessageType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FITID ofx:FITID (1) (1)
SRVRTID ofx:SRVRTID 0 (1)
DTTRADE ofx:DTTRADE (1) (1)
DTSETTLE ofx:DTSETTLE 0 (1)
REVERSALFITID ofx:REVERSALFITID 0 (1)
MEMO ofx:MEMO 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:INVTRAN