Thanks to visit codestin.com
Credit goes to github.com

Skip to content

egeonder/calciseeu

Repository files navigation

ISEEU Hesaplama

ISEEU Hesaplama

Polimi DSU ve üniversite bursları için manuel veya belge destekli, tahmini ISEEU Parificato hesaplayıcısı.

A manual or document-assisted estimate calculator for the ISEEU Parificato indicator used by Polimi DSU and university scholarships.

CI License: MIT PRs welcome

Bu araç yalnızca tahmini bir sonuç üretir ve resmî CAF hesaplamasının yerine geçmez. Geçerli ISEEU/ISPEU değerini üniversitenin onaylı CAF merkezi hesaplar.

This tool produces an estimate only and is not a substitute for the official CAF calculation.

Getting started

Requires Bun.

bun install
cp .env.example .env   # add database, auth, R2, and OpenAI credentials
bun run db:migrate
bun run dev            # http://localhost:3000
Script Description
bun run dev Start the Next.js dev server
bun run build Type-check and build with Next.js
bun run start Start the production Next.js server
bun run lint Lint with oxlint
bun run db:migrate Apply database migrations

How the estimate works

All amounts are entered in a local currency and converted to EUR. The engine (src/lib/iseeu.ts) computes:

ISE   = ISR + 0.20 × ISP
ISEEU = ISE ÷ equivalence coefficient
ISPEU = ISP ÷ equivalence coefficient

The logic follows the public ISEEU Parificato guidance (income deductions, asset franchises, the 500 €/m² building convention, main-residence threshold and the household equivalence scale). It is a simplification for estimation purposes — see the disclaimer above.

Contributing

Contributions are welcome! Please read CONTRIBUTING.md first.

Funding

If this project helps you, consider sponsoring the maintainer.

About

A step-by-step estimate calculator for the ISEEU Parificato indicator used by Polimi DSU and university scholarships.

Topics

Resources

License

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages