Definition Type: ComplexType
Name: Transfer
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractInvestmentTransaction
Containing Schema: OFX_Investment.xsd
Abstract
Documentation:
The OFX element "TRANSFER" is of type "Transfer"
Collapse XSD Schema Diagram:
Drilldown into INV401KSOURCE in schema ofx_investment_xsd Drilldown into DTPURCHASE in schema ofx_investment_xsd Drilldown into UNITPRICE in schema ofx_investment_xsd Drilldown into AVGCOSTBASIS in schema ofx_investment_xsd Drilldown into INVACCTFROM in schema ofx_investment_xsd Drilldown into POSTYPE in schema ofx_investment_xsd Drilldown into TFERACTION in schema ofx_investment_xsd Drilldown into UNITS in schema ofx_investment_xsd Drilldown into SUBACCTSEC 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 Transfer in schema ofx_investment_xsd (OFX - Open Financial Exchange)
Collapse XSD Schema Code:
<xsd:complexType name="Transfer">
    <xsd:annotation>
        <xsd:documentation>
        The OFX element "TRANSFER" is of type "Transfer"
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ofx:AbstractInvestmentTransaction">
            <xsd:sequence>
                <xsd:element name="SECID" type="ofx:SecurityId" />
                <xsd:element name="SUBACCTSEC" type="ofx:SubAccountEnum" />
                <xsd:element name="UNITS" type="ofx:QuantityType" />
                <xsd:element name="TFERACTION" type="ofx:InOutEnum" />
                <xsd:element name="POSTYPE" type="ofx:PositionTypeEnum" />
                <xsd:element name="INVACCTFROM" type="ofx:InvestmentAccount" minOccurs="0" />
                <xsd:element name="AVGCOSTBASIS" type="ofx:AmountType" minOccurs="0" />
                <xsd:element name="UNITPRICE" type="ofx:UnitPriceType" minOccurs="0" />
                <xsd:element name="DTPURCHASE" type="ofx:DateTimeType" 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)
SUBACCTSEC ofx:SUBACCTSEC (1) (1)
UNITS ofx:UNITS (1) (1)
TFERACTION ofx:TFERACTION (1) (1)
POSTYPE ofx:POSTYPE (1) (1)
INVACCTFROM ofx:INVACCTFROM 0 (1)
AVGCOSTBASIS ofx:AVGCOSTBASIS 0 (1)
UNITPRICE ofx:UNITPRICE 0 (1)
DTPURCHASE ofx:DTPURCHASE 0 (1)
INV401KSOURCE ofx:INV401KSOURCE 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:TRANSFER