datamule 1.2.2__py3-none-any.whl → 1.2.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- datamule/document/mappings/__init__.py +0 -0
- datamule/document/mappings/atsn.py +208 -0
- datamule/document/mappings/cfportal.py +346 -0
- datamule/document/mappings/ex99a_sdr.py +1 -0
- datamule/document/mappings/ex99c_sdr.py +0 -0
- datamule/document/mappings/ex99g_sdr.py +0 -0
- datamule/document/mappings/ex99i_sdr.py +0 -0
- datamule/document/mappings/information_table.py +34 -0
- datamule/document/mappings/nmfp.py +275 -0
- datamule/document/mappings/npx.py +85 -0
- datamule/document/mappings/onefourtyfour.py +68 -0
- datamule/document/mappings/ownership.py +163 -0
- datamule/document/mappings/proxy_voting_record.py +1 -0
- datamule/document/mappings/sbs.py +0 -0
- datamule/document/mappings/sbsef.py +13 -0
- datamule/document/mappings/schedule13.py +117 -0
- datamule/document/mappings/sdr.py +63 -0
- datamule/document/mappings/ta.py +0 -0
- datamule/document/mappings/thirteenfhr.py +5 -0
- datamule/document/mappings/twentyfivense.py +21 -0
- datamule/document/mappings/twentyfourf2nt.py +100 -0
- datamule/submission.py +14 -24
- {datamule-1.2.2.dist-info → datamule-1.2.4.dist-info}/METADATA +1 -1
- {datamule-1.2.2.dist-info → datamule-1.2.4.dist-info}/RECORD +26 -5
- {datamule-1.2.2.dist-info → datamule-1.2.4.dist-info}/WHEEL +0 -0
- {datamule-1.2.2.dist-info → datamule-1.2.4.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,275 @@
|
|
1
|
+
# N-MFP Metadata mapping
|
2
|
+
metadata_nmfp_dict = {
|
3
|
+
'filerInfo_filer_filerCredentials_ccc': 'filerCcc',
|
4
|
+
'filerInfo_filer_filerCredentials_cik': 'filerCik',
|
5
|
+
'submissionType': 'submissionType'
|
6
|
+
}
|
7
|
+
|
8
|
+
# N-MFP General Information mapping
|
9
|
+
general_information_nmfp_dict = {
|
10
|
+
'acquiredMergedFund': 'acquiredMergedFund',
|
11
|
+
'acquiredMergedFund_cik': 'acquiredMergedFundCik',
|
12
|
+
'acquiredMergedFund_fileNumber': 'acquiredMergedFundFileNumber',
|
13
|
+
'acquiredMergedFund_seriesId': 'acquiredMergedFundSeriesId',
|
14
|
+
'cik': 'cik',
|
15
|
+
'finalFilingFlag': 'finalFilingFlag',
|
16
|
+
'fundAcqrdOrMrgdWthAnthrFlag': 'fundAcquiredOrMergedWithAnotherFlag',
|
17
|
+
'fundLiquidatingFlag': 'fundLiquidatingFlag',
|
18
|
+
'fundMrgOrAcqrdByOthrFlag': 'fundMergedOrAcquiredByOtherFlag',
|
19
|
+
'leiOfSeries': 'leiOfSeries',
|
20
|
+
'nameOfSeries': 'nameOfSeries',
|
21
|
+
'registrantFullName': 'registrantFullName',
|
22
|
+
'registrantLEIId': 'registrantLEIId',
|
23
|
+
'reportDate': 'reportDate',
|
24
|
+
'seriesId': 'seriesId',
|
25
|
+
'successorFund_cik': 'successorFundCik',
|
26
|
+
'successorFund_fileNumber': 'successorFundFileNumber',
|
27
|
+
'successorFund_seriesId': 'successorFundSeriesId',
|
28
|
+
'totalShareClassesInSeries': 'totalShareClassesInSeries'
|
29
|
+
}
|
30
|
+
|
31
|
+
# N-MFP Series Level Info mapping
|
32
|
+
series_level_info_nmfp_dict = {
|
33
|
+
'administrator': 'administrator',
|
34
|
+
'administrator_administratorName': 'administratorName',
|
35
|
+
'adviser': 'adviser',
|
36
|
+
'adviser_adviserFileNumber': 'adviserFileNumber',
|
37
|
+
'adviser_adviserName': 'adviserName',
|
38
|
+
'amortizedCostPortfolioSecurities': 'amortizedCostPortfolioSecurities',
|
39
|
+
'averageLifeMaturity': 'averageLifeMaturity',
|
40
|
+
'averagePortfolioMaturity': 'averagePortfolioMaturity',
|
41
|
+
'cash': 'cash',
|
42
|
+
'cashMgmtVehicleAffliatedFundFlag': 'cashManagementVehicleAffiliatedFundFlag',
|
43
|
+
'dailyNetAssetValuePerShareSeries': 'dailyNetAssetValuePerShareSeries',
|
44
|
+
'feederFund': 'feederFund',
|
45
|
+
'feederFundFlag': 'feederFundFlag',
|
46
|
+
'feederFund_cik': 'feederFundCik',
|
47
|
+
'feederFund_fileNumber': 'feederFundFileNumber',
|
48
|
+
'feederFund_name': 'feederFundName',
|
49
|
+
'feederFund_seriesId': 'feederFundSeriesId',
|
50
|
+
'fundExemptRetailFlag': 'fundExemptRetailFlag',
|
51
|
+
'fundRetailMoneyMarketFlag': 'fundRetailMoneyMarketFlag',
|
52
|
+
'govMoneyMrktFundFlag': 'governmentMoneyMarketFundFlag',
|
53
|
+
'indpPubAccountant_city': 'independentPublicAccountantCity',
|
54
|
+
'indpPubAccountant_name': 'independentPublicAccountantName',
|
55
|
+
'indpPubAccountant_stateCountry': 'independentPublicAccountantStateCountry',
|
56
|
+
'liquidAssetsDetails': 'liquidAssetsDetails',
|
57
|
+
'liquidityFeeFundApplyFlag': 'liquidityFeeFundApplyFlag',
|
58
|
+
'masterFeederFund_cik': 'masterFeederFundCik',
|
59
|
+
'masterFeederFund_fileNumber': 'masterFeederFundFileNumber',
|
60
|
+
'masterFeederFund_name': 'masterFeederFundName',
|
61
|
+
'masterFeederFund_seriesId': 'masterFeederFundSeriesId',
|
62
|
+
'masterFundFlag': 'masterFundFlag',
|
63
|
+
'moneyMarketFundCategory': 'moneyMarketFundCategory',
|
64
|
+
'netAssetOfSeries': 'netAssetOfSeries',
|
65
|
+
'netAssetValue_fridayWeek1': 'netAssetValueFridayWeek1',
|
66
|
+
'netAssetValue_fridayWeek2': 'netAssetValueFridayWeek2',
|
67
|
+
'netAssetValue_fridayWeek3': 'netAssetValueFridayWeek3',
|
68
|
+
'netAssetValue_fridayWeek4': 'netAssetValueFridayWeek4',
|
69
|
+
'netAssetValue_fridayWeek5': 'netAssetValueFridayWeek5',
|
70
|
+
'numberOfSharesOutstanding': 'numberOfSharesOutstanding',
|
71
|
+
'percentageDailyLiquidAssets_fridayDay1': 'percentageDailyLiquidAssetsFridayDay1',
|
72
|
+
'percentageDailyLiquidAssets_fridayDay2': 'percentageDailyLiquidAssetsFridayDay2',
|
73
|
+
'percentageDailyLiquidAssets_fridayDay3': 'percentageDailyLiquidAssetsFridayDay3',
|
74
|
+
'percentageDailyLiquidAssets_fridayDay4': 'percentageDailyLiquidAssetsFridayDay4',
|
75
|
+
'percentageDailyLiquidAssets_fridayDay5': 'percentageDailyLiquidAssetsFridayDay5',
|
76
|
+
'percentageDailyLiquidAssets_fridayWeek1': 'percentageDailyLiquidAssetsFridayWeek1',
|
77
|
+
'percentageDailyLiquidAssets_fridayWeek2': 'percentageDailyLiquidAssetsFridayWeek2',
|
78
|
+
'percentageDailyLiquidAssets_fridayWeek3': 'percentageDailyLiquidAssetsFridayWeek3',
|
79
|
+
'percentageDailyLiquidAssets_fridayWeek4': 'percentageDailyLiquidAssetsFridayWeek4',
|
80
|
+
'percentageDailyLiquidAssets_fridayWeek5': 'percentageDailyLiquidAssetsFridayWeek5',
|
81
|
+
'percentageWeeklyLiquidAssets_fridayWeek1': 'percentageWeeklyLiquidAssetsFridayWeek1',
|
82
|
+
'percentageWeeklyLiquidAssets_fridayWeek2': 'percentageWeeklyLiquidAssetsFridayWeek2',
|
83
|
+
'percentageWeeklyLiquidAssets_fridayWeek3': 'percentageWeeklyLiquidAssetsFridayWeek3',
|
84
|
+
'percentageWeeklyLiquidAssets_fridayWeek4': 'percentageWeeklyLiquidAssetsFridayWeek4',
|
85
|
+
'percentageWeeklyLiquidAssets_fridayWeek5': 'percentageWeeklyLiquidAssetsFridayWeek5',
|
86
|
+
'securitiesActFileNumber': 'securitiesActFileNumber',
|
87
|
+
'seekStablePricePerShare': 'seekStablePricePerShare',
|
88
|
+
'seriesFundInsuCmpnySepAccntFlag': 'seriesFundInsuranceCompanySeparateAccountFlag',
|
89
|
+
'sevenDayGrossYield': 'sevenDayGrossYield',
|
90
|
+
'sevenDayGrossYield_sevenDayGrossYieldDate': 'sevenDayGrossYieldDate',
|
91
|
+
'sevenDayGrossYield_sevenDayGrossYieldValue': 'sevenDayGrossYieldValue',
|
92
|
+
'stablePricePerShare': 'stablePricePerShare',
|
93
|
+
'subAdviser': 'subAdviser',
|
94
|
+
'subAdviser_adviserFileNumber': 'subAdviserFileNumber',
|
95
|
+
'subAdviser_adviserName': 'subAdviserName',
|
96
|
+
'totalValueDailyLiquidAssets_fridayDay1': 'totalValueDailyLiquidAssetsFridayDay1',
|
97
|
+
'totalValueDailyLiquidAssets_fridayDay2': 'totalValueDailyLiquidAssetsFridayDay2',
|
98
|
+
'totalValueDailyLiquidAssets_fridayDay3': 'totalValueDailyLiquidAssetsFridayDay3',
|
99
|
+
'totalValueDailyLiquidAssets_fridayDay4': 'totalValueDailyLiquidAssetsFridayDay4',
|
100
|
+
'totalValueDailyLiquidAssets_fridayDay5': 'totalValueDailyLiquidAssetsFridayDay5',
|
101
|
+
'totalValueDailyLiquidAssets_fridayWeek1': 'totalValueDailyLiquidAssetsFridayWeek1',
|
102
|
+
'totalValueDailyLiquidAssets_fridayWeek2': 'totalValueDailyLiquidAssetsFridayWeek2',
|
103
|
+
'totalValueDailyLiquidAssets_fridayWeek3': 'totalValueDailyLiquidAssetsFridayWeek3',
|
104
|
+
'totalValueDailyLiquidAssets_fridayWeek4': 'totalValueDailyLiquidAssetsFridayWeek4',
|
105
|
+
'totalValueDailyLiquidAssets_fridayWeek5': 'totalValueDailyLiquidAssetsFridayWeek5',
|
106
|
+
'totalValueLiabilities': 'totalValueLiabilities',
|
107
|
+
'totalValueOtherAssets': 'totalValueOtherAssets',
|
108
|
+
'totalValuePortfolioSecurities': 'totalValuePortfolioSecurities',
|
109
|
+
'totalValueWeeklyLiquidAssets_fridayWeek1': 'totalValueWeeklyLiquidAssetsFridayWeek1',
|
110
|
+
'totalValueWeeklyLiquidAssets_fridayWeek2': 'totalValueWeeklyLiquidAssetsFridayWeek2',
|
111
|
+
'totalValueWeeklyLiquidAssets_fridayWeek3': 'totalValueWeeklyLiquidAssetsFridayWeek3',
|
112
|
+
'totalValueWeeklyLiquidAssets_fridayWeek4': 'totalValueWeeklyLiquidAssetsFridayWeek4',
|
113
|
+
'totalValueWeeklyLiquidAssets_fridayWeek5': 'totalValueWeeklyLiquidAssetsFridayWeek5',
|
114
|
+
'transferAgent': 'transferAgent',
|
115
|
+
'transferAgent_cik': 'transferAgentCik',
|
116
|
+
'transferAgent_fileNumber': 'transferAgentFileNumber',
|
117
|
+
'transferAgent_name': 'transferAgentName'
|
118
|
+
}
|
119
|
+
|
120
|
+
# N-MFP Class Level Info mapping
|
121
|
+
class_level_info_nmfp_dict = {
|
122
|
+
'beneficialRecordOwnerCategory': 'beneficialRecordOwnerCategory',
|
123
|
+
'beneficialRecordOwnerCategory_beneficialRecordOwnerCategoryType': 'beneficialRecordOwnerCategoryType',
|
124
|
+
'beneficialRecordOwnerCategory_otherInvestorCategory': 'otherInvestorCategory',
|
125
|
+
'beneficialRecordOwnerCategory_percentOutstandingSharesBeneficial': 'percentOutstandingSharesBeneficial',
|
126
|
+
'beneficialRecordOwnerCategory_percentOutstandingSharesRecord': 'percentOutstandingSharesRecord',
|
127
|
+
'cancelledSharesPerBusinessDay': 'cancelledSharesPerBusinessDay',
|
128
|
+
'classFullName': 'classFullName',
|
129
|
+
'classesId': 'classesId',
|
130
|
+
'dailyNetAssetValuePerShareClass': 'dailyNetAssetValuePerShareClass',
|
131
|
+
'dialyShareholderFlowReported': 'dailyShareholderFlowReported',
|
132
|
+
'dialyShareholderFlowReported_dailyGrossRedemptions': 'dailyGrossRedemptions',
|
133
|
+
'dialyShareholderFlowReported_dailyGrossSubscriptions': 'dailyGrossSubscriptions',
|
134
|
+
'dialyShareholderFlowReported_dailyShareHolderFlowDate': 'dailyShareHolderFlowDate',
|
135
|
+
'fridayWeek1_weeklyGrossRedemptions': 'fridayWeek1WeeklyGrossRedemptions',
|
136
|
+
'fridayWeek1_weeklyGrossSubscriptions': 'fridayWeek1WeeklyGrossSubscriptions',
|
137
|
+
'fridayWeek2_weeklyGrossRedemptions': 'fridayWeek2WeeklyGrossRedemptions',
|
138
|
+
'fridayWeek2_weeklyGrossSubscriptions': 'fridayWeek2WeeklyGrossSubscriptions',
|
139
|
+
'fridayWeek3_weeklyGrossRedemptions': 'fridayWeek3WeeklyGrossRedemptions',
|
140
|
+
'fridayWeek3_weeklyGrossSubscriptions': 'fridayWeek3WeeklyGrossSubscriptions',
|
141
|
+
'fridayWeek4_weeklyGrossRedemptions': 'fridayWeek4WeeklyGrossRedemptions',
|
142
|
+
'fridayWeek4_weeklyGrossSubscriptions': 'fridayWeek4WeeklyGrossSubscriptions',
|
143
|
+
'fridayWeek5_weeklyGrossRedemptions': 'fridayWeek5WeeklyGrossRedemptions',
|
144
|
+
'fridayWeek5_weeklyGrossSubscriptions': 'fridayWeek5WeeklyGrossSubscriptions',
|
145
|
+
'minInitialInvestment': 'minInitialInvestment',
|
146
|
+
'monthlyShareholderFlowReported_totalGrossRedemptions': 'monthlyTotalGrossRedemptions',
|
147
|
+
'monthlyShareholderFlowReported_totalGrossSubscriptions': 'monthlyTotalGrossSubscriptions',
|
148
|
+
'nameOfPersonDescExpensePay': 'nameOfPersonDescExpensePay',
|
149
|
+
'netAssetPerShare_fridayWeek1': 'netAssetPerShareFridayWeek1',
|
150
|
+
'netAssetPerShare_fridayWeek2': 'netAssetPerShareFridayWeek2',
|
151
|
+
'netAssetPerShare_fridayWeek3': 'netAssetPerShareFridayWeek3',
|
152
|
+
'netAssetPerShare_fridayWeek4': 'netAssetPerShareFridayWeek4',
|
153
|
+
'netAssetPerShare_fridayWeek5': 'netAssetPerShareFridayWeek5',
|
154
|
+
'netAssetsOfClass': 'netAssetsOfClass',
|
155
|
+
'numberOfSharesOutstanding': 'numberOfSharesOutstanding',
|
156
|
+
'otherInvestorTypeDescription': 'otherInvestorTypeDescription',
|
157
|
+
'percentShareHolderCompBrokerDealer': 'percentShareHolderCompBrokerDealer',
|
158
|
+
'percentShareHolderCompDepositoryInst': 'percentShareHolderCompDepositoryInst',
|
159
|
+
'percentShareHolderCompInsurance': 'percentShareHolderCompInsurance',
|
160
|
+
'percentShareHolderCompMunicipal': 'percentShareHolderCompMunicipal',
|
161
|
+
'percentShareHolderCompNonFinancialCorp': 'percentShareHolderCompNonFinancialCorp',
|
162
|
+
'percentShareHolderCompNonProfit': 'percentShareHolderCompNonProfit',
|
163
|
+
'percentShareHolderCompOther': 'percentShareHolderCompOther',
|
164
|
+
'percentShareHolderCompPensionPlan': 'percentShareHolderCompPensionPlan',
|
165
|
+
'percentShareHolderCompPrivateFunds': 'percentShareHolderCompPrivateFunds',
|
166
|
+
'percentShareHolderCompRegInvestment': 'percentShareHolderCompRegInvestment',
|
167
|
+
'percentShareHolderCompSovereignFund': 'percentShareHolderCompSovereignFund',
|
168
|
+
'personPayForFundFlag': 'personPayForFundFlag',
|
169
|
+
'sevenDayNetYield': 'sevenDayNetYield',
|
170
|
+
'sevenDayNetYield_sevenDayNetYieldDate': 'sevenDayNetYieldDate',
|
171
|
+
'sevenDayNetYield_sevenDayNetYieldValue': 'sevenDayNetYieldValue',
|
172
|
+
'shareCancellationReportingPeriod': 'shareCancellationReportingPeriod',
|
173
|
+
'totalForTheMonthReported_weeklyGrossRedemptions': 'totalMonthlyWeeklyGrossRedemptions',
|
174
|
+
'totalForTheMonthReported_weeklyGrossSubscriptions': 'totalMonthlyWeeklyGrossSubscriptions'
|
175
|
+
}
|
176
|
+
|
177
|
+
# N-MFP Schedule of Portfolio Securities Info mapping
|
178
|
+
schedule_of_portfolio_securities_info_nmfp_dict = {
|
179
|
+
'CUSIPMember': 'cusipMember',
|
180
|
+
'ISINId': 'isinId',
|
181
|
+
'LEIID': 'leiId',
|
182
|
+
'NRSRO': 'nrsro',
|
183
|
+
'NRSRO_nameOfNRSRO': 'nrsroName',
|
184
|
+
'NRSRO_rating': 'nrsroRating',
|
185
|
+
'RSSDID': 'rssdId',
|
186
|
+
'assigningNRSRORating': 'assigningNRSRORating',
|
187
|
+
'assigningNRSRORating_nameOfNRSRO': 'assigningNRSROName',
|
188
|
+
'assigningNRSRORating_rating': 'assigningNRSRORating',
|
189
|
+
'briefDescription': 'briefDescription',
|
190
|
+
'cik': 'cik',
|
191
|
+
'coupon': 'coupon',
|
192
|
+
'dailyLiquidAssetSecurityFlag': 'dailyLiquidAssetSecurityFlag',
|
193
|
+
'demandFeature': 'demandFeature',
|
194
|
+
'demandFeature_amountProvidedByDemandFeatureIssuer': 'demandFeatureAmount',
|
195
|
+
'demandFeature_demandFeatureConditionalFlag': 'demandFeatureConditionalFlag',
|
196
|
+
'demandFeature_demandFeatureRatingOrNRSRO': 'demandFeatureRatingOrNRSRO',
|
197
|
+
'demandFeature_demandFeatureRatingOrNRSRO_nameOfNRSRO': 'demandFeatureRatingNRSROName',
|
198
|
+
'demandFeature_demandFeatureRatingOrNRSRO_rating': 'demandFeatureRatingNRSRORating',
|
199
|
+
'demandFeature_designatedNRSRODemandFeature': 'demandFeatureDesignatedNRSRO',
|
200
|
+
'demandFeature_designatedNRSRODemandFeature_creditRatingDesignatedNRSRO': 'demandFeatureCreditRatingDesignatedNRSRO',
|
201
|
+
'demandFeature_designatedNRSRODemandFeature_nameOfDesignatedNRSRO': 'demandFeatureNameOfDesignatedNRSRO',
|
202
|
+
'demandFeature_identityOfDemandFeatureIssuer': 'demandFeatureIssuerIdentity',
|
203
|
+
'demandFeature_remainingPeriodDemandFeature': 'demandFeatureRemainingPeriod',
|
204
|
+
'designatedNrsro': 'designatedNrsro',
|
205
|
+
'designatedNrsro_creditRatingDesignatedNRSRO': 'designatedNrsroCreditRating',
|
206
|
+
'designatedNrsro_nameOfDesignatedNRSRO': 'designatedNrsroName',
|
207
|
+
'enhancementProvider': 'enhancementProvider',
|
208
|
+
'enhancementProvider_amountProvidedByEnhancement': 'enhancementAmount',
|
209
|
+
'enhancementProvider_designatedNRSROEnhancement': 'enhancementDesignatedNRSRO',
|
210
|
+
'enhancementProvider_designatedNRSROEnhancement_creditRatingDesignatedNRSRO': 'enhancementCreditRatingDesignatedNRSRO',
|
211
|
+
'enhancementProvider_designatedNRSROEnhancement_nameOfDesignatedNRSRO': 'enhancementNameOfDesignatedNRSRO',
|
212
|
+
'enhancementProvider_enhancementRatingOrNRSRO': 'enhancementRatingOrNRSRO',
|
213
|
+
'enhancementProvider_enhancementRatingOrNRSRO_nameOfNRSRO': 'enhancementRatingNRSROName',
|
214
|
+
'enhancementProvider_enhancementRatingOrNRSRO_rating': 'enhancementRatingNRSRORating',
|
215
|
+
'enhancementProvider_identityOfTheEnhancementProvider': 'enhancementProviderIdentity',
|
216
|
+
'enhancementProvider_typeOfEnhancement': 'enhancementType',
|
217
|
+
'excludingValueOfAnySponsorSupport': 'excludingValueOfAnySponsorSupport',
|
218
|
+
'explanatoryNotes': 'explanatoryNotes',
|
219
|
+
'finalLegalInvestmentMaturityDate': 'finalLegalInvestmentMaturityDate',
|
220
|
+
'fundAcqstnUndrlyngSecurityFlag': 'fundAcquisitionUnderlyingSecurityFlag',
|
221
|
+
'guarantor': 'guarantor',
|
222
|
+
'guarantor_amountProvidedByGuarantor': 'guarantorAmount',
|
223
|
+
'guarantor_designatedNRSROGuarantor': 'guarantorDesignatedNRSRO',
|
224
|
+
'guarantor_designatedNRSROGuarantor_creditRatingDesignatedNRSRO': 'guarantorCreditRatingDesignatedNRSRO',
|
225
|
+
'guarantor_designatedNRSROGuarantor_nameOfDesignatedNRSRO': 'guarantorNameOfDesignatedNRSRO',
|
226
|
+
'guarantor_guarantorRatingOrNRSRO': 'guarantorRatingOrNRSRO',
|
227
|
+
'guarantor_guarantorRatingOrNRSRO_nameOfNRSRO': 'guarantorRatingNRSROName',
|
228
|
+
'guarantor_guarantorRatingOrNRSRO_rating': 'guarantorRatingNRSRORating',
|
229
|
+
'guarantor_identityOfTheGuarantor': 'guarantorIdentity',
|
230
|
+
'illiquidSecurityFlag': 'illiquidSecurityFlag',
|
231
|
+
'includingValueOfAnySponsorSupport': 'includingValueOfAnySponsorSupport',
|
232
|
+
'investmentCategory': 'investmentCategory',
|
233
|
+
'investmentMaturityDateWAL': 'investmentMaturityDateWAL',
|
234
|
+
'investmentMaturityDateWAM': 'investmentMaturityDateWAM',
|
235
|
+
'nameOfIssuer': 'nameOfIssuer',
|
236
|
+
'otherUniqueId': 'otherUniqueId',
|
237
|
+
'percentageOfMoneyMarketFundNetAssets': 'percentageOfMoneyMarketFundNetAssets',
|
238
|
+
'repurchaseAgreement_collateralIssuers': 'repurchaseAgreementCollateralIssuers',
|
239
|
+
'repurchaseAgreement_collateralIssuers_CUSIPMember': 'repurchaseAgreementCollateralCUSIP',
|
240
|
+
'repurchaseAgreement_collateralIssuers_LEIID': 'repurchaseAgreementCollateralLEI',
|
241
|
+
'repurchaseAgreement_collateralIssuers_coupon': 'repurchaseAgreementCollateralCoupon',
|
242
|
+
'repurchaseAgreement_collateralIssuers_couponOrYield': 'repurchaseAgreementCollateralCouponOrYield',
|
243
|
+
'repurchaseAgreement_collateralIssuers_ctgryInvestmentsRprsntsCollateral': 'repurchaseAgreementCollateralCategory',
|
244
|
+
'repurchaseAgreement_collateralIssuers_maturityDate_date': 'repurchaseAgreementCollateralMaturityDate',
|
245
|
+
'repurchaseAgreement_collateralIssuers_maturityDate_dateRange_from': 'repurchaseAgreementCollateralMaturityDateRangeFrom',
|
246
|
+
'repurchaseAgreement_collateralIssuers_maturityDate_dateRange_to': 'repurchaseAgreementCollateralMaturityDateRangeTo',
|
247
|
+
'repurchaseAgreement_collateralIssuers_nameOfCollateralIssuer': 'repurchaseAgreementCollateralIssuerName',
|
248
|
+
'repurchaseAgreement_collateralIssuers_otherInstrumentBriefDesc': 'repurchaseAgreementCollateralOtherInstrumentDescription',
|
249
|
+
'repurchaseAgreement_collateralIssuers_principalAmountToTheNearestCent': 'repurchaseAgreementCollateralPrincipalAmount',
|
250
|
+
'repurchaseAgreement_collateralIssuers_valueOfCollateralToTheNearestCent': 'repurchaseAgreementCollateralValue',
|
251
|
+
'repurchaseAgreement_collateralIssuers_yield': 'repurchaseAgreementCollateralYield',
|
252
|
+
'repurchaseAgreement_nameOfCCP': 'repurchaseAgreementCCPName',
|
253
|
+
'repurchaseAgreement_repurchaseAgreementClearedFlag': 'repurchaseAgreementClearedFlag',
|
254
|
+
'repurchaseAgreement_repurchaseAgreementOpenFlag': 'repurchaseAgreementOpenFlag',
|
255
|
+
'repurchaseAgreement_repurchaseAgreementTripartyFlag': 'repurchaseAgreementTripartyFlag',
|
256
|
+
'securityCategorizedAtLevel3Flag': 'securityCategorizedAtLevel3Flag',
|
257
|
+
'securityDemandFeatureFlag': 'securityDemandFeatureFlag',
|
258
|
+
'securityEligibilityFlag': 'securityEligibilityFlag',
|
259
|
+
'securityEnhancementsFlag': 'securityEnhancementsFlag',
|
260
|
+
'securityGuaranteeFlag': 'securityGuaranteeFlag',
|
261
|
+
'securityRated': 'securityRated',
|
262
|
+
'titleOfIssuer': 'titleOfIssuer',
|
263
|
+
'totalValueOfFundPosition': 'totalValueOfFundPosition',
|
264
|
+
'weeklyLiquidAssetSecurityFlag': 'weeklyLiquidAssetSecurityFlag',
|
265
|
+
'yieldOfTheSecurityAsOfReportingDate': 'yieldOfTheSecurityAsOfReportingDate'
|
266
|
+
}
|
267
|
+
|
268
|
+
# N-MFP Signature mapping
|
269
|
+
signature_nmfp_dict = {
|
270
|
+
'nameOfSigningOfficer': 'nameOfSigningOfficer',
|
271
|
+
'registrant': 'registrant',
|
272
|
+
'signature': 'signature',
|
273
|
+
'signatureDate': 'signatureDate',
|
274
|
+
'titleOfSigningOfficer': 'titleOfSigningOfficer'
|
275
|
+
}
|
@@ -0,0 +1,85 @@
|
|
1
|
+
# N-PX form mapping
|
2
|
+
npx_dict = {
|
3
|
+
'accession': 'accession',
|
4
|
+
'documents_document_conformedDocumentType': 'conformedDocumentType',
|
5
|
+
'documents_document_conformedName': 'conformedName',
|
6
|
+
'documents_document_contents': 'documentContents',
|
7
|
+
'documents_document_description': 'documentDescription',
|
8
|
+
'formData_coverPage_agentForService_address_city': 'agentForServiceCity',
|
9
|
+
'formData_coverPage_agentForService_address_stateOrCountry': 'agentForServiceStateOrCountry',
|
10
|
+
'formData_coverPage_agentForService_address_street1': 'agentForServiceStreet1',
|
11
|
+
'formData_coverPage_agentForService_address_street2': 'agentForServiceStreet2',
|
12
|
+
'formData_coverPage_agentForService_address_zipCode': 'agentForServiceZipCode',
|
13
|
+
'formData_coverPage_agentForService_name': 'agentForServiceName',
|
14
|
+
'formData_coverPage_amendmentInfo_amendmentNo': 'amendmentNumber',
|
15
|
+
'formData_coverPage_amendmentInfo_amendmentType': 'amendmentType',
|
16
|
+
'formData_coverPage_amendmentInfo_confDeniedExpired': 'confidentialityDeniedExpired',
|
17
|
+
'formData_coverPage_amendmentInfo_dateExpiredDenied': 'dateExpiredDenied',
|
18
|
+
'formData_coverPage_amendmentInfo_dateReported': 'dateReported',
|
19
|
+
'formData_coverPage_amendmentInfo_isAmendment': 'isAmendment',
|
20
|
+
'formData_coverPage_amendmentInfo_reasonForNonConfidentiality': 'reasonForNonConfidentiality',
|
21
|
+
'formData_coverPage_explanatoryInformation_explanatoryChoice': 'explanatoryChoice',
|
22
|
+
'formData_coverPage_explanatoryInformation_explanatoryNotes': 'explanatoryNotes',
|
23
|
+
'formData_coverPage_fileNumber': 'fileNumber',
|
24
|
+
'formData_coverPage_leiNumber': 'leiNumber',
|
25
|
+
'formData_coverPage_otherManagersInfo_otherManager': 'otherManager',
|
26
|
+
'formData_coverPage_otherManagersInfo_otherManager_crdNumber': 'otherManagerCrdNumber',
|
27
|
+
'formData_coverPage_otherManagersInfo_otherManager_icaOr13FFileNumber': 'otherManagerIcaOr13FFileNumber',
|
28
|
+
'formData_coverPage_otherManagersInfo_otherManager_leiNumberOM': 'otherManagerLeiNumber',
|
29
|
+
'formData_coverPage_otherManagersInfo_otherManager_managerName': 'otherManagerName',
|
30
|
+
'formData_coverPage_otherManagersInfo_otherManager_otherFileNumber': 'otherManagerOtherFileNumber',
|
31
|
+
'formData_coverPage_reportCalendarYear': 'reportCalendarYear',
|
32
|
+
'formData_coverPage_reportInfo_confidentialTreatment': 'confidentialTreatment',
|
33
|
+
'formData_coverPage_reportInfo_noticeExplanation': 'noticeExplanation',
|
34
|
+
'formData_coverPage_reportInfo_reportType': 'reportType',
|
35
|
+
'formData_coverPage_reportQuarterYear': 'reportQuarterYear',
|
36
|
+
'formData_coverPage_reportingCrdNumber': 'reportingCrdNumber',
|
37
|
+
'formData_coverPage_reportingPerson_address_city': 'reportingPersonCity',
|
38
|
+
'formData_coverPage_reportingPerson_address_stateOrCountry': 'reportingPersonStateOrCountry',
|
39
|
+
'formData_coverPage_reportingPerson_address_street1': 'reportingPersonStreet1',
|
40
|
+
'formData_coverPage_reportingPerson_address_street2': 'reportingPersonStreet2',
|
41
|
+
'formData_coverPage_reportingPerson_address_zipCode': 'reportingPersonZipCode',
|
42
|
+
'formData_coverPage_reportingPerson_name': 'reportingPersonName',
|
43
|
+
'formData_coverPage_reportingPerson_phoneNumber': 'reportingPersonPhoneNumber',
|
44
|
+
'formData_coverPage_reportingSecFileNumber': 'reportingSecFileNumber',
|
45
|
+
'formData_coverPage_yearOrQuarter': 'yearOrQuarter',
|
46
|
+
'formData_seriesPage_seriesCount': 'seriesCount',
|
47
|
+
'formData_seriesPage_seriesDetails_seriesReports': 'seriesReports',
|
48
|
+
'formData_seriesPage_seriesDetails_seriesReports_idOfSeries': 'seriesId',
|
49
|
+
'formData_seriesPage_seriesDetails_seriesReports_leiOfSeries': 'seriesLei',
|
50
|
+
'formData_seriesPage_seriesDetails_seriesReports_nameOfSeries': 'seriesName',
|
51
|
+
'formData_signaturePage_reportingPerson': 'signatureReportingPerson',
|
52
|
+
'formData_signaturePage_secondaryRecords_secondaryRecord': 'secondaryRecord',
|
53
|
+
'formData_signaturePage_secondaryRecords_secondaryRecord_printedSign': 'secondaryRecordPrintedSignature',
|
54
|
+
'formData_signaturePage_secondaryRecords_secondaryRecord_txAsOfDate': 'secondaryRecordAsOfDate',
|
55
|
+
'formData_signaturePage_secondaryRecords_secondaryRecord_txSignature': 'secondaryRecordSignature',
|
56
|
+
'formData_signaturePage_secondaryRecords_secondaryRecord_txTitle': 'secondaryRecordTitle',
|
57
|
+
'formData_signaturePage_txAsOfDate': 'signatureAsOfDate',
|
58
|
+
'formData_signaturePage_txPrintedSignature': 'printedSignature',
|
59
|
+
'formData_signaturePage_txSignature': 'signature',
|
60
|
+
'formData_signaturePage_txTitle': 'signatureTitle',
|
61
|
+
'formData_summaryPage_otherIncludedManagersCount': 'otherIncludedManagersCount',
|
62
|
+
'formData_summaryPage_otherManagers2_investmentManagers': 'investmentManagers',
|
63
|
+
'formData_summaryPage_otherManagers2_investmentManagers_crdNumber': 'investmentManagersCrdNumber',
|
64
|
+
'formData_summaryPage_otherManagers2_investmentManagers_form13FFileNumber': 'investmentManagersForm13FFileNumber',
|
65
|
+
'formData_summaryPage_otherManagers2_investmentManagers_leiNumber': 'investmentManagersLeiNumber',
|
66
|
+
'formData_summaryPage_otherManagers2_investmentManagers_name': 'investmentManagersName',
|
67
|
+
'formData_summaryPage_otherManagers2_investmentManagers_secFileNumber': 'investmentManagersSecFileNumber',
|
68
|
+
'formData_summaryPage_otherManagers2_investmentManagers_serialNo': 'investmentManagersSerialNumber',
|
69
|
+
'headerData_filerInfo_filer_fileNumber': 'headerFileNumber',
|
70
|
+
'headerData_filerInfo_filer_issuerCredentials_ccc': 'issuerCcc',
|
71
|
+
'headerData_filerInfo_filer_issuerCredentials_cik': 'issuerCik',
|
72
|
+
'headerData_filerInfo_flags_confirmingCopyFlag': 'confirmingCopyFlag',
|
73
|
+
'headerData_filerInfo_flags_overrideInternetFlag': 'overrideInternetFlag',
|
74
|
+
'headerData_filerInfo_investmentCompanyType': 'investmentCompanyType',
|
75
|
+
'headerData_filerInfo_liveTestFlag': 'liveTestFlag',
|
76
|
+
'headerData_filerInfo_periodOfReport': 'periodOfReport',
|
77
|
+
'headerData_filerInfo_registrantType': 'registrantType',
|
78
|
+
'headerData_seriesClass_reportSeriesClass_rptIncludeAllSeriesFlag': 'includeAllSeriesFlag',
|
79
|
+
'headerData_seriesClass_reportSeriesClass_rptSeriesClassInfo': 'headerSeriesClassInfo',
|
80
|
+
'headerData_seriesClass_reportSeriesClass_rptSeriesClassInfo_classInfo': 'headerClassInfo',
|
81
|
+
'headerData_seriesClass_reportSeriesClass_rptSeriesClassInfo_classInfo_classId': 'headerClassId',
|
82
|
+
'headerData_seriesClass_reportSeriesClass_rptSeriesClassInfo_includeAllClassesFlag': 'includeAllClassesFlag',
|
83
|
+
'headerData_seriesClass_reportSeriesClass_rptSeriesClassInfo_seriesId': 'headerSeriesId',
|
84
|
+
'headerData_submissionType': 'submissionType'
|
85
|
+
}
|
@@ -0,0 +1,68 @@
|
|
1
|
+
securities_sold_in_past_3_months_144_dict = {
|
2
|
+
'accession': 'accession',
|
3
|
+
'sellerDetails_name': 'sellerName',
|
4
|
+
'sellerDetails_address_street1': 'sellerStreet1',
|
5
|
+
'sellerDetails_address_street2': 'sellerStreet2',
|
6
|
+
'sellerDetails_address_city': 'sellerCity',
|
7
|
+
'sellerDetails_address_stateOrCountry': 'sellerState',
|
8
|
+
'sellerDetails_address_zipCode': 'sellerZip',
|
9
|
+
'securitiesClassTitle': 'securitiesClass',
|
10
|
+
'saleDate': 'saleDate',
|
11
|
+
'amountOfSecuritiesSold': 'securitiesSold',
|
12
|
+
'grossProceeds': 'grossProceeds'
|
13
|
+
}
|
14
|
+
issuer_information_144_dict = {
|
15
|
+
'accession': 'accession',
|
16
|
+
'issuerCik': 'issuerCik',
|
17
|
+
'issuerName': 'issuerName',
|
18
|
+
'secFileNumber': 'fileNumber',
|
19
|
+
'issuerAddress_street1': 'issuerStreet1',
|
20
|
+
'issuerAddress_street2': 'issuerStreet2',
|
21
|
+
'issuerAddress_city': 'issuerCity',
|
22
|
+
'issuerAddress_stateOrCountry': 'issuerState',
|
23
|
+
'issuerAddress_zipCode': 'issuerZip',
|
24
|
+
'issuerContactPhone': 'issuerPhone',
|
25
|
+
'nameOfPersonForWhoseAccountTheSecuritiesAreToBeSold': 'sellerName',
|
26
|
+
'relationshipsToIssuer_relationshipToIssuer': 'sellerRelationship'
|
27
|
+
}
|
28
|
+
# Signatures_144 mapping
|
29
|
+
signatures_144_dict = {
|
30
|
+
'noticeDate': 'noticeDate',
|
31
|
+
'planAdoptionDates_planAdoptionDate': 'planAdoptionDate',
|
32
|
+
'signature': 'signature'
|
33
|
+
}
|
34
|
+
|
35
|
+
# Securities_to_be_sold_144 mapping
|
36
|
+
securities_to_be_sold_144_dict = {
|
37
|
+
'securitiesClassTitle': 'securitiesClass',
|
38
|
+
'acquiredDate': 'acquiredDate',
|
39
|
+
'natureOfAcquisitionTransaction': 'acquisitionNature',
|
40
|
+
'nameOfPersonfromWhomAcquired': 'acquiredFrom',
|
41
|
+
'isGiftTransaction': 'isGift',
|
42
|
+
'amountOfSecuritiesAcquired': 'securitiesAmount',
|
43
|
+
'paymentDate': 'paymentDate',
|
44
|
+
'natureOfPayment': 'paymentNature'
|
45
|
+
}
|
46
|
+
|
47
|
+
# Securities_information_144 mapping
|
48
|
+
securities_information_144_dict = {
|
49
|
+
'securitiesClassTitle': 'securitiesClass',
|
50
|
+
'brokerOrMarketmakerDetails_name': 'brokerName',
|
51
|
+
'brokerOrMarketmakerDetails_address_street1': 'brokerStreet',
|
52
|
+
'brokerOrMarketmakerDetails_address_city': 'brokerCity',
|
53
|
+
'brokerOrMarketmakerDetails_address_stateOrCountry': 'brokerState',
|
54
|
+
'brokerOrMarketmakerDetails_address_zipCode': 'brokerZip',
|
55
|
+
'noOfUnitsSold': 'unitsSold',
|
56
|
+
'aggregateMarketValue': 'marketValue',
|
57
|
+
'noOfUnitsOutstanding': 'unitsOutstanding',
|
58
|
+
'approxSaleDate': 'saleDate',
|
59
|
+
'securitiesExchangeName': 'exchangeName'
|
60
|
+
}
|
61
|
+
|
62
|
+
# Metadata_144 mapping
|
63
|
+
metadata_144_dict = {
|
64
|
+
'submissionType': 'submissionType',
|
65
|
+
'filerInfo_filer_filerCredentials_cik': 'filerCik',
|
66
|
+
'filerInfo_filer_filerCredentials_ccc': 'filerCcc',
|
67
|
+
'filerInfo_liveTestFlag': 'liveTestFlag'
|
68
|
+
}
|
@@ -0,0 +1,163 @@
|
|
1
|
+
# Mapping dictionaries for SEC filing table types based on actual field occurrences
|
2
|
+
|
3
|
+
# Non-derivative transaction ownership mapping
|
4
|
+
non_derivative_transaction_ownership_dict = {
|
5
|
+
'securityTitle_value': 'securityTitle',
|
6
|
+
'securityTitle_footnote': 'securityTitleFootnote',
|
7
|
+
'transactionDate_value': 'transactionDate',
|
8
|
+
'transactionDate_footnote': 'transactionDateFootnote',
|
9
|
+
'deemedExecutionDate_value': 'deemedExecutionDate',
|
10
|
+
'deemedExecutionDate_footnote': 'deemedExecutionDateFootnote',
|
11
|
+
'transactionCoding_transactionFormType': 'transactionFormType',
|
12
|
+
'transactionCoding_transactionCode': 'transactionCode',
|
13
|
+
'transactionCoding_equitySwapInvolved': 'equitySwapInvolved',
|
14
|
+
'transactionCoding_footnote': 'transactionCodingFootnote',
|
15
|
+
'transactionAmounts_transactionShares_value': 'transactionShares',
|
16
|
+
'transactionAmounts_transactionShares_footnote': 'transactionSharesFootnote',
|
17
|
+
'transactionAmounts_transactionPricePerShare_value': 'transactionPricePerShare',
|
18
|
+
'transactionAmounts_transactionPricePerShare_footnote': 'transactionPricePerShareFootnote',
|
19
|
+
'transactionAmounts_transactionAcquiredDisposedCode_value': 'transactionAcquiredDisposedCode',
|
20
|
+
'transactionAmounts_transactionAcquiredDisposedCode_footnote': 'transactionAcquiredDisposedCodeFootnote',
|
21
|
+
'postTransactionAmounts_sharesOwnedFollowingTransaction_value': 'sharesOwnedFollowingTransaction',
|
22
|
+
'postTransactionAmounts_sharesOwnedFollowingTransaction_footnote': 'sharesOwnedFollowingTransactionFootnote',
|
23
|
+
'ownershipNature_directOrIndirectOwnership_value': 'directOrIndirectOwnership',
|
24
|
+
'ownershipNature_directOrIndirectOwnership_footnote': 'directOrIndirectOwnershipFootnote',
|
25
|
+
'ownershipNature_natureOfOwnership_value': 'natureOfOwnership',
|
26
|
+
'ownershipNature_natureOfOwnership_footnote': 'natureOfOwnershipFootnote',
|
27
|
+
'transactionTimeliness_value': 'transactionTimeliness',
|
28
|
+
'transactionTimeliness_footnote': 'transactionTimelinessFootnote',
|
29
|
+
'postTransactionAmounts_valueOwnedFollowingTransaction_value': 'valueOwnedFollowingTransaction',
|
30
|
+
'postTransactionAmounts_valueOwnedFollowingTransaction_footnote': 'valueOwnedFollowingTransactionFootnote'
|
31
|
+
}
|
32
|
+
|
33
|
+
# Derivative transaction ownership mapping
|
34
|
+
derivative_transaction_ownership_dict = {
|
35
|
+
'securityTitle_value': 'securityTitle',
|
36
|
+
'securityTitle_footnote': 'securityTitleFootnote',
|
37
|
+
'conversionOrExercisePrice_value': 'conversionOrExercisePrice',
|
38
|
+
'conversionOrExercisePrice_footnote': 'conversionOrExercisePriceFootnote',
|
39
|
+
'transactionDate_value': 'transactionDate',
|
40
|
+
'transactionDate_footnote': 'transactionDateFootnote',
|
41
|
+
'deemedExecutionDate_value': 'deemedExecutionDate',
|
42
|
+
'deemedExecutionDate_footnote': 'deemedExecutionDateFootnote',
|
43
|
+
'transactionCoding_transactionFormType': 'transactionFormType',
|
44
|
+
'transactionCoding_transactionCode': 'transactionCode',
|
45
|
+
'transactionCoding_equitySwapInvolved': 'equitySwapInvolved',
|
46
|
+
'transactionCoding_footnote': 'transactionCodingFootnote',
|
47
|
+
'transactionAmounts_transactionShares_value': 'transactionShares',
|
48
|
+
'transactionAmounts_transactionShares_footnote': 'transactionSharesFootnote',
|
49
|
+
'transactionAmounts_transactionPricePerShare_value': 'transactionPricePerShare',
|
50
|
+
'transactionAmounts_transactionPricePerShare_footnote': 'transactionPricePerShareFootnote',
|
51
|
+
'transactionAmounts_transactionAcquiredDisposedCode_value': 'transactionAcquiredDisposedCode',
|
52
|
+
'transactionAmounts_transactionTotalValue_value': 'transactionTotalValue',
|
53
|
+
'transactionAmounts_transactionTotalValue_footnote': 'transactionTotalValueFootnote',
|
54
|
+
'exerciseDate_value': 'exerciseDate',
|
55
|
+
'exerciseDate_footnote': 'exerciseDateFootnote',
|
56
|
+
'expirationDate_value': 'expirationDate',
|
57
|
+
'expirationDate_footnote': 'expirationDateFootnote',
|
58
|
+
'underlyingSecurity_underlyingSecurityTitle_value': 'underlyingSecurityTitle',
|
59
|
+
'underlyingSecurity_underlyingSecurityTitle_footnote': 'underlyingSecurityTitleFootnote',
|
60
|
+
'underlyingSecurity_underlyingSecurityShares_value': 'underlyingSecurityShares',
|
61
|
+
'underlyingSecurity_underlyingSecurityShares_footnote': 'underlyingSecuritySharesFootnote',
|
62
|
+
'underlyingSecurity_underlyingSecurityValue_value': 'underlyingSecurityValue',
|
63
|
+
'postTransactionAmounts_sharesOwnedFollowingTransaction_value': 'sharesOwnedFollowingTransaction',
|
64
|
+
'postTransactionAmounts_sharesOwnedFollowingTransaction_footnote': 'sharesOwnedFollowingTransactionFootnote',
|
65
|
+
'ownershipNature_directOrIndirectOwnership_value': 'directOrIndirectOwnership',
|
66
|
+
'ownershipNature_directOrIndirectOwnership_footnote': 'directOrIndirectOwnershipFootnote',
|
67
|
+
'ownershipNature_natureOfOwnership_value': 'natureOfOwnership',
|
68
|
+
'ownershipNature_natureOfOwnership_footnote': 'natureOfOwnershipFootnote',
|
69
|
+
'transactionTimeliness_value': 'transactionTimeliness',
|
70
|
+
'transactionTimeliness_footnote': 'transactionTimelinessFootnote',
|
71
|
+
'postTransactionAmounts_valueOwnedFollowingTransaction_value': 'valueOwnedFollowingTransaction',
|
72
|
+
'postTransactionAmounts_valueOwnedFollowingTransaction_footnote': 'valueOwnedFollowingTransactionFootnote',
|
73
|
+
'transactionAmounts_transactionAcquiredDisposedCode_footnote': 'transactionAcquiredDisposedCodeFootnote',
|
74
|
+
'underlyingSecurity_underlyingSecurityValue_footnote': 'underlyingSecurityValueFootnote'
|
75
|
+
}
|
76
|
+
|
77
|
+
# Non-derivative holding ownership mapping
|
78
|
+
non_derivative_holding_ownership_dict = {
|
79
|
+
'securityTitle_value': 'securityTitle',
|
80
|
+
'securityTitle_footnote': 'securityTitleFootnote',
|
81
|
+
'postTransactionAmounts_sharesOwnedFollowingTransaction_value': 'sharesOwnedFollowingTransaction',
|
82
|
+
'postTransactionAmounts_sharesOwnedFollowingTransaction_footnote': 'sharesOwnedFollowingTransactionFootnote',
|
83
|
+
'ownershipNature_directOrIndirectOwnership_value': 'directOrIndirectOwnership',
|
84
|
+
'ownershipNature_directOrIndirectOwnership_footnote': 'directOrIndirectOwnershipFootnote',
|
85
|
+
'ownershipNature_natureOfOwnership_value': 'natureOfOwnership',
|
86
|
+
'ownershipNature_natureOfOwnership_footnote': 'natureOfOwnershipFootnote',
|
87
|
+
'postTransactionAmounts_valueOwnedFollowingTransaction_value': 'valueOwnedFollowingTransaction',
|
88
|
+
'transactionCoding_footnote': 'transactionCodingFootnote',
|
89
|
+
'transactionCoding_transactionFormType': 'transactionFormType',
|
90
|
+
'postTransactionAmounts_valueOwnedFollowingTransaction_footnote': 'valueOwnedFollowingTransactionFootnote'
|
91
|
+
}
|
92
|
+
|
93
|
+
# Derivative holding ownership mapping
|
94
|
+
derivative_holding_ownership_dict = {
|
95
|
+
'securityTitle_value': 'securityTitle',
|
96
|
+
'securityTitle_footnote': 'securityTitleFootnote',
|
97
|
+
'conversionOrExercisePrice_value': 'conversionOrExercisePrice',
|
98
|
+
'conversionOrExercisePrice_footnote': 'conversionOrExercisePriceFootnote',
|
99
|
+
'exerciseDate_value': 'exerciseDate',
|
100
|
+
'exerciseDate_footnote': 'exerciseDateFootnote',
|
101
|
+
'expirationDate_value': 'expirationDate',
|
102
|
+
'expirationDate_footnote': 'expirationDateFootnote',
|
103
|
+
'underlyingSecurity_underlyingSecurityTitle_value': 'underlyingSecurityTitle',
|
104
|
+
'underlyingSecurity_underlyingSecurityTitle_footnote': 'underlyingSecurityTitleFootnote',
|
105
|
+
'underlyingSecurity_underlyingSecurityShares_value': 'underlyingSecurityShares',
|
106
|
+
'underlyingSecurity_underlyingSecurityShares_footnote': 'underlyingSecuritySharesFootnote',
|
107
|
+
'underlyingSecurity_underlyingSecurityValue_value': 'underlyingSecurityValue',
|
108
|
+
'underlyingSecurity_underlyingSecurityValue_footnote': 'underlyingSecurityValueFootnote',
|
109
|
+
'ownershipNature_directOrIndirectOwnership_value': 'directOrIndirectOwnership',
|
110
|
+
'ownershipNature_directOrIndirectOwnership_footnote': 'directOrIndirectOwnershipFootnote',
|
111
|
+
'ownershipNature_natureOfOwnership_value': 'natureOfOwnership',
|
112
|
+
'ownershipNature_natureOfOwnership_footnote': 'natureOfOwnershipFootnote',
|
113
|
+
'postTransactionAmounts_sharesOwnedFollowingTransaction_value': 'sharesOwnedFollowingTransaction',
|
114
|
+
'postTransactionAmounts_sharesOwnedFollowingTransaction_footnote': 'sharesOwnedFollowingTransactionFootnote',
|
115
|
+
'postTransactionAmounts_valueOwnedFollowingTransaction_value': 'valueOwnedFollowingTransaction',
|
116
|
+
'postTransactionAmounts_valueOwnedFollowingTransaction_footnote': 'valueOwnedFollowingTransactionFootnote',
|
117
|
+
'transactionCoding_transactionFormType': 'transactionFormType',
|
118
|
+
'transactionCoding_footnote': 'transactionCodingFootnote'
|
119
|
+
}
|
120
|
+
|
121
|
+
# Reporting owner ownership mapping
|
122
|
+
reporting_owner_ownership_dict = {
|
123
|
+
'reportingOwnerAddress_rptOwnerCity': 'rptOwnerCity',
|
124
|
+
'reportingOwnerAddress_rptOwnerState': 'rptOwnerState',
|
125
|
+
'reportingOwnerAddress_rptOwnerStateDescription': 'rptOwnerStateDescription',
|
126
|
+
'reportingOwnerAddress_rptOwnerStreet1': 'rptOwnerStreet1',
|
127
|
+
'reportingOwnerAddress_rptOwnerStreet2': 'rptOwnerStreet2',
|
128
|
+
'reportingOwnerAddress_rptOwnerZipCode': 'rptOwnerZipCode',
|
129
|
+
'reportingOwnerId_rptOwnerCik': 'rptOwnerCik',
|
130
|
+
'reportingOwnerId_rptOwnerName': 'rptOwnerName',
|
131
|
+
'reportingOwnerRelationship_isDirector': 'rptOwnerIsDirector',
|
132
|
+
'reportingOwnerRelationship_isOfficer': 'rptOwnerIsOfficer',
|
133
|
+
'reportingOwnerRelationship_isTenPercentOwner': 'rptOwnerIsTenPercentOwner',
|
134
|
+
'reportingOwnerRelationship_isOther': 'rptOwnerIsOther',
|
135
|
+
'reportingOwnerRelationship_officerTitle': 'rptOwnerOfficerTitle',
|
136
|
+
'reportingOwnerRelationship_otherText': 'rptOwnerOtherText'
|
137
|
+
}
|
138
|
+
|
139
|
+
# Metadata ownership mapping
|
140
|
+
metadata_ownership_dict = {
|
141
|
+
'periodOfReport': 'periodOfReport',
|
142
|
+
'issuer_issuerCik': 'issuerCik',
|
143
|
+
'issuer_issuerName': 'issuerName',
|
144
|
+
'issuer_issuerTradingSymbol': 'issuerTradingSymbol',
|
145
|
+
'documentType': 'documentType',
|
146
|
+
'remarks': 'remarks',
|
147
|
+
'documentDescription': 'documentDescription',
|
148
|
+
'footnotes': 'footnotes',
|
149
|
+
'notSubjectToSection16': 'notSubjectToSection16',
|
150
|
+
'form3HoldingsReported': 'form3HoldingsReported',
|
151
|
+
'form4TransactionsReported': 'form4TransactionsReported',
|
152
|
+
'noSecuritiesOwned': 'noSecuritiesOwned',
|
153
|
+
'aff10b5One': 'aff10b5One',
|
154
|
+
'dateOfOriginalSubmission': 'dateOfOriginalSubmission',
|
155
|
+
'schemaVersion': 'schemaVersion'
|
156
|
+
}
|
157
|
+
|
158
|
+
# Owner signature ownership mapping
|
159
|
+
owner_signature_ownership_dict = {
|
160
|
+
'signatureName': 'signatureName',
|
161
|
+
'signatureDate': 'signatureDate'
|
162
|
+
}
|
163
|
+
|
@@ -0,0 +1 @@
|
|
1
|
+
proxy_voting_record_dict = {}
|
File without changes
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# SBSEF (Swap Execution Facility) mapping
|
2
|
+
sbsef_dict = {
|
3
|
+
'sbsefId': 'sbsefId',
|
4
|
+
'sbsefName': 'sbsefName',
|
5
|
+
'sbsefRegistrationDate': 'sbsefRegistrationDate',
|
6
|
+
'sbsefStatus': 'sbsefStatus',
|
7
|
+
'sbsefContactInfo': 'sbsefContactInfo',
|
8
|
+
'filerInfo_filer_filerCredentials_ccc': 'filerCredentialsCcc',
|
9
|
+
'filerInfo_filer_filerCredentials_cik': 'filerCredentialsCik',
|
10
|
+
'filerInfo_flags_overrideInternetFlag': 'overrideInternetFlag',
|
11
|
+
'filerInfo_liveTestFlag': 'liveTestFlag',
|
12
|
+
'submissionType': 'submissionType'
|
13
|
+
}
|