eddelbuettel / rquantlib

R interface to the QuantLib library
117 stars 50 forks source link

Add additional Thirty360 day counters #163

Closed klin333 closed 2 years ago

klin333 commented 2 years ago

Fixes #164

Add additional Thirty360 day counters for the available conventions. Add throw error if user asked for an unknown or hard-deprecated day counter. Allow soft-deprecated day counters to be used with reasonable default conventions, for back compatibility purposes.

eddelbuettel commented 2 years ago

(Well #162 is already fixed, we didn't reopen it. Please open a new ticket and then adjust this close message.)

eddelbuettel commented 2 years ago

I will merge this as and we can then get to the string-to-enum question separately.