InvestmentSell class

InvestmentSell class

Investment sell transaction class.

Inheritance: InvestmentSellAbstractInvestmentTransactionAbstractInvestmentTransactionBase

The InvestmentSell type exposes the following members:

Constructors

Constructor Description
InvestmentSell() Initializes a new instance of InvestmentSell class.

Properties

Property Description
investment_transaction Gets or sets the AbstractInvestmentTransaction.investment_transaction.
security_id Gets or sets the InvestmentSell.security_id.
units Gets 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_price Gets 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.
markdown Gets or sets the portion of the unit price that is attributed to the dealer markdown.
commission Gets or sets the transaction commission.
taxes Gets or sets the taxes on the trade.
fees Gets or sets the fees applied to trade.
load Gets or sets the load on the transaction.
withholding Gets or sets the federal Tax withholdings.
tax_exempt Gets or sets whether it is tax-exempt transaction.
total Gets or sets the transaction total.
gain Gets or sets the total gain.
currency Gets or sets the InvestmentSell.currency.
origin_currency Gets or sets the origin InvestmentSell.currency.
sub_account_security Gets or sets the sub-account type for the security
sub_account_fund Gets or sets where did the money for the transaction come from or go to.
loan_id Gets or sets the transaction was due to a loan or a loan repayment, and which loan it was. For 401(k) accounts only.
state_withholding Gets or sets the used for withholdings for state taxes on a withdrawal.
penalty Gets or sets the amount withheld due to a penalty
investment_401k_source Gets or sets the source of money for this transaction.

See Also