diff options
Diffstat (limited to 'python/markit/import_quotes.py')
| -rw-r--r-- | python/markit/import_quotes.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/markit/import_quotes.py b/python/markit/import_quotes.py index 2f3f4a22..78220178 100644 --- a/python/markit/import_quotes.py +++ b/python/markit/import_quotes.py @@ -144,7 +144,8 @@ def insert_tranche(engine, workdate = None): """insert Markit index quotes into the database :param engine: sqlalchemy engine to the database - :param workdate: date. If None, we will try to reinsert all files + :param workdate: If None, we will try to reinsert all files + :type workdate: pd.Timestamp """ basedir = os.path.join(root, 'Tranche_data', 'Composite_reports') |
