-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(banque de france): add banque de france data #1486
Conversation
ce453cd
to
330953e
Compare
6d4b1ac
to
59731f6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://entreprise.api.gouv.fr/catalogue/banque_de_france/bilans
Cette API concerne uniquement les entreprises réalisant un chiffre d’affaire supérieur à 750 000 euros et ayant a minima trois bilans
Même si la Banque de France connaît un ou deux bilans de l’entreprise, ces derniers ne seront pas transmis.
Maybe we should add a condition on company creation date > 3 year
The 750k condition is harder to get
I think we can merge this PR as a it is a good start. And then we should work to merge
- open data finances
- CA from DGFIP
- Bilans from BdF as it actually is another set of "indicateurs financier"
This have me think we should maybe have a default for open data and another for agent, that return the data the agent is authorize to access
fcb7b66
to
2cf9e9b
Compare
2cf9e9b
to
5271893
Compare
const isMoreThanThreeYearsOld = | ||
new Date(uniteLegale.dateDebutActivite).getFullYear() + 3 <= | ||
new Date().getFullYear(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@XavierJp
I've added a 3 years old condition.
Fonctionnalité
Détails :
: Comment présenter les données détaillées du bilan ?
Closes #1481
Données "Valeurs calculées" :