01.04.26
This commit is contained in:
@@ -144,9 +144,6 @@ class ValuationBase(ModelSQL):
|
||||
value = Decimal(strategy._get_matrix_price(
|
||||
comp, line, scenario.valuation_date))
|
||||
|
||||
if comp.ratio:
|
||||
value *= Decimal(comp.ratio) / Decimal(100)
|
||||
|
||||
total += value
|
||||
|
||||
return round(total, 4)
|
||||
|
||||
Reference in New Issue
Block a user