-
現在、OpenFiscaの各Variableはfloat (おそらく `float32`)形式で表現されています。そのため、約1000万円以上の計算では1円の差が無視されてしまう場合があります(例 `20,000,000` と `20,000,001` )。
https://github.com/project-inclusive/OpenFisca-Japan/blob/main/open…
-
We received the following email asking for categories in legislation explorer:
> je souhaite effectuer des tests avec openfisca. J'ai bien réussi à l'installer et à exécuter des tests mais je tro…
-
OpenFisca UK currently uses verbs like [`claims_UC`](https://github.com/PolicyEngine/openfisca-uk/blob/edcc3d0f4337f4bc06689b19d36fd3d18ef755f2/openfisca_uk/variables/finance/benefit/family/universal_…
-
Following up on https://github.com/PSLmodels/openfisca-uk/pull/37#issuecomment-731791010, e.g. using https://openfisca.org/doc/coding-the-legislation/legislation_parameters.html#computing-a-parameter-…
-
政策シミュレータアプリ用に、複数世帯の情報をOpenFiscaで処理できるようにする必要があります。
OpenFiscaバックエンドに複数世帯の情報をPOSTすると、それぞれの世帯での結果が算出されます。
(POST方法:`世帯員`に全ての世帯の構成員を並列に記載する。`世帯`以下に各世帯(世帯1, 世帯2等)を記載する)
yamlファイルを使ったOpenFiscaのテストでは複数世帯の…
-
Je ne vois plus d'activités sur ce repository depuis 2019, est-ce que ce projet est abandonné au profit d'un autre projet ?
Si oui, que pensez-vous d'ajouter quelques lignes d'explications à ce suj…
-
> As a developer working on building a prototype using OpenFisca, I want to be able to customize the OpenAPI info returned by my API's /spec endpoint.
https://github.com/openfisca/openfisca-doc/iss…
-
Hello hello !
Je suis le fan numéro un d'OpenFisca, mais je viens de rencontrer un problème.
### Qu'ai-je fait ?
En observant les paramètres de l'AAH [lors de l'harmonisation avec les barèmes-i…
-
Many variables in OpenFisca UK have entity in the name, e.g. `household_net_income`, but some like `age` don't. There are pros and cons to being explicit always, but let's define guidelines for when t…
-
get some good practices for contribution from well-known repos, for instance :
- uData
- openFisca
- ...