SimFin / simfin

Simple financial data for Python
https://simfin.com/
Other
298 stars 39 forks source link

Bug Report #10

Open stud0709 opened 2 years ago

stud0709 commented 2 years ago

While transforming https://github.com/SimFin/simfin/blob/master/simfin/names.py to Java Enum, found some duplicate declarations:

Line 64: CAPEX = 'Capital Expenditures' Line 90: CAPEX = CHG_FIX_ASSETS_INT = 'Change in Fixed Assets & Intangibles'

Line 397: NET_CHG_INTERBANK_ASSETS = 'Net Change in Interbank Assets' Line 413: NET_CHG_INTERBANK_ASSETS = 'Net Change of Interbank Assets'

Line 401: NET_CHG_INVEST = 'Net Change in Investments' Line 417: NET_CHG_INVEST = 'Net Change of Investments'

Is it a bug or a feature?

Best,

stud0709