Definition Type: ComplexType
Name: Split
Namespace: http://ofx.net/types/2003/04
Type: ofx:AbstractInvestmentTransaction
Containing Schema: OFX_Investment.xsd
Abstract False
Documentation:
The OFX element "SPLIT" is of type "Split"
Collapse XSD Schema Diagram:
Drilldown into INV401KSOURCE Drilldown into SUBACCTFUND Drilldown into FRACCASH Drilldown into ORIGCURRENCY Drilldown into CURRENCY Drilldown into DENOMINATOR Drilldown into NUMERATOR Drilldown into NEWUNITS Drilldown into OLDUNITS Drilldown into SUBACCTSEC Drilldown into SECID Drilldown into INVTRAN Drilldown into AbstractInvestmentTransactionBase Drilldown into AbstractInvestmentTransactionXSD Diagram of Split
Collapse XSD Schema Code:
<xsd:complexType name="Split">
    <xsd:annotation>
        <xsd:documentation>

        The OFX element "SPLIT" is of type "Split"

      </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="OLDUNITS" type="ofx:QuantityType" />
                <xsd:element name="NEWUNITS" type="ofx:QuantityType" />
                <xsd:element name="NUMERATOR" type="ofx:QuantityType" />
                <xsd:element name="DENOMINATOR" type="ofx:QuantityType" />
                <xsd:element name="CURRENCY" type="ofx:Currency" minOccurs="0" />
                <xsd:element name="ORIGCURRENCY" type="ofx:Currency" minOccurs="0" />
                <xsd:element name="FRACCASH" type="ofx:AmountType" minOccurs="0" />
                <xsd:element name="SUBACCTFUND" type="ofx:SubAccountEnum" 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)
OLDUNITS ofx:OLDUNITS (1) (1)
NEWUNITS ofx:NEWUNITS (1) (1)
NUMERATOR ofx:NUMERATOR (1) (1)
DENOMINATOR ofx:DENOMINATOR (1) (1)
CURRENCY ofx:CURRENCY 0 (1)
ORIGCURRENCY ofx:ORIGCURRENCY 0 (1)
FRACCASH ofx:FRACCASH 0 (1)
SUBACCTFUND ofx:SUBACCTFUND 0 (1)
INV401KSOURCE ofx:INV401KSOURCE 0 (1)
Collapse Derivation Tree:
Collapse References:
ofx:SPLIT
Collapse Comments:
blog comments powered by Disqus