Skip to content

Commit 1816075

Browse files
pcaspersjenkins
authored and
jenkins
committed
Merge branch '1.0.80'
1 parent 2cfaa8a commit 1816075

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

OREAnalytics/orea/simm/crifrecord.hpp

-10
Original file line numberDiff line numberDiff line change
@@ -189,16 +189,6 @@ struct CrifRecord {
189189
}
190190
}
191191

192-
CrifRecord(std::string tradeId, std::string tradeType, std::string portfolioId,
193-
ProductClass productClass, RiskType riskType,
194-
std::string qualifier, std::string bucket, std::string label1, std::string label2,
195-
std::string amountCurrency, QuantLib::Real amount, QuantLib::Real amountUsd, std::string imModel = "",
196-
std::string collectRegulations = "", std::string postRegulations = "", std::string endDate = "",
197-
std::map<std::string, std::string> additionalFields = {})
198-
: CrifRecord(tradeId, tradeType, NettingSetDetails(portfolioId), productClass, riskType, qualifier,
199-
bucket, label1, label2, amountCurrency, amount, amountUsd, imModel,
200-
collectRegulations, postRegulations, endDate, additionalFields) {}
201-
202192
RecordType type() const;
203193

204194
bool hasAmountCcy() const { return !amountCurrency.empty(); }

Tools/PythonTools/comparison_config.json

+17-2
Original file line numberDiff line numberDiff line change
@@ -432,9 +432,14 @@
432432
"column_settings": [
433433
{
434434
"names": [
435+
"AddOn",
435436
"NPV",
437+
"IndependentAmountHeld",
438+
"InitialMargin",
439+
"VariationMargin",
440+
"ThresholdAmount",
441+
"MinimumTransferAmount",
436442
"RC",
437-
"AddOn",
438443
"Multiplier",
439444
"PFE",
440445
"EAD",
@@ -1827,11 +1832,16 @@
18271832
"saccr/addOn",
18281833
"saccr/cC",
18291834
"saccr/eAD",
1835+
"saccr/independent_amount_held",
1836+
"saccr/initial_margin",
1837+
"saccr/minimum_transfer_amount",
18301838
"saccr/multiplier",
18311839
"saccr/npv",
18321840
"saccr/pfe",
18331841
"saccr/rC",
18341842
"saccr/rW",
1843+
"saccr/threhshold_amount",
1844+
"saccr/variation_margin",
18351845
"simmReport/initial_margin",
18361846
"simmReport/initial_margin_in_report_ccy",
18371847
"simm_parameters/amount",
@@ -1888,11 +1898,16 @@
18881898
"addOn",
18891899
"cC",
18901900
"eAD",
1901+
"independent_amount_held",
1902+
"initial_margin",
1903+
"minimum_transfer_amount",
18911904
"multiplier",
18921905
"npv",
18931906
"pfe",
18941907
"rC",
1895-
"rW"
1908+
"rW",
1909+
"threhshold_amount",
1910+
"variation_margin"
18961911
],
18971912
"abs_tol": 0.1,
18981913
"rel_tol": 1e-12

0 commit comments

Comments
 (0)