powered by
Extract historical data for tsQuotes in RQuantlib to bootstrap swap curve using Morningstar and FRED as data source.
getIRswapCurve( currency = "USD", from = "2019-01-01", iuser = "x@xyz.com", ipassword = "pass" )
Currently only USD LIBOR implemented.
From date as character string
Morningstar user name as character - sourced locally in examples.
Morningstar user password as character - sourced locally in examples.
wide data frame
# NOT RUN { getIRswapCurve(currency = "USD", from = "2019-08-26", iuser = username, ipassword = password) # } # NOT RUN { # }
Run the code above in your browser using DataLab