klin333

Results 14 comments of klin333

ok managed to compile QuantLib. i'll make some tests soon and amend this pull request

for bonds where the compounding changes from Compounded to Simple if the settlement date falls within the last coupon period, is it up to the QuantLib user to manually handle...

user code like this may be of use, for the tidyverse users ```r # assumes library(Rblpapi); library(tidyverse) robust_bdh

any example ids? If a security has prices on weekends, it should be returned by bdh by default? see example below. ```r Rblpapi::bdh('XBTUSD Curncy', 'px_last', as.Date('2022-06-01'), as.Date('2022-06-15')) date px_last 1...

@bnaras hi, any chance you can review this super simple PR. It's very important to me

Same thing with SOLUTION_LIMIT?

I couldn't reproduce the error on RQuantLib_0.4.15 and QL 1.16 Windows. However, here's my thoughts of what this might be. TLDR: evaluation date should be 2016-02-15 to begin with. I...

I'm happy to leave it unless some rquantlib user realises some problems otherwise.

actually i would really recommend against adding as.character.formula() function to this package. because as JanMarvin said, it's not good to modify established base classes. formula is a very common base...

@JanMarvin, I don't think the blame can be placed on formula.tools. It intentionally tries to alter the behaviour of the generic as.character() when applied to the usual base R 'formula'...