Patrick X. Li
Patrick X. Li
CUMPRINC shows also in SAS, with a bit different masking: def SAS_CUMPRINC(rate, nper, pv, start_period, end_period, fv=0, when='end'): return -CUMPRINC(rate=rate, nper=nper, pv=pv, start_period=start_period, end_period=end_period, fv=fv, when=when) """ test based on:...
Same error here I experience: File "abcEconomics\trade.pyx", line 485, in abcEconomics.trade.Trade.sell File "abcEconomics\trade.pyx", line 121, in abcEconomics.trade.Offer.__cinit__ OverflowError: Python int too large to convert to C long Any way to...