You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -261,6 +265,45 @@ class GuaranteedStopLossOrderLevelRestriction extends Definition {
261
265
}
262
266
}
263
267
268
+
constInstrumentFinancing_Properties=[
269
+
newProperty(
270
+
'longRate',
271
+
'longRate',
272
+
"The financing rate to be used for a long position for the instrument. The value is in decimal rather than percentage points, i.e. 5% is represented as 0.05.",
273
+
'primitive',
274
+
'primitives.DecimalNumber'
275
+
),
276
+
newProperty(
277
+
'shortRate',
278
+
'shortRate',
279
+
"The financing rate to be used for a short position for the instrument. The value is in decimal rather than percentage points, i.e. 5% is represented as 0.05.",
0 commit comments