liq_prov_rel_usage: Liquidity Provision Relative to Usage

Description Usage Arguments Details Value Examples

Description

Liquidity Provision Relative to Usage

Usage

1

Arguments

payments

dataframe value, payments data

Details

Assumes that the payments data file has the form: ID, date, time, value, from, to

Value

function, returns a closure that contains the aggregate level data in its environment. The closure takes one argument: participant name.

Examples

1
2
3
4
participant_liq_prov <- liq_prov_rel_usage(example_data2)

# participant_liq_prov can now be called with a participants name
AAAAAA_liq_prov <- participant_liq_prov("AAAAAA")

BoC-PaymentsResearch/CPMI_stats documentation built on May 13, 2019, 1:14 p.m.