Eugene Toder
Eugene Toder
@lennieye do you mean something like a DatedSwapRateHelper (#1912) but for inflation swaps?
@lballabio I'll rebase this on top of the final version of #1911, so please only look at the second commit. I wanted to get your feedback on the approach --...
I also noticed that I previously added `forwardStart` to DatedOISRateHelper by mistake (it has no effect). Do you think it's not too late to remove it?
I'll take another look, but I doubt it. Most of the real work is already done by MakeVanillaSwap and MakeOIS. Rate helpers mostly do plumbing and use a lot of...
Sorry, fixed the link. It's a significant difference even for pure python packages. pip always installs wheels, so if you don't provide one, it has to build it from source....
@pcaspers could you opine please?
On the missing folder, I'm guessing you did not checkout the submodule. See: https://magicstack.github.io/asyncpg/current/installation.html#building-from-source
Thanks! This works, but mypy complains: ``` t.py:10: error: "FieldInfo" has no attribute "path" [attr-defined] ```
I guess it can also be done the other way around: remove these values from `EndCriteria` or maybe even remove `EndCriteria` altogether. Put all "maximum iterations" and "tolerances" arguments on...
This issue was opened many years ago. In recent versions `NewType` is already a class, which makes generic NewType easy to support (at least on the runtime side). We need...