diff options
| m--------- | python/pyisda | 0 | ||||
| -rw-r--r-- | sql/dawn.sql | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/python/pyisda b/python/pyisda -Subproject 2a869b4cd7d56316a52ed14bf80d3054e0f5d1c +Subproject 5cd0cd4a573e2ce68b09f332178ee4839caad0f diff --git a/sql/dawn.sql b/sql/dawn.sql index 50e22e01..4c0d7e4e 100644 --- a/sql/dawn.sql +++ b/sql/dawn.sql @@ -1804,7 +1804,7 @@ SELECT id, ELSE 'Buyer'::protection END AS protection, - -termination_fee AS upfront, + termination_fee AS upfront, ref FROM (select id, dealid, |
