MultiCurrencyMoney: MultiCurrencyMoney

Description Usage Arguments Value See Also Examples

Description

This class associates a vector of numeric values with a list of currencies. This can be useful for example to store value of cash flows. Internally it represents this information as an extension to a tibble. You are able to bind MultiCurrencyMoney objects by using rbind() (see example below).

Usage

1

Arguments

monies

a list of SingleCurrencyMoney

Value

a MultiCurrencyMoney object that extends tibble::tibble()

See Also

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

Examples

1
2
3
4
5

fmbasics documentation built on May 2, 2019, 6:22 a.m.