Skip to content
Snippets Groups Projects
Commit f088d51b authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Fix dynamics that start at t=0

Problem was that padding convert the date to a numeric, so summing the date from the original main contract part with any other dynamic block worked. But when the dynamic block was not padded, because it started at t=0, the date was not (wrongly) converted to numeric, so R failed adding two dates...

For the balance sheet reserve, I now simply match corresponding rows by date (available as a column in the data.frame) rather than relying on information how many rows to pad.

closes #65
parent 33b4adad
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment