Learn R Programming

fundManageR (version 0.5.0110)

get_data_dtcc_assets_days: Get DTCC cleared trades by type and day

Description

Get DTCC cleared trades by type and day

Usage

get_data_dtcc_assets_days(assets = NULL, start_date = "2016-12-01", end_date = Sys.Date(), nest_data = TRUE, return_message = TRUE)

Arguments

assets
type of DTCC cleared financial product NULL, COMMODITIES, CREDITS, EQUITIES, FOREX, RATES
start_date
date starting "Y-M-D"
end_date
date ending "Y-M-D"
nest_data
return a nested data frame TRUE, FALSE
return_message
return a message TRUE, FALSE

Examples

Run this code
get_data_dtcc_assets_days(assets = NULL, start_date = "2017-01-05", end_date = Sys.Date(), nest_data = TRUE, return_message = FALSE)

Run the code above in your browser using DataLab