InvestmentSell

InvestmentSell class

Investment sell transaction class.

public class InvestmentSell : AbstractInvestmentTransaction

Constructors

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

Properties

NameDescription
Commission { get; set; }Gets or sets the transaction commission.
Currency { get; set; }Gets or sets the Currency.
Fees { get; set; }Gets or sets the fees applied to trade.
Gain { get; set; }Gets or sets the total gain.
Investment401kSource { get; set; }Gets or sets the source of money for this transaction.
InvestmentTransaction { get; set; }Gets or sets the InvestmentTransaction.
Load { get; set; }Gets or sets the load on the transaction.
LoanId { get; set; }Gets or sets the transaction was due to a loan or a loan repayment, and which loan it was. For 401(k) accounts only.
Markdown { get; set; }Gets or sets the portion of the unit price that is attributed to the dealer markdown.
OriginCurrency { get; set; }Gets or sets the origin Currency.
Penalty { get; set; }Gets or sets the amount withheld due to a penalty
SecurityId { get; set; }Gets or sets the SecurityId.
StateWithholding { get; set; }Gets or sets the used for withholdings for state taxes on a withdrawal.
SubAccountFund { get; set; }Gets or sets where did the money for the transaction come from or go to.
SubAccountSecurity { get; set; }Gets or sets the sub-account type for the security
Taxes { get; set; }Gets or sets the taxes on the trade.
TaxExempt { get; set; }Gets or sets whether it is tax-exempt transaction.
Total { get; set; }Gets or sets the transaction total.
UnitPrice { get; set; }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.
Units { get; set; }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.
Withholding { get; set; }Gets or sets the federal Tax withholdings.

See Also