getCommercialPaperOutstanding: Extract the commercial paper outstanding data.

Description Usage Arguments Value See Also Examples

View source: R/fetch.R

Description

Extracts the commercial paper outstanding series from the commercial paper data set.

Usage

1
getCommercialPaperOutstanding(cp, progressBar = "none")

Arguments

cp

commercial paper data as retrieved by getCommercialPaper().

progressBar

optional progress bar for llply progress monitoring, default none; see plyr::create_progress_bar.

Value

list containing data frame for each series, class usfrbcpo.

See Also

getCommercialPaper, getCommercialPaperRates, getCommercialPaperRatesOld, getCommercialPaperVolumes, getCommercialPaperOutstandingOld, getCommercialPaperYearend, mergeSeries

Examples

1
2
3
cp <- getCommercialPaper()
outstanding <- getCommercialPaperOutstanding(cp,"text")
summary(outstanding)

mrbcuda/usfrbcp documentation built on May 23, 2019, 7:14 a.m.