diff options
Diffstat (limited to 'python/load_intex_collateral.py')
| -rw-r--r-- | python/load_intex_collateral.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/load_intex_collateral.py b/python/load_intex_collateral.py index 3f359e6a..6008c3bf 100644 --- a/python/load_intex_collateral.py +++ b/python/load_intex_collateral.py @@ -8,7 +8,7 @@ import uuid from load_indicative import upload_cusip_data, upload_deal_data import logging -fields = ['Asset Name', 'Issuer', 'Contributed Balance', 'Maturity Date', \ +fields = ['Asset Name', 'Issuer', 'Contributed Balance', 'Asset Maturity Date', 'Asset Subtype', 'Asset Type', 'Gross Coupon', 'Spread', \ 'Frequency', 'Next Paydate', 'Second Lien', 'LoanX ID', 'CUSIP', 'Market Price', 'Market Price Source', 'Market Price Date', 'Fixed or Float', \ |
