<xsd:complexType name="InvestmentSell">
<xsd:annotation>
<xsd:documentation>
The OFX element "INVSELL" is of type "InvestmentSell"
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ofx:AbstractInvestmentTransaction">
<xsd:sequence>
<xsd:element name="SECID" type="ofx:SecurityId" />
<xsd:element name="UNITS" type="ofx:QuantityType" />
<xsd:element name="UNITPRICE" type="ofx:UnitPriceType" />
<xsd:element name="MARKDOWN" type="ofx:UnitPriceType" minOccurs="0" />
<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="WITHHOLDING" type="ofx:PositiveAmountType" minOccurs="0" />
<xsd:element name="TAXEXEMPT" type="ofx:BooleanType" minOccurs="0" />
<xsd:element name="TOTAL" type="ofx:AmountType" />
<xsd:element name="GAIN" type="ofx:AmountType" minOccurs="0" />
<xsd:element name="CURRENCY" type="ofx:Currency" minOccurs="0" />
<xsd:element name="ORIGCURRENCY" type="ofx:Currency" minOccurs="0" />
<xsd:element name="SUBACCTSEC" type="ofx:SubAccountEnum" />
<xsd:element name="SUBACCTFUND" type="ofx:SubAccountEnum" />
<xsd:element name="LOANID" type="ofx:LoanIdType" minOccurs="0" />
<xsd:element name="STATEWITHHOLDING" type="ofx:PositiveAmountType" minOccurs="0" />
<xsd:element name="PENALTY" type="ofx:PositiveAmountType" minOccurs="0" />
<xsd:element name="INV401KSOURCE" type="ofx:Investment401kSourceEnum" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|