Portion

Portion class

Portion of the mutual fund with a specific asset classification.

public class Portion

Constructors

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

Properties

NameDescription
AssetClass { get; set; }Gets or sets the asset class.
Percent { get; set; }Gets or sets the percentage of the fund that falls under this asset class.

See Also