Definition Type: ComplexType
Name: Reinvest
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractInvestmentTransaction
Containing Schema: OFX_Investment.xsd
Abstract
Documentation:
The OFX element "REINVEST" is of type "Reinvest"
Collapse XSD Schema Diagram:
Drilldown into INV401KSOURCE in schema ofx_investment_xsd Drilldown into ORIGCURRENCY in schema ofx_investment_xsd Drilldown into CURRENCY in schema ofx_investment_xsd Drilldown into TAXEXEMPT in schema ofx_investment_xsd Drilldown into LOAD in schema ofx_investment_xsd Drilldown into FEES in schema ofx_investment_xsd Drilldown into TAXES in schema ofx_investment_xsd Drilldown into COMMISSION in schema ofx_investment_xsd Drilldown into UNITPRICE in schema ofx_investment_xsd Drilldown into UNITS in schema ofx_investment_xsd Drilldown into SUBACCTSEC in schema ofx_investment_xsd Drilldown into TOTAL in schema ofx_investment_xsd Drilldown into INCOMETYPE in schema ofx_investment_xsd Drilldown into SECID in schema ofx_investment_xsd Drilldown into INVTRAN in schema ofx_investment_xsd Drilldown into AbstractInvestmentTransactionBase in schema ofx_investment_xsd Drilldown into AbstractInvestmentTransaction in schema ofx_investment_xsdXSD Diagram of Reinvest in schema ofx_investment_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="Reinvest">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "REINVEST" is of type "Reinvest"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractInvestmentTransaction">
            <xsd:sequence>
                <xsd:element name="SECID" type="ofx:SecurityId" />
                <xsd:element name="INCOMETYPE" type="ofx:IncomeEnum" />
                <xsd:element name="TOTAL" type="ofx:AmountType" />
                <xsd:element name="SUBACCTSEC" type="ofx:SubAccountEnum" />
                <xsd:element name="UNITS" type="ofx:QuantityType" />
                <xsd:element name="UNITPRICE" type="ofx:UnitPriceType" />
                <xsd:element name="COMMISSION" type="ofx:PositiveAmountType" minOccurs="0" />
                <xsd:element name="TAXES" type="ofx:PositiveAmountType" minOccurs="0" />
                <xsd:element name="FEES" type="ofx:PositiveAmountType" minOccurs="0" />
                <xsd:element name="LOAD" type="ofx:PositiveAmountType" minOccurs="0" />
                <xsd:element name="TAXEXEMPT" type="ofx:BooleanType" minOccurs="0" />
                <xsd:element name="CURRENCY" type="ofx:Currency" minOccurs="0" />
                <xsd:element name="ORIGCURRENCY" type="ofx:Currency" minOccurs="0" />
                <xsd:element name="INV401KSOURCE" type="ofx:Investment401kSourceEnum" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
INVTRAN ofx:INVTRAN (1) (1)
SECID ofx:SECID (1) (1)
INCOMETYPE ofx:INCOMETYPE (1) (1)
TOTAL ofx:TOTAL (1) (1)
SUBACCTSEC ofx:SUBACCTSEC (1) (1)
UNITS ofx:UNITS (1) (1)
UNITPRICE ofx:UNITPRICE (1) (1)
COMMISSION ofx:COMMISSION 0 (1)
TAXES ofx:TAXES 0 (1)
FEES ofx:FEES 0 (1)
LOAD ofx:LOAD 0 (1)
TAXEXEMPT ofx:TAXEXEMPT 0 (1)
CURRENCY ofx:CURRENCY 0 (1)
ORIGCURRENCY ofx:ORIGCURRENCY 0 (1)
INV401KSOURCE ofx:INV401KSOURCE 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:REINVEST