contract: Create a financial contract

Description Usage Value Examples

Description

This function creates a financial contract object to which contractual terms can then be added. There are no terms or stipulations attached to the contract when it is first created.

Usage

1

Value

A contract object.

Examples

1
2
3
4
5
6
7
8
library(magrittr)

contract_a <- contract()

contract_a

contract_a %>%
  term_start(as.Date("2000/01/01"))

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