InvestmentSell class

InvestmentSell class

Investment sell transaction class.

Inheritance: InvestmentSellAbstractInvestmentTransactionAbstractInvestmentTransactionBase

The InvestmentSell type exposes the following members:

Constructors

ConstructorDescription
InvestmentSell()Initializes a new instance of InvestmentSell class.

Properties

PropertyDescription
investment_transactionGets or sets the AbstractInvestmentTransaction.investment_transaction.
security_idGets or sets the InvestmentSell.security_id.
unitsGets or sets the units. For security-based actions other than stock splits. Shares for stocks, mutual funds, and others. Face value for bonds. Contracts for options.
unit_priceGets or sets the price per commonly-quoted unit. Does not include markup/markdown. Share price for stocks, mutual funds, and others. Percentage of par for bonds. Per share (not contract) for options.
markdownGets or sets the portion of the unit price that is attributed to the dealer markdown.
commissionGets or sets the transaction commission.
taxesGets or sets the taxes on the trade.
feesGets or sets the fees applied to trade.
loadGets or sets the load on the transaction.
withholdingGets or sets the federal Tax withholdings.
tax_exemptGets or sets whether it is tax-exempt transaction.
totalGets or sets the transaction total.
gainGets or sets the total gain.
currencyGets or sets the InvestmentSell.currency.
origin_currencyGets or sets the origin InvestmentSell.currency.
sub_account_securityGets or sets the sub-account type for the security
sub_account_fundGets or sets where did the money for the transaction come from or go to.
loan_idGets or sets the transaction was due to a loan or a loan repayment, and which loan it was. For 401(k) accounts only.
state_withholdingGets or sets the used for withholdings for state taxes on a withdrawal.
penaltyGets or sets the amount withheld due to a penalty
investment_401k_sourceGets or sets the source of money for this transaction.

See Also