http://jira.mfd.msk:8088/browse/CLS-795 risk value = 0 if not found
This commit is contained in:
parent
95d0c65b1a
commit
a42303ec45
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ public class KSRepLccValueReportBuilder extends CSVReportBuilder<EmptyParams, KS
|
|||
Collection<CurrencyPairDictionary> currencyPair = currencyPairDictionaryImdg.getCollectionObjectsByPredicate(
|
||||
currencyPairPB.equals("baseCurrency", currencies.get(currencyId))
|
||||
);
|
||||
BigDecimal riskValue = BigDecimal.ONE;
|
||||
BigDecimal riskValue = BigDecimal.ZERO;
|
||||
boolean riskFound = false;
|
||||
if (!currencyPair.isEmpty()) {
|
||||
Long pairId = currencyPair.iterator().next().getId();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue