dtcc_recent_trades: DTCC most recent trades by product

dtcc_recent_tradesR Documentation

DTCC most recent trades by product

Description

This function returns information about the most recent trades cleared by The Depository Trust & Clearing Corporation [DTCC] for specified product type.

Usage

dtcc_recent_trades(assets = NULL, nest_data = TRUE, return_message = TRUE)

Arguments

assets

type of DTCC cleared financial product

  • NULL: returns all product types (default)

  • COMMODITIES: Commodities

  • CREDITS: Credit Default Swaps

  • EQUITIES: Equities

  • FOREX: Foreign Exchange

  • RATES: Interest Rates

nest_data

TRUE return nested data frame

return_message

TRUE return a message after data import

Value

nested tibble or tibble if nest_data = FALSE

where nest_data is TRUE a nested tibble by asset, where nest_data is FALSE a tibble

References

The Depository Trust & Clearing Corporation

See Also

Other DTCC: dtcc_trades()

Other real-time data: msci_realtime_index_values(), us_public_companies()

Other transaction data: dtcc_trades(), nareit_mergers_acquisitions(), sec_securities_metrics_by_exchange()

Examples

## Not run: 
dtcc_recent_trades(assets = NULL, nest_data = FALSE)
dtcc_recent_trades(assets = c('credits', 'equities', 'rates'))

## End(Not run)

abresler/fundManageR documentation built on April 1, 2024, 5:46 p.m.