diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/insert_tranche_quotes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/insert_tranche_quotes.py b/python/insert_tranche_quotes.py index 9a7ddb93..9eef5c62 100644 --- a/python/insert_tranche_quotes.py +++ b/python/insert_tranche_quotes.py @@ -20,7 +20,7 @@ tenordict = {'3': '3yr', '5': '5yr', '7':'7yr', '10':'10yr'} runningdict1 = {0: 500, 3:100, 7:100, 15: 25}
runningdict2 = {0: 500, 3:500, 7:500, 10:100, 15:100, 30:100}
-def insert_quotes(year=2014, quote_dir=None):
+def insert_quotes(year=2015, quote_dir=None):
if not quote_dir:
root_dir = '/home/share/CorpCDOs'
quote_dir = os.path.join(root_dir, 'Tranche_data', 'Quotes')
|
