PositionMutualFund

PositionMutualFund class

Investment position debt class.

public class PositionMutualFund : AbstractPositionBase

Constructors

NameDescription
PositionMutualFund()Initializes a new instance of PositionMutualFund class.

Properties

NameDescription
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