payoff_GMWB: GMWB payoff class

Description Usage Format Value Methods Examples

Description

Class providing the periodic payment of a GMWB contract. It is stated as a given percentage of the premium.

Usage

1

Format

R6Class object.

Value

Object of R6Class

Methods

new

Initialize method. The arguments are a non negative scalar with the premium and a scalar between 0 and 1 with the percentage.

set_premium

Stores the premium in a private field. The argument is a non negative scalar

get_premium

Returns the premium as non negative scalar

set_beta

Sets the percentage. The argument is a scalar between 0 and 1

get_beta

Gets the percentage

get_payoff

Gets the payoff

Examples

1
2
3
4
premium <- 100
beta <- 0.15
GMWB_payment <- payoff_GMWB$new(premium, beta)
GMWB_payment$get_payoff()

IvanZoccolan/valuer documentation built on May 7, 2019, 6:45 a.m.