Split class

Split class

Investment stock or mutual fund split class.

Inheritance: SplitAbstractInvestmentTransactionAbstractInvestmentTransactionBase

The Split type exposes the following members:

Constructors

Constructor Description
Split() Initializes a new instance of Split class.

Properties

Property Description
investment_transaction Gets or sets the AbstractInvestmentTransaction.investment_transaction.
security_id Gets or sets the Split.security_id.
sub_account_security Gets or sets the sub-account type for the security.
old_units Gets or sets the number of shares before the split for stock splits.
new_units Gets or sets the number of shares after the split for stock splits.
numerator Gets or sets the split ratio numerator for stock splits.
denominator Gets or sets the split ratio denominator for stock splits.
currency Gets or sets the Split.currency.
origin_currency Gets or sets the origin Split.currency.
fractional_cash Gets or sets the cash for fractional units.
sub_account_fund Gets or sets where did the money for the transaction come from or go to.
investment_401k_source Gets or sets the source of money for this transaction.

See Also