InvestmentExpense

InvestmentExpense class

Investment expense class.

public class InvestmentExpense : AbstractInvestmentTransaction

Constructors

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

Properties

NameDescription
Currency { get; set; }Gets or sets the Currency.
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.
Total { get; set; }Gets or sets the transaction total.

See Also