term_series: Create a series of payments or reciepts

Description Usage Arguments Value Examples

Description

Create a series of payments or reciepts

Usage

1
term_series(contract, freq, from, to, amount, event_name = "series", ...)

Arguments

contract

The contract for which the start date is to be specified.

event_name

An optional name for the event. Defaults to "start_date" (which is reccomended).

start_date

The start date to be specified.

payment

The amount paid at the start of the contract. Defaults to 0.

receipt

The amount recieved at the start of the contract. Defaults to 0.

Value

A contract object with the term added.

Examples

1
library(magrittr)

jameslairdsmith/contractr documentation built on May 26, 2019, 9:32 a.m.