is.CashFlow {fmbasics}R Documentation

Inherits from CashFlow

Description

Checks whether object inherits from CashFlow class

Usage

is.CashFlow(x)

Arguments

x

an R object

Value

TRUE if x inherits from the CashFlow class; otherwise FALSE

See Also

Other money functions: CashFlow, MultiCurrencyMoney, SingleCurrencyMoney, is.MultiCurrencyMoney, is.SingleCurrencyMoney

Examples

is.CashFlow(CashFlow(as.Date("2017-11-15"),
  MultiCurrencyMoney(list(SingleCurrencyMoney(1, AUD())))))

[Package fmbasics version 0.3.0 Index]