wilsonfreitas / R-fixedincome

Fixed income tools for R
http://wilsonfreitas.github.io/R-fixedincome/
Other
50 stars 25 forks source link

create a json representation for fixedincome objects #13

Open wilsonfreitas opened 9 years ago

wilsonfreitas commented 9 years ago

Define and build a constructor for a json representation of fixedincome objects.

sr <- '{rates: ..., daycount: ..., compounding: ..., calendar: ...}'
src <- '{rates: ..., terms: ..., daycount: ..., compounding: ..., calendar: ...}'