Split
Contents
[
Hide
]Split class
Investment stock or mutual fund split class.
public class Split : AbstractInvestmentTransaction
Constructors
| Name | Description |
|---|---|
| Split() | Initializes a new instance of Split class. |
Properties
| Name | Description |
|---|---|
| Currency { get; set; } | Gets or sets the Currency. |
| Denominator { get; set; } | Gets or sets the split ratio denominator for stock splits. |
| FractionalCash { get; set; } | Gets or sets the cash for fractional units. |
| Investment401kSource { get; set; } | Gets or sets the source of money for this transaction. |
| InvestmentTransaction { get; set; } | Gets or sets the InvestmentTransaction. |
| NewUnits { get; set; } | Gets or sets the number of shares after the split for stock splits. |
| Numerator { get; set; } | Gets or sets the split ratio numerator for stock splits. |
| OldUnits { get; set; } | Gets or sets the number of shares before the split for stock splits. |
| 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. |
See Also
- class AbstractInvestmentTransaction
- namespace Aspose.Finance.Ofx.Investment
- assembly Aspose.Finance