mirror of
https://github.com/corda/corda.git
synced 2025-02-02 09:18:13 +00:00
Review fixes.
This commit is contained in:
parent
1e21dca4fc
commit
f167708af5
@ -2,7 +2,7 @@
|
||||
|
||||
define(['viewmodel/FixedRate'], (fixedRateViewModel) => {
|
||||
let calculationModel = {
|
||||
expression: "( fixedLeg.notional.quantity * (fixedLeg.fixedRate.ratioUnit.value)) -(floatingLeg.notional.quantity * (calculation.fixingSchedule.get(context.getDate('currentDate')).rate.ratioUnit.value))",
|
||||
expression: "( fixedLeg.notional.quantity * (fixedLeg.fixedRate.ratioUnit.value)) - (floatingLeg.notional.quantity * (calculation.fixingSchedule.get(context.getDate('currentDate')).rate.ratioUnit.value))",
|
||||
floatingLegPaymentSchedule: {
|
||||
|
||||
},
|
||||
@ -74,6 +74,6 @@ define(['viewmodel/FixedRate'], (fixedRateViewModel) => {
|
||||
|
||||
return json;
|
||||
};
|
||||
};
|
||||
};
|
||||
return Deal;
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user