InvestmentBuy class

InvestmentBuy class

Investment buy transaction class.

Inheritance: InvestmentBuyAbstractInvestmentTransactionAbstractInvestmentTransactionBase

The InvestmentBuy type exposes the following members:

Constructors

ConstructorDescription
InvestmentBuy()Initializes a new instance of InvestmentBuy class.

Properties

PropertyDescription
investment_transactionGets or sets the AbstractInvestmentTransaction.investment_transaction.
security_idGets or sets the InvestmentBuy.security_id.
unitsGets 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_priceGets 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.
markupGets or sets the portion of the unit price that is attributed to the dealer markup.
commissionGets or sets the transaction commission.
taxesGets or sets the taxes on the trade.
feesGets or sets the fees applied to trade.
loadGets or sets the load on the transaction.
totalGets or sets the transaction total.
currencyGets or sets the InvestmentBuy.currency.
origin_currencyGets or sets the origin InvestmentBuy.currency.
sub_account_securityGets or sets the sub-account type for the security
sub_account_fundGets or sets where did the money for the transaction come from or go to.
loan_idGets or sets the transaction was due to a loan or a loan repayment, and which loan it was. For 401(k) accounts only.
loan_principalGets or sets how much of the loan repayment was principal. For 401(k) accounts only.
loan_interestGets or sets how much of the loan repayment was interest. For 401(k) accounts only.
investment_401k_sourceGets or sets the source of money for this transaction.
payroll_dateGets or sets the date the funds for this transaction was obtained via payroll deduction for 401(k) accounts.
prior_year_contributionGets or sets whether this Buy was made with a prior year contribution for 401(k) accounts.

See Also