xlcalculator icon indicating copy to clipboard operation
xlcalculator copied to clipboard

VDB function

Open zulqasar opened this issue 3 years ago • 1 comments

VDB function is erroneous and requires these changes:

line 162: periods = [x + 0.5 for x in periods] should be periods = [x + delta_start for x in periods]

Reason: 0.5 is delta for HY conventions. MQ and MM conventions will have different values for delta_start.

zulqasar avatar Apr 08 '21 11:04 zulqasar

@zulqasar Would you mind creating a PR with tests?

strichter avatar May 26 '21 21:05 strichter