InvestmentBuy

InvestmentBuy class

Investment buy transaction class.

public class InvestmentBuy : AbstractInvestmentTransaction

Constructors

NameDescription
InvestmentBuy()Initializes a new instance of InvestmentBuy 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.
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.
LoanInterest { get; set; }Gets or sets how much of the loan repayment was interest. For 401(k) accounts only.
LoanPrincipal { get; set; }Gets or sets how much of the loan repayment was principal. For 401(k) accounts only.
Markup { get; set; }Gets or sets the portion of the unit price that is attributed to the dealer markup.
OriginCurrency { get; set; }Gets or sets the origin Currency.
PayrollDate { get; set; }Gets or sets the date the funds for this transaction was obtained via payroll deduction for 401(k) accounts.
PriorYearContribution { get; set; }Gets or sets whether this Buy was made with a prior year contribution for 401(k) accounts.
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
Taxes { get; set; }Gets or sets the taxes on the trade.
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.

See Also