diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/serenitasdb.sql | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/serenitasdb.sql b/sql/serenitasdb.sql index 67fd9e9d..96a9d8c0 100644 --- a/sql/serenitasdb.sql +++ b/sql/serenitasdb.sql @@ -771,7 +771,9 @@ CREATE TABLE tranche_risk( corr01 float,
duration float,
spread float,
- expected_loss float);
+ expected_loss float,
+ quote_price float,
+ calibrated_price float);
GRANT ALL ON tranche_risk to serenitas_user;
|
