Split class

Split class

Investment stock or mutual fund split class.

Inheritance: SplitAbstractInvestmentTransactionAbstractInvestmentTransactionBase

The Split type exposes the following members:

Constructors

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

Properties

PropertyDescription
investment_transactionGets or sets the AbstractInvestmentTransaction.investment_transaction.
security_idGets or sets the Split.security_id.
sub_account_securityGets or sets the sub-account type for the security.
old_unitsGets or sets the number of shares before the split for stock splits.
new_unitsGets or sets the number of shares after the split for stock splits.
numeratorGets or sets the split ratio numerator for stock splits.
denominatorGets or sets the split ratio denominator for stock splits.
currencyGets or sets the Split.currency.
origin_currencyGets or sets the origin Split.currency.
fractional_cashGets or sets the cash for fractional units.
sub_account_fundGets or sets where did the money for the transaction come from or go to.
investment_401k_sourceGets or sets the source of money for this transaction.

See Also