| Quotient familial | ||
|---|---|---|
| Vous déclarez vos impôts : | ||
| Nombre d'enfants à charge : | ||
| Parts supplémentaires : | ||
| Nombre de parts : | {{ parts }} | 
| Barème pour une part | |
|---|---|
| Année : | |
| {{ b.affichageIntervalle() }} | {{ Math.round(b.taux * 100) }}% | 
| Revenus | |||||
|---|---|---|---|---|---|
| {{ r.libelle }} | ({{ Math.round(r.montant / 12) }} €/mois) | ||||
| Impôt sur le revenu | ||
|---|---|---|
| Total des revenus sur l'année | {{ revenusTotaux }} € | |
| Revenu fiscal de référence | {{ revenuFiscalReference }} € | |
| Droits simples | {{ droitsSimples }} € | |
| Décote | -{{ decote }} € | |
| Impôt sur le revenu net | {{ montantTotalIR }} € | |
| Prélèvements sociaux | ||
|---|---|---|
| Base prélèvements sociaux | {{ totalImposableCsg }} € | |
| Taux prélèvements sociaux | {{ tauxCsg * 100 }} % | |
| Montant prélèvements sociaux | {{ montantTotalCsg }} € | |
| Prélèvements forfaitaires | ||
|---|---|---|
| {{ i.libelle }} - {{ i.optionName }} | {{ i.montantImpotForfaitaire() }} € | |
| Total | {{ impotsForfaitaires.total }} € | |
| Bilan | ||
|---|---|---|
| Montant net à payer | {{ montantTotalIR + montantTotalCsg + impotsForfaitaires.total }} € | |
| Taux marginal d'imposition | {{ tauxMarginal }} % | |
| Taux de prélèvement | {{ pourcentagePrelevement.toFixed(1) }} % | |
| Revenus mensuels moyens net | {{ (revenusTotaux / 12).toFixed(0) }} € | |
| Prélèvement à la source (estimation) | {{ ((montantTotalIR + montantTotalCsg) / 12).toFixed(0) }} € | |
| Revenus mensuel après impôt | {{ ( (revenusTotaux - (montantTotalIR + montantTotalCsg + impotsForfaitaires.total)) / 12 ).toFixed(0) }} € | |