Skip to content

Commit 6c99bdd

Browse files
author
jenkins
committed
git subrepo pull (merge) ore
subrepo: subdir: "ore" merged: "dc910c643b" upstream: origin: "git@gitlab.acadiasoft.net:qs/ore.git" branch: "master" commit: "ade2f8e51d" git-subrepo: version: "0.4.6" origin: "https://github.com/ingydotnet/git-subrepo" commit: "73a0129"
2 parents 1b2bcd9 + ade2f8e commit 6c99bdd

9 files changed

Lines changed: 1 addition & 0 deletions

File tree

Docs/amc.pdf

270 KB
Binary file not shown.

Docs/computeenvironment.pdf

272 KB
Binary file not shown.

Docs/creditmodel.pdf

324 KB
Binary file not shown.

Docs/formulabasedcoupon.pdf

462 KB
Binary file not shown.

Docs/ore_design.pdf

1.06 MB
Binary file not shown.

Docs/scriptedtrade.pdf

354 KB
Binary file not shown.

Docs/userguide.pdf

3.25 MB
Binary file not shown.

OREData/ored/scripting/engines/scriptedinstrumentpricingengine.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ void ScriptedInstrumentPricingEngine::calculate() const {
206206
cashFlowResults[i].currency = paylog->currencies().at(i);
207207
cashFlowResults[i].legNumber = paylog->legNos().at(i);
208208
cashFlowResults[i].type = paylog->cashflowTypes().at(i);
209+
cashFlowResults[i].discountFactor = discount;
209210
DLOG("got cashflow " << QuantLib::io::iso_date(cashFlowResults[i].payDate) << " "
210211
<< cashFlowResults[i].currency << cashFlowResults[i].amount << " "
211212
<< cashFlowResults[i].currency << "-" << model_->baseCcy() << " " << fx << " discount("

userguide.pdf

-2.67 MB
Binary file not shown.

0 commit comments

Comments
 (0)