Income

Income class

Investment income class.

public class Income : AbstractInvestmentTransaction

Constructors

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

Properties

NameDescription
Currency { get; set; }Gets or sets the Currency.
IncomeType { get; set; }Gets or sets the type of investment income.
Investment401kSource { get; set; }Gets or sets the source of money for this transaction.
InvestmentTransaction { get; set; }Gets or sets the InvestmentTransaction.
OriginCurrency { get; set; }Gets or sets the origin Currency.
SecurityId { get; set; }Gets or sets the SecurityId.
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.
TaxExempt { get; set; }Gets or sets whether it is tax-exempt transaction.
Total { get; set; }Gets or sets the transaction total.
Withholding { get; set; }Gets or sets the federal Tax withholdings.

See Also