GET api/v1/publicdataset

Provides daily public dataset of all loan data that is not covered by the data protection laws.

Requires authorization!

Response Codes

  • 200 – Successfully got list of loan public dataset items
  • 401 – User is not Authorized

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LoanIds

Specific loans to search

Collection of globally unique identifier

None.

Countries

Two letter iso code for country of origin: EE, ES, FI

Collection of string

None.

Ratings

Bondora's rating: AA, A, B, C, D, E, F, HR

Collection of string

None.

LoanDateFrom

Loan start date from

date

None.

LoanDateTo

Loan start date to

date

None.

PageSize

Max items in result, up to 10000

integer

Range: inclusive between 1 and 10000

PageNr

Result page nr

integer

Range: inclusive between 1 and 2147483647

Body Parameters

None.

Response Information

Resource Description

Provides daily public dataset of all loan data that is not covered by the data protection laws.
List of active PublicDatasetItem set to Payload property

ApiResultPublicDataset
NameDescriptionTypeAdditional information
PageSize

Requested Max items in result

integer

Range: inclusive between 0 and 2147483647

PageNr

Requested page nr

integer

Range: inclusive between 1 and 2147483647

TotalCount

Total number of items found

integer

Required

Range: inclusive between 0 and 2147483647

Count

Number of items returned

integer

Required

Range: inclusive between 0 and 2147483647

Payload

The payload of the response. Type depends on the API request.

Collection of PublicDatasetItem

None.

Success

Indicates if the request was successfull or not. true if the request was handled successfully, false otherwise.

boolean

Required

Errors

Error(s) accociated with the API request.

Collection of ApiError

None.

Response Formats

application/json, text/json

Sample:
{
  "PageSize": 1,
  "PageNr": 2,
  "TotalCount": 3,
  "Count": 4,
  "Payload": [
    {
      "LoanId": "35ac494f-352b-4d31-b3e0-3ef318a91d13",
      "LoanNumber": 2,
      "ListedOnUTC": "2024-03-27T23:39:49.964869+02:00",
      "BiddingStartedOn": "2024-03-27T23:39:49.964869+02:00",
      "BidsPortfolioManager": 1.0,
      "BidsApi": 1.0,
      "BidsManual": 1.0,
      "UserName": "sample string-4",
      "NewCreditCustomer": true,
      "LoanApplicationStartedDate": "2024-03-27T23:39:49.964869+02:00",
      "LoanDate": "2024-03-27T23:39:49.964869+02:00",
      "ContractEndDate": "2024-03-27T23:39:49.964869+02:00",
      "FirstPaymentDate": "2024-03-27T23:39:49.964869+02:00",
      "MaturityDate_Original": "2024-03-27T23:39:49.964869+02:00",
      "MaturityDate_Last": "2024-03-27T23:39:49.964869+02:00",
      "ApplicationSignedHour": 1,
      "ApplicationSignedWeekday": 1,
      "VerificationType": 1,
      "LanguageCode": 1,
      "Age": 7,
      "DateOfBirth": "2024-03-27T23:39:49.964869+02:00",
      "Gender": 0,
      "Country": "sample string-8",
      "County": "sample string-9",
      "City": "sample string-10",
      "AppliedAmount": 11.0,
      "Amount": 1.0,
      "Interest": 12.0,
      "LoanDuration": 13,
      "MonthlyPayment": 1,
      "UseOfLoan": 0,
      "Education": 1,
      "MaritalStatus": 1,
      "NrOfDependants": "sample string-14",
      "EmploymentStatus": 1,
      "EmploymentDurationCurrentEmployer": "sample string-15",
      "EmploymentPosition": "sample string-16",
      "WorkExperience": "sample string-17",
      "OccupationArea": 1,
      "HomeOwnershipType": 0,
      "IncomeFromPrincipalEmployer": 18.0,
      "IncomeFromPension": 19.0,
      "IncomeFromFamilyAllowance": 20.0,
      "IncomeFromSocialWelfare": 21.0,
      "IncomeFromLeavePay": 22.0,
      "IncomeFromChildSupport": 23.0,
      "IncomeOther": 24.0,
      "IncomeTotal": 25.0,
      "ExistingLiabilities": 1,
      "RefinanceLiabilities": 1,
      "LiabilitiesTotal": 26.0,
      "DebtToIncome": 1.0,
      "FreeCash": 1.0,
      "MonthlyPaymentDay": 27,
      "ActiveScheduleFirstPaymentReached": true,
      "PlannedPrincipalTillDate": 1.0,
      "PlannedInterestTillDate": 1.0,
      "LastPaymentOn": "2024-03-27T23:39:49.964869+02:00",
      "CurrentDebtDaysPrimary": 1,
      "DebtOccuredOn": "2024-03-27T23:39:49.964869+02:00",
      "CurrentDebtDaysSecondary": 1,
      "DebtOccuredOnForSecondary": "2024-03-27T23:39:49.964869+02:00",
      "ExpectedLoss": 1.1,
      "LossGivenDefault": 1.1,
      "ExpectedReturn": 1.1,
      "ProbabilityOfDefault": 1.1,
      "DefaultDate": "2024-03-27T23:39:49.964869+02:00",
      "PrincipalOverdueBySchedule": 1.0,
      "PlannedPrincipalPostDefault": 1.0,
      "PlannedInterestPostDefault": 1.0,
      "EAD1": 1.0,
      "EAD2": 1.0,
      "PrincipalRecovery": 1.0,
      "InterestRecovery": 1.0,
      "RecoveryStage": 1,
      "StageActiveSince": "2024-03-27T23:39:49.964869+02:00",
      "ModelVersion": 1,
      "Rating": "sample string-29",
      "EL_V0": 1.1,
      "Rating_V0": "sample string-30",
      "EL_V1": 1.1,
      "Rating_V1": "sample string-31",
      "EL_V2": 1.1,
      "Rating_V2": "sample string-32",
      "LoanCancelled": true,
      "Status": "sample string-33",
      "Restructured": true,
      "ActiveLateCategory": "sample string-34",
      "WorseLateCategory": "sample string-35",
      "CreditScoreEsMicroL": "sample string-36",
      "CreditScoreEsEquifaxRisk": "sample string-37",
      "CreditScoreFiAsiakasTietoRiskGrade": "sample string-38",
      "CreditScoreEeMini": "sample string-39",
      "PrincipalPaymentsMade": 1.0,
      "InterestAndPenaltyPaymentsMade": 1.0,
      "PrincipalWriteOffs": 1.0,
      "InterestAndPenaltyWriteOffs": 1.0,
      "PrincipalDebtServicingCost": 1.0,
      "InterestAndPenaltyDebtServicingCost": 1.0,
      "PrincipalBalance": 1.0,
      "InterestAndPenaltyBalance": 1.0,
      "NoOfPreviousLoansBeforeLoan": 1,
      "AmountOfPreviousLoansBeforeLoan": 1.0,
      "PreviousRepaymentsBeforeLoan": 1.0,
      "PreviousEarlyRepaymentsBeforeLoan": 1.0,
      "PreviousEarlyRepaymentsCountBeforeLoan": 1,
      "GracePeriodStart": "2024-03-27T23:39:49.964869+02:00",
      "GracePeriodEnd": "2024-03-27T23:39:49.964869+02:00",
      "NextPaymentDate": "2024-03-27T23:39:49.964869+02:00",
      "NextPaymentNr": 1,
      "NrOfScheduledPayments": 1,
      "ReScheduledOn": "2024-03-27T23:39:49.964869+02:00"
    },
    {
      "LoanId": "35ac494f-352b-4d31-b3e0-3ef318a91d13",
      "LoanNumber": 2,
      "ListedOnUTC": "2024-03-27T23:39:49.964869+02:00",
      "BiddingStartedOn": "2024-03-27T23:39:49.964869+02:00",
      "BidsPortfolioManager": 1.0,
      "BidsApi": 1.0,
      "BidsManual": 1.0,
      "UserName": "sample string-4",
      "NewCreditCustomer": true,
      "LoanApplicationStartedDate": "2024-03-27T23:39:49.964869+02:00",
      "LoanDate": "2024-03-27T23:39:49.964869+02:00",
      "ContractEndDate": "2024-03-27T23:39:49.964869+02:00",
      "FirstPaymentDate": "2024-03-27T23:39:49.964869+02:00",
      "MaturityDate_Original": "2024-03-27T23:39:49.964869+02:00",
      "MaturityDate_Last": "2024-03-27T23:39:49.964869+02:00",
      "ApplicationSignedHour": 1,
      "ApplicationSignedWeekday": 1,
      "VerificationType": 1,
      "LanguageCode": 1,
      "Age": 7,
      "DateOfBirth": "2024-03-27T23:39:49.964869+02:00",
      "Gender": 0,
      "Country": "sample string-8",
      "County": "sample string-9",
      "City": "sample string-10",
      "AppliedAmount": 11.0,
      "Amount": 1.0,
      "Interest": 12.0,
      "LoanDuration": 13,
      "MonthlyPayment": 1,
      "UseOfLoan": 0,
      "Education": 1,
      "MaritalStatus": 1,
      "NrOfDependants": "sample string-14",
      "EmploymentStatus": 1,
      "EmploymentDurationCurrentEmployer": "sample string-15",
      "EmploymentPosition": "sample string-16",
      "WorkExperience": "sample string-17",
      "OccupationArea": 1,
      "HomeOwnershipType": 0,
      "IncomeFromPrincipalEmployer": 18.0,
      "IncomeFromPension": 19.0,
      "IncomeFromFamilyAllowance": 20.0,
      "IncomeFromSocialWelfare": 21.0,
      "IncomeFromLeavePay": 22.0,
      "IncomeFromChildSupport": 23.0,
      "IncomeOther": 24.0,
      "IncomeTotal": 25.0,
      "ExistingLiabilities": 1,
      "RefinanceLiabilities": 1,
      "LiabilitiesTotal": 26.0,
      "DebtToIncome": 1.0,
      "FreeCash": 1.0,
      "MonthlyPaymentDay": 27,
      "ActiveScheduleFirstPaymentReached": true,
      "PlannedPrincipalTillDate": 1.0,
      "PlannedInterestTillDate": 1.0,
      "LastPaymentOn": "2024-03-27T23:39:49.964869+02:00",
      "CurrentDebtDaysPrimary": 1,
      "DebtOccuredOn": "2024-03-27T23:39:49.964869+02:00",
      "CurrentDebtDaysSecondary": 1,
      "DebtOccuredOnForSecondary": "2024-03-27T23:39:49.964869+02:00",
      "ExpectedLoss": 1.1,
      "LossGivenDefault": 1.1,
      "ExpectedReturn": 1.1,
      "ProbabilityOfDefault": 1.1,
      "DefaultDate": "2024-03-27T23:39:49.964869+02:00",
      "PrincipalOverdueBySchedule": 1.0,
      "PlannedPrincipalPostDefault": 1.0,
      "PlannedInterestPostDefault": 1.0,
      "EAD1": 1.0,
      "EAD2": 1.0,
      "PrincipalRecovery": 1.0,
      "InterestRecovery": 1.0,
      "RecoveryStage": 1,
      "StageActiveSince": "2024-03-27T23:39:49.964869+02:00",
      "ModelVersion": 1,
      "Rating": "sample string-29",
      "EL_V0": 1.1,
      "Rating_V0": "sample string-30",
      "EL_V1": 1.1,
      "Rating_V1": "sample string-31",
      "EL_V2": 1.1,
      "Rating_V2": "sample string-32",
      "LoanCancelled": true,
      "Status": "sample string-33",
      "Restructured": true,
      "ActiveLateCategory": "sample string-34",
      "WorseLateCategory": "sample string-35",
      "CreditScoreEsMicroL": "sample string-36",
      "CreditScoreEsEquifaxRisk": "sample string-37",
      "CreditScoreFiAsiakasTietoRiskGrade": "sample string-38",
      "CreditScoreEeMini": "sample string-39",
      "PrincipalPaymentsMade": 1.0,
      "InterestAndPenaltyPaymentsMade": 1.0,
      "PrincipalWriteOffs": 1.0,
      "InterestAndPenaltyWriteOffs": 1.0,
      "PrincipalDebtServicingCost": 1.0,
      "InterestAndPenaltyDebtServicingCost": 1.0,
      "PrincipalBalance": 1.0,
      "InterestAndPenaltyBalance": 1.0,
      "NoOfPreviousLoansBeforeLoan": 1,
      "AmountOfPreviousLoansBeforeLoan": 1.0,
      "PreviousRepaymentsBeforeLoan": 1.0,
      "PreviousEarlyRepaymentsBeforeLoan": 1.0,
      "PreviousEarlyRepaymentsCountBeforeLoan": 1,
      "GracePeriodStart": "2024-03-27T23:39:49.964869+02:00",
      "GracePeriodEnd": "2024-03-27T23:39:49.964869+02:00",
      "NextPaymentDate": "2024-03-27T23:39:49.964869+02:00",
      "NextPaymentNr": 1,
      "NrOfScheduledPayments": 1,
      "ReScheduledOn": "2024-03-27T23:39:49.964869+02:00"
    }
  ],
  "Success": true,
  "Errors": [
    {
      "Code": 1,
      "Message": "sample string-2",
      "Details": "sample string-3"
    },
    {
      "Code": 1,
      "Message": "sample string-2",
      "Details": "sample string-3"
    }
  ]
}

application/xml, text/xml

Sample:
<ApiResultPublicDataset xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sobralaen.Api.Models">
  <Errors>
    <ApiError>
      <Code>1</Code>
      <Details>sample string-3</Details>
      <Message>sample string-2</Message>
    </ApiError>
    <ApiError>
      <Code>1</Code>
      <Details>sample string-3</Details>
      <Message>sample string-2</Message>
    </ApiError>
  </Errors>
  <Success>true</Success>
  <Payload>
    <PublicDatasetItem>
      <ActiveLateCategory>sample string-34</ActiveLateCategory>
      <ActiveScheduleFirstPaymentReached>true</ActiveScheduleFirstPaymentReached>
      <Age>7</Age>
      <Amount>1</Amount>
      <AmountOfPreviousLoansBeforeLoan>1</AmountOfPreviousLoansBeforeLoan>
      <ApplicationSignedHour>1</ApplicationSignedHour>
      <ApplicationSignedWeekday>1</ApplicationSignedWeekday>
      <AppliedAmount>11</AppliedAmount>
      <BiddingStartedOn>2024-03-27T23:39:49.964869+02:00</BiddingStartedOn>
      <BidsApi>1</BidsApi>
      <BidsManual>1</BidsManual>
      <BidsPortfolioManager>1</BidsPortfolioManager>
      <City>sample string-10</City>
      <ContractEndDate>2024-03-27T23:39:49.964869+02:00</ContractEndDate>
      <Country>sample string-8</Country>
      <County>sample string-9</County>
      <CreditScoreEeMini>sample string-39</CreditScoreEeMini>
      <CreditScoreEsEquifaxRisk>sample string-37</CreditScoreEsEquifaxRisk>
      <CreditScoreEsMicroL>sample string-36</CreditScoreEsMicroL>
      <CreditScoreFiAsiakasTietoRiskGrade>sample string-38</CreditScoreFiAsiakasTietoRiskGrade>
      <CurrentDebtDaysPrimary>1</CurrentDebtDaysPrimary>
      <CurrentDebtDaysSecondary>1</CurrentDebtDaysSecondary>
      <DateOfBirth>2024-03-27T23:39:49.964869+02:00</DateOfBirth>
      <DebtOccuredOn>2024-03-27T23:39:49.964869+02:00</DebtOccuredOn>
      <DebtOccuredOnForSecondary>2024-03-27T23:39:49.964869+02:00</DebtOccuredOnForSecondary>
      <DebtToIncome>1</DebtToIncome>
      <DefaultDate>2024-03-27T23:39:49.964869+02:00</DefaultDate>
      <EAD1>1</EAD1>
      <EAD2>1</EAD2>
      <EL_V0>1.1</EL_V0>
      <EL_V1>1.1</EL_V1>
      <EL_V2>1.1</EL_V2>
      <Education>primary</Education>
      <EmploymentDurationCurrentEmployer>sample string-15</EmploymentDurationCurrentEmployer>
      <EmploymentPosition>sample string-16</EmploymentPosition>
      <EmploymentStatus>unEmployed</EmploymentStatus>
      <ExistingLiabilities>1</ExistingLiabilities>
      <ExpectedLoss>1.1</ExpectedLoss>
      <ExpectedReturn>1.1</ExpectedReturn>
      <FirstPaymentDate>2024-03-27T23:39:49.964869+02:00</FirstPaymentDate>
      <FreeCash>1</FreeCash>
      <Gender>Male</Gender>
      <GracePeriodEnd>2024-03-27T23:39:49.964869+02:00</GracePeriodEnd>
      <GracePeriodStart>2024-03-27T23:39:49.964869+02:00</GracePeriodStart>
      <HomeOwnershipType>Homeless</HomeOwnershipType>
      <IncomeFromChildSupport>23</IncomeFromChildSupport>
      <IncomeFromFamilyAllowance>20</IncomeFromFamilyAllowance>
      <IncomeFromLeavePay>22</IncomeFromLeavePay>
      <IncomeFromPension>19</IncomeFromPension>
      <IncomeFromPrincipalEmployer>18</IncomeFromPrincipalEmployer>
      <IncomeFromSocialWelfare>21</IncomeFromSocialWelfare>
      <IncomeOther>24</IncomeOther>
      <IncomeTotal>25</IncomeTotal>
      <Interest>12</Interest>
      <InterestAndPenaltyBalance>1</InterestAndPenaltyBalance>
      <InterestAndPenaltyDebtServicingCost>1</InterestAndPenaltyDebtServicingCost>
      <InterestAndPenaltyPaymentsMade>1</InterestAndPenaltyPaymentsMade>
      <InterestAndPenaltyWriteOffs>1</InterestAndPenaltyWriteOffs>
      <InterestRecovery>1</InterestRecovery>
      <LanguageCode>et</LanguageCode>
      <LastPaymentOn>2024-03-27T23:39:49.964869+02:00</LastPaymentOn>
      <LiabilitiesTotal>26</LiabilitiesTotal>
      <ListedOnUTC>2024-03-27T23:39:49.964869+02:00</ListedOnUTC>
      <LoanApplicationStartedDate>2024-03-27T23:39:49.964869+02:00</LoanApplicationStartedDate>
      <LoanCancelled>true</LoanCancelled>
      <LoanDate>2024-03-27T23:39:49.964869+02:00</LoanDate>
      <LoanDuration>13</LoanDuration>
      <LoanId>35ac494f-352b-4d31-b3e0-3ef318a91d13</LoanId>
      <LoanNumber>2</LoanNumber>
      <LossGivenDefault>1.1</LossGivenDefault>
      <MaritalStatus>married</MaritalStatus>
      <MaturityDate_Last>2024-03-27T23:39:49.964869+02:00</MaturityDate_Last>
      <MaturityDate_Original>2024-03-27T23:39:49.964869+02:00</MaturityDate_Original>
      <ModelVersion>1</ModelVersion>
      <MonthlyPayment>1</MonthlyPayment>
      <MonthlyPaymentDay>27</MonthlyPaymentDay>
      <NewCreditCustomer>true</NewCreditCustomer>
      <NextPaymentDate>2024-03-27T23:39:49.964869+02:00</NextPaymentDate>
      <NextPaymentNr>1</NextPaymentNr>
      <NoOfPreviousLoansBeforeLoan>1</NoOfPreviousLoansBeforeLoan>
      <NrOfDependants>sample string-14</NrOfDependants>
      <NrOfScheduledPayments>1</NrOfScheduledPayments>
      <OccupationArea>Other</OccupationArea>
      <PlannedInterestPostDefault>1</PlannedInterestPostDefault>
      <PlannedInterestTillDate>1</PlannedInterestTillDate>
      <PlannedPrincipalPostDefault>1</PlannedPrincipalPostDefault>
      <PlannedPrincipalTillDate>1</PlannedPrincipalTillDate>
      <PreviousEarlyRepaymentsBeforeLoan>1</PreviousEarlyRepaymentsBeforeLoan>
      <PreviousEarlyRepaymentsCountBeforeLoan>1</PreviousEarlyRepaymentsCountBeforeLoan>
      <PreviousRepaymentsBeforeLoan>1</PreviousRepaymentsBeforeLoan>
      <PrincipalBalance>1</PrincipalBalance>
      <PrincipalDebtServicingCost>1</PrincipalDebtServicingCost>
      <PrincipalOverdueBySchedule>1</PrincipalOverdueBySchedule>
      <PrincipalPaymentsMade>1</PrincipalPaymentsMade>
      <PrincipalRecovery>1</PrincipalRecovery>
      <PrincipalWriteOffs>1</PrincipalWriteOffs>
      <ProbabilityOfDefault>1.1</ProbabilityOfDefault>
      <Rating>sample string-29</Rating>
      <Rating_V0>sample string-30</Rating_V0>
      <Rating_V1>sample string-31</Rating_V1>
      <Rating_V2>sample string-32</Rating_V2>
      <ReScheduledOn>2024-03-27T23:39:49.964869+02:00</ReScheduledOn>
      <RecoveryStage>Collection</RecoveryStage>
      <RefinanceLiabilities>1</RefinanceLiabilities>
      <Restructured>true</Restructured>
      <StageActiveSince>2024-03-27T23:39:49.964869+02:00</StageActiveSince>
      <Status>sample string-33</Status>
      <UseOfLoan>DebtConsolidation</UseOfLoan>
      <UserName>sample string-4</UserName>
      <VerificationType>NotVerified</VerificationType>
      <WorkExperience>sample string-17</WorkExperience>
      <WorseLateCategory>sample string-35</WorseLateCategory>
    </PublicDatasetItem>
    <PublicDatasetItem>
      <ActiveLateCategory>sample string-34</ActiveLateCategory>
      <ActiveScheduleFirstPaymentReached>true</ActiveScheduleFirstPaymentReached>
      <Age>7</Age>
      <Amount>1</Amount>
      <AmountOfPreviousLoansBeforeLoan>1</AmountOfPreviousLoansBeforeLoan>
      <ApplicationSignedHour>1</ApplicationSignedHour>
      <ApplicationSignedWeekday>1</ApplicationSignedWeekday>
      <AppliedAmount>11</AppliedAmount>
      <BiddingStartedOn>2024-03-27T23:39:49.964869+02:00</BiddingStartedOn>
      <BidsApi>1</BidsApi>
      <BidsManual>1</BidsManual>
      <BidsPortfolioManager>1</BidsPortfolioManager>
      <City>sample string-10</City>
      <ContractEndDate>2024-03-27T23:39:49.964869+02:00</ContractEndDate>
      <Country>sample string-8</Country>
      <County>sample string-9</County>
      <CreditScoreEeMini>sample string-39</CreditScoreEeMini>
      <CreditScoreEsEquifaxRisk>sample string-37</CreditScoreEsEquifaxRisk>
      <CreditScoreEsMicroL>sample string-36</CreditScoreEsMicroL>
      <CreditScoreFiAsiakasTietoRiskGrade>sample string-38</CreditScoreFiAsiakasTietoRiskGrade>
      <CurrentDebtDaysPrimary>1</CurrentDebtDaysPrimary>
      <CurrentDebtDaysSecondary>1</CurrentDebtDaysSecondary>
      <DateOfBirth>2024-03-27T23:39:49.964869+02:00</DateOfBirth>
      <DebtOccuredOn>2024-03-27T23:39:49.964869+02:00</DebtOccuredOn>
      <DebtOccuredOnForSecondary>2024-03-27T23:39:49.964869+02:00</DebtOccuredOnForSecondary>
      <DebtToIncome>1</DebtToIncome>
      <DefaultDate>2024-03-27T23:39:49.964869+02:00</DefaultDate>
      <EAD1>1</EAD1>
      <EAD2>1</EAD2>
      <EL_V0>1.1</EL_V0>
      <EL_V1>1.1</EL_V1>
      <EL_V2>1.1</EL_V2>
      <Education>primary</Education>
      <EmploymentDurationCurrentEmployer>sample string-15</EmploymentDurationCurrentEmployer>
      <EmploymentPosition>sample string-16</EmploymentPosition>
      <EmploymentStatus>unEmployed</EmploymentStatus>
      <ExistingLiabilities>1</ExistingLiabilities>
      <ExpectedLoss>1.1</ExpectedLoss>
      <ExpectedReturn>1.1</ExpectedReturn>
      <FirstPaymentDate>2024-03-27T23:39:49.964869+02:00</FirstPaymentDate>
      <FreeCash>1</FreeCash>
      <Gender>Male</Gender>
      <GracePeriodEnd>2024-03-27T23:39:49.964869+02:00</GracePeriodEnd>
      <GracePeriodStart>2024-03-27T23:39:49.964869+02:00</GracePeriodStart>
      <HomeOwnershipType>Homeless</HomeOwnershipType>
      <IncomeFromChildSupport>23</IncomeFromChildSupport>
      <IncomeFromFamilyAllowance>20</IncomeFromFamilyAllowance>
      <IncomeFromLeavePay>22</IncomeFromLeavePay>
      <IncomeFromPension>19</IncomeFromPension>
      <IncomeFromPrincipalEmployer>18</IncomeFromPrincipalEmployer>
      <IncomeFromSocialWelfare>21</IncomeFromSocialWelfare>
      <IncomeOther>24</IncomeOther>
      <IncomeTotal>25</IncomeTotal>
      <Interest>12</Interest>
      <InterestAndPenaltyBalance>1</InterestAndPenaltyBalance>
      <InterestAndPenaltyDebtServicingCost>1</InterestAndPenaltyDebtServicingCost>
      <InterestAndPenaltyPaymentsMade>1</InterestAndPenaltyPaymentsMade>
      <InterestAndPenaltyWriteOffs>1</InterestAndPenaltyWriteOffs>
      <InterestRecovery>1</InterestRecovery>
      <LanguageCode>et</LanguageCode>
      <LastPaymentOn>2024-03-27T23:39:49.964869+02:00</LastPaymentOn>
      <LiabilitiesTotal>26</LiabilitiesTotal>
      <ListedOnUTC>2024-03-27T23:39:49.964869+02:00</ListedOnUTC>
      <LoanApplicationStartedDate>2024-03-27T23:39:49.964869+02:00</LoanApplicationStartedDate>
      <LoanCancelled>true</LoanCancelled>
      <LoanDate>2024-03-27T23:39:49.964869+02:00</LoanDate>
      <LoanDuration>13</LoanDuration>
      <LoanId>35ac494f-352b-4d31-b3e0-3ef318a91d13</LoanId>
      <LoanNumber>2</LoanNumber>
      <LossGivenDefault>1.1</LossGivenDefault>
      <MaritalStatus>married</MaritalStatus>
      <MaturityDate_Last>2024-03-27T23:39:49.964869+02:00</MaturityDate_Last>
      <MaturityDate_Original>2024-03-27T23:39:49.964869+02:00</MaturityDate_Original>
      <ModelVersion>1</ModelVersion>
      <MonthlyPayment>1</MonthlyPayment>
      <MonthlyPaymentDay>27</MonthlyPaymentDay>
      <NewCreditCustomer>true</NewCreditCustomer>
      <NextPaymentDate>2024-03-27T23:39:49.964869+02:00</NextPaymentDate>
      <NextPaymentNr>1</NextPaymentNr>
      <NoOfPreviousLoansBeforeLoan>1</NoOfPreviousLoansBeforeLoan>
      <NrOfDependants>sample string-14</NrOfDependants>
      <NrOfScheduledPayments>1</NrOfScheduledPayments>
      <OccupationArea>Other</OccupationArea>
      <PlannedInterestPostDefault>1</PlannedInterestPostDefault>
      <PlannedInterestTillDate>1</PlannedInterestTillDate>
      <PlannedPrincipalPostDefault>1</PlannedPrincipalPostDefault>
      <PlannedPrincipalTillDate>1</PlannedPrincipalTillDate>
      <PreviousEarlyRepaymentsBeforeLoan>1</PreviousEarlyRepaymentsBeforeLoan>
      <PreviousEarlyRepaymentsCountBeforeLoan>1</PreviousEarlyRepaymentsCountBeforeLoan>
      <PreviousRepaymentsBeforeLoan>1</PreviousRepaymentsBeforeLoan>
      <PrincipalBalance>1</PrincipalBalance>
      <PrincipalDebtServicingCost>1</PrincipalDebtServicingCost>
      <PrincipalOverdueBySchedule>1</PrincipalOverdueBySchedule>
      <PrincipalPaymentsMade>1</PrincipalPaymentsMade>
      <PrincipalRecovery>1</PrincipalRecovery>
      <PrincipalWriteOffs>1</PrincipalWriteOffs>
      <ProbabilityOfDefault>1.1</ProbabilityOfDefault>
      <Rating>sample string-29</Rating>
      <Rating_V0>sample string-30</Rating_V0>
      <Rating_V1>sample string-31</Rating_V1>
      <Rating_V2>sample string-32</Rating_V2>
      <ReScheduledOn>2024-03-27T23:39:49.964869+02:00</ReScheduledOn>
      <RecoveryStage>Collection</RecoveryStage>
      <RefinanceLiabilities>1</RefinanceLiabilities>
      <Restructured>true</Restructured>
      <StageActiveSince>2024-03-27T23:39:49.964869+02:00</StageActiveSince>
      <Status>sample string-33</Status>
      <UseOfLoan>DebtConsolidation</UseOfLoan>
      <UserName>sample string-4</UserName>
      <VerificationType>NotVerified</VerificationType>
      <WorkExperience>sample string-17</WorkExperience>
      <WorseLateCategory>sample string-35</WorseLateCategory>
    </PublicDatasetItem>
  </Payload>
  <Count>4</Count>
  <PageNr>2</PageNr>
  <PageSize>1</PageSize>
  <TotalCount>3</TotalCount>
</ApiResultPublicDataset>