PositionMutualFund

PositionMutualFund class

Investment position debt class.

public class PositionMutualFund : AbstractPositionBase

Constructors

Name Description
PositionMutualFund() Initializes a new instance of PositionMutualFund class.

Properties

Name Description
InvestmentPosition { get; set; } Gets or sets the InvestmentPosition.
ReinvestCapitalGain { get; set; } Gets or sets whether reinvest capital gains.
ReinvestDividend { get; set; } Gets or sets whether reinvest dividends.
UnitsStreet { get; set; } Gets or sets the units in the FI’s street name.
UnitsUser { get; set; } Gets or sets the units in the user’s name directly.

See Also