Amounts paid into a partner's current account
This value is necessary to calculate the maximum amount taxable under the PFU for a beneficiary under the self-employed workers' scheme. The amount taken into account is the average annual balance of the current account. It is determined by the sum of the average monthly balances of the account, divided by the number of months included in the financial year. The average monthly balance is equal to the sum of the daily balances, divided by the number of days in the month. The average monthly balance therefore differs from the monthly balance shown in the company's accounts. If the account is opened or closed during the fiscal year, the number of months in the fiscal year will be reduced to the number of months the account is in operation. An account is considered to be "operating" even if it is not moved during the fiscal year. The date on which the sums paid into the current account must be assessed is the last day of the financial year preceding the payment of interest.
Valeur : Non applicable
Cette règle est non applicable car elle appartient à l’espace de nom :Recipientnon
Comment cette donnée est-elle calculée ?
Références
Informations techniques
Si vous êtes développeur/euse vous trouverez ci-dessous des informations techniques utiles pour l’intégration de cette règle dans votre application.
⚠️ Cette règle est tagguée comme experimentale ⚠️
Cela veut dire qu’elle peut être modifiée, renommée, ou supprimée sans qu’il n’y ait de changement de version majeure dans l’API.
Lancer un calcul avec Publicodes
Vous pouvez installer notre package de règles pour l’utiliser avec le moteur Publicodes et ainsi effectuer vos propres calculs. Voici un exemple avec votre situation et la règle actuelle :
// npm i publicodes modele-social
import Engine, { formatValue } from 'publicodes'
import rules from 'modele-social'
const engine = new Engine(rules)
engine.setSituation({})
// Amounts paid into a partner's current account
const evaluation = engine.evaluate("bénéficiaire . compte courant d'associé")
console.log(formatValue(evaluation))
Utiliser notre API REST
Vous trouverez ici un exemple d’utilisation de notre API REST via curl ou un fetch javascript.
curl 'https://mon-entreprise.urssaf.fr/api/v1/evaluate' \
-H 'accept: application/json' \
-H 'content-type: application/json' \
--data-raw $'{"expressions":["bénéficiaire . compte courant d'\''associé"],"situation":{}}' \
--compressed
Données manquantes
Les règles suivantes sont nécessaires pour le calcul mais n’ont pas été saisies dans la situation. Leur valeur par défaut est utilisée.
Règles qui ont besoin de cette valeur
Les règles suivantes ont besoin de la règle courante pour être calculées :
Effets sur d’autres règles
Cette règle ne modifie aucune autre règle.
Règles qui peuvent avoir un effet sur cette valeur
Aucune autre règle n’a d’effets sur cette valeur.