RAXPENSK

From services.krediidiinfo.ee
Revision as of 11:04, 18 November 2021 by Andrus (talk | contribs)
Jump to: navigation, search

1. Short description

Purpose of the report is to give an estimation of the private persons’ bruto income. Income is calculated from the pension payments. Pension payment makes up certain percent of the bruto income of the person. Pension registry offers a paid service for querying pension payments of the private persons from last six months. We calculate bruto income estimation about last five full months. There can be cases when there will be no estimation of the income:

  1. Person has no active pension account.
  2. Person has active pension account but has no pension payment obligation permanently.
  3. Person has active pension account but has no pension payment obligation temporarily.

Pension Registry has created a free web query to request this information. We use this query to determine if the person has payment obligation before the query of the pension payments will be made. We also put the payment obligation change information to the report, if the change happened during last six months.


2. Pension Registry’s payment obligation query

The information, what can be read out from the Pension Registry’s payment obligation query response:

  1. The status of the private person’s pension account.
  2. Information about the periods person have had active pension account.
  3. Information about the periods person have had pension payment obligation.
  4. Information about the periods person have paused pension payment obligation.


Example 1:

<FIND_PAYMENT_DUTIES xmlns="http://corporate.epis.ee/producer/">
	<PERSON PERSON_CODE="3870430xxxx" CONTRIBUTION_BEGIN_DATE="20060101" Y_2010="N" Y_2014_2017="N" Y_2020="Y" PENSION_ACCOUNT_STATUS="A">
		<PAYMENT_DUTY START_DATE="20060101" DUTY="T"/>
		<PAYMENT_DUTY START_DATE="20090601" DUTY="K" END_DATE="20101231"/>
		<PAYMENT_DUTY START_DATE="20201201" DUTY="K" END_DATE="20210831"/>
	</PERSON>
</FIND_PAYMENT_DUTIES>

Example 1 explanation:

  • Person has active pension account:

PENSION_ACCOUNT_STATUS="A"

  • Person has active payment obligation from 01.01.2006:

<PAYMENT_DUTY START_DATE="20060101" DUTY="T"/>

  • Payment obligation was paused two times for this person:

<PAYMENT_DUTY START_DATE="20090601" DUTY="K" END_DATE="20101231"/>

<PAYMENT_DUTY START_DATE="20201201" DUTY="K" END_DATE="20210831"/>


Example 2:

<FIND_PAYMENT_DUTIES xmlns="http://corporate.epis.ee/producer/"> 
<PERSON PERSON_CODE="4530624xxxx" CONTRIBUTION_BEGIN_DATE="20030101" CONTRIBUTION_END_DATE="20140101" Y_2010="Y" Y_2014_2017="N" Y_2020="N" PENSION_ACCOUNT_STATUS="A"> 
<PAYMENT_DUTY START_DATE="20030101" DUTY="T" END_DATE="20140101"/> 
<PAYMENT_DUTY START_DATE="20090601" DUTY="K" END_DATE="20091231"/> 
<PAYMENT_DUTY START_DATE="20140101" DUTY="M"/> 
</PERSON> 
</FIND_PAYMENT_DUTIES>


  1. Person has active pension account: PENSION_ACCOUNT_STATUS="A"
  2. Person has active payment obligation from 01.01.2003 to 01.01.2014 :

<PAYMENT_DUTY START_DATE="20030101" DUTY="T" END_DATE="20140101"/>

  1. Payment obligation was paused fro this person:

<PAYMENT_DUTY START_DATE="20090601" DUTY="K" END_DATE="20091231"/>

  1. Person has no payment obligation since 01.01.2014:

<PAYMENT_DUTY START_DATE="20140101" DUTY="M"/>