open-source-risk-engine 1.8.14.0__cp38-cp38-win_amd64.whl → 1.8.14.1__cp38-cp38-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ORE.py +23 -2
- _ORE.cp38-win_amd64.pyd +0 -0
- {open_source_risk_engine-1.8.14.0.dist-info → open_source_risk_engine-1.8.14.1.dist-info}/METADATA +2 -2
- open_source_risk_engine-1.8.14.1.dist-info/RECORD +8 -0
- {open_source_risk_engine-1.8.14.0.dist-info → open_source_risk_engine-1.8.14.1.dist-info}/WHEEL +1 -1
- open_source_risk_engine-1.8.14.0.dist-info/RECORD +0 -8
- {open_source_risk_engine-1.8.14.0.dist-info → open_source_risk_engine-1.8.14.1.dist-info}/LICENSE.txt +0 -0
- {open_source_risk_engine-1.8.14.0.dist-info → open_source_risk_engine-1.8.14.1.dist-info}/top_level.txt +0 -0
ORE.py
CHANGED
|
@@ -37302,6 +37302,9 @@ def parseOptionType(s):
|
|
|
37302
37302
|
|
|
37303
37303
|
def parseDate(s):
|
|
37304
37304
|
return _ORE.parseDate(s)
|
|
37305
|
+
|
|
37306
|
+
def calculateMporDate(*args):
|
|
37307
|
+
return _ORE.calculateMporDate(*args)
|
|
37305
37308
|
class StringCalMap(object):
|
|
37306
37309
|
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
|
|
37307
37310
|
__repr__ = _swig_repr
|
|
@@ -41983,6 +41986,9 @@ class InputParameters(object):
|
|
|
41983
41986
|
def curveConfig(self, *args):
|
|
41984
41987
|
return _ORE.InputParameters_curveConfig(self, *args)
|
|
41985
41988
|
|
|
41989
|
+
def mporDate(self):
|
|
41990
|
+
return _ORE.InputParameters_mporDate(self)
|
|
41991
|
+
|
|
41986
41992
|
def stressSimMarketParams(self):
|
|
41987
41993
|
return _ORE.InputParameters_stressSimMarketParams(self)
|
|
41988
41994
|
|
|
@@ -42016,6 +42022,15 @@ class InputParameters(object):
|
|
|
42016
42022
|
def setImplyTodaysFixings(self, b):
|
|
42017
42023
|
return _ORE.InputParameters_setImplyTodaysFixings(self, b)
|
|
42018
42024
|
|
|
42025
|
+
def setFixingCutOffDate(self, d):
|
|
42026
|
+
return _ORE.InputParameters_setFixingCutOffDate(self, d)
|
|
42027
|
+
|
|
42028
|
+
def setUseAtParCouponsCurves(self, b):
|
|
42029
|
+
return _ORE.InputParameters_setUseAtParCouponsCurves(self, b)
|
|
42030
|
+
|
|
42031
|
+
def setUseAtParCouponsTrades(self, b):
|
|
42032
|
+
return _ORE.InputParameters_setUseAtParCouponsTrades(self, b)
|
|
42033
|
+
|
|
42019
42034
|
def setMarketConfig(self, config, context):
|
|
42020
42035
|
return _ORE.InputParameters_setMarketConfig(self, config, context)
|
|
42021
42036
|
|
|
@@ -42040,6 +42055,12 @@ class InputParameters(object):
|
|
|
42040
42055
|
def setConventions(self, *args):
|
|
42041
42056
|
return _ORE.InputParameters_setConventions(self, *args)
|
|
42042
42057
|
|
|
42058
|
+
def setMporConventions(self, xml):
|
|
42059
|
+
return _ORE.InputParameters_setMporConventions(self, xml)
|
|
42060
|
+
|
|
42061
|
+
def setMporConventionsFromFile(self, fileName):
|
|
42062
|
+
return _ORE.InputParameters_setMporConventionsFromFile(self, fileName)
|
|
42063
|
+
|
|
42043
42064
|
def setIborFallbackConfig(self, xml):
|
|
42044
42065
|
return _ORE.InputParameters_setIborFallbackConfig(self, xml)
|
|
42045
42066
|
|
|
@@ -42211,8 +42232,8 @@ class InputParameters(object):
|
|
|
42211
42232
|
def setStressSimMarketParams(self, xml):
|
|
42212
42233
|
return _ORE.InputParameters_setStressSimMarketParams(self, xml)
|
|
42213
42234
|
|
|
42214
|
-
def setStressScenarioData(self,
|
|
42215
|
-
return _ORE.InputParameters_setStressScenarioData(self,
|
|
42235
|
+
def setStressScenarioData(self, *args):
|
|
42236
|
+
return _ORE.InputParameters_setStressScenarioData(self, *args)
|
|
42216
42237
|
|
|
42217
42238
|
def setStressPricingEngine(self, *args):
|
|
42218
42239
|
return _ORE.InputParameters_setStressPricingEngine(self, *args)
|
_ORE.cp38-win_amd64.pyd
CHANGED
|
Binary file
|
{open_source_risk_engine-1.8.14.0.dist-info → open_source_risk_engine-1.8.14.1.dist-info}/METADATA
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: open-source-risk-engine
|
|
3
|
-
Version: 1.8.14.
|
|
3
|
+
Version: 1.8.14.1
|
|
4
4
|
Summary: Python bindings for the OREAnalytics library
|
|
5
|
-
Home-page: http://
|
|
5
|
+
Home-page: http://opensourcerisk.org/
|
|
6
6
|
Author: Quaternion Risk Management
|
|
7
7
|
Author-email: info@quaternion.com
|
|
8
8
|
License: ORE-SWIG is
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
ORE.py,sha256=yPJoSi2aqClJF6RC6JEgGu2vOxOE2xAbYoLfOO_L-Is,1658642
|
|
2
|
+
_ORE.cp38-win_amd64.pyd,sha256=6GsjXjZhhm1yl99tesX7hrAqRz60NmJULQ4pKAiBsbc,114036736
|
|
3
|
+
__init__.py,sha256=BRsehLan9Y67rXXBTjZ01HTJpM__QfiJxlTU7oX22T0,932
|
|
4
|
+
open_source_risk_engine-1.8.14.1.dist-info/LICENSE.txt,sha256=us5jSlTv2gsVsZCjdkw167ZSVhZVLR92u51Q3FTG8G8,1644
|
|
5
|
+
open_source_risk_engine-1.8.14.1.dist-info/METADATA,sha256=dibU-T2IfDZMRhSEScOMAM-MEIR1RlLulndZpLx7FO4,3019
|
|
6
|
+
open_source_risk_engine-1.8.14.1.dist-info/WHEEL,sha256=q-8g9petFnV9NMO9vJ2udYt2PFlnDjFGlAmDhUgQ79c,99
|
|
7
|
+
open_source_risk_engine-1.8.14.1.dist-info/top_level.txt,sha256=A_utW1Ywiw6hV6CJGxvGs3gJEEyUckAanItsCJZNIfM,18
|
|
8
|
+
open_source_risk_engine-1.8.14.1.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
ORE.py,sha256=80oi-i55A-vPrFCof9_3biXCrCVMN9DguymRj3RUMow,1657899
|
|
2
|
-
_ORE.cp38-win_amd64.pyd,sha256=5J4rGfbbru1zTsWnvJ_RqQ9C5EUE7D3PxZH_1ZuZH4I,113390592
|
|
3
|
-
__init__.py,sha256=BRsehLan9Y67rXXBTjZ01HTJpM__QfiJxlTU7oX22T0,932
|
|
4
|
-
open_source_risk_engine-1.8.14.0.dist-info/LICENSE.txt,sha256=us5jSlTv2gsVsZCjdkw167ZSVhZVLR92u51Q3FTG8G8,1644
|
|
5
|
-
open_source_risk_engine-1.8.14.0.dist-info/METADATA,sha256=sQcHqi8rNVNkvKXEySKwFqgpTeKFi_a4wy2SxxSf0r0,3014
|
|
6
|
-
open_source_risk_engine-1.8.14.0.dist-info/WHEEL,sha256=2M046GvC9RLU1f1TWyM-2sB7cRKLhAC7ucAFK8l8f24,99
|
|
7
|
-
open_source_risk_engine-1.8.14.0.dist-info/top_level.txt,sha256=A_utW1Ywiw6hV6CJGxvGs3gJEEyUckAanItsCJZNIfM,18
|
|
8
|
-
open_source_risk_engine-1.8.14.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|