VestInfo

VestInfo class

Vest change dates. Provides the vesting percentage as of any particular past, current, or future date.

public class VestInfo

Constructors

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

Properties

NameDescription
VestDate { get; set; }Gets or sets the date at which vesting percentage changes. Default is that the vested percentage applies to the current date.
VestPercent { get; set; }Gets or sets the estimated vested percentage as of the corresponding date.

See Also