> For the complete documentation index, see [llms.txt](https://docs.transactionlink.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.transactionlink.io/docs/v1/integrations/krd/company-report.md).

# Company Report

### Input

```json
{
    "nip": "5225145009"
}
```

### Response Content

**krd**

| Attribute                         | Type     | Description                                   |
| --------------------------------- | -------- | --------------------------------------------- |
| [`companyReport`](#companyreport) | `object` | Contains information about the company report |

#### companyReport

<table><thead><tr><th width="276.3333333333333">Attribute</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>companyReport</code></td><td><code>object</code></td><td>Contains information about the company report</td></tr><tr><td><a href="#disclousurereport"><code>disclosureReport</code></a></td><td><code>object</code></td><td>Contains information about the disclosure report</td></tr></tbody></table>

#### disclosureReport

<table><thead><tr><th>Attribute</th><th width="231.99999999999997">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>number</code></td><td><code>string</code></td><td>The identification number of the disclosure report</td></tr><tr><td><code>created</code></td><td><code>string</code></td><td>The date and time when the disclosure report was created</td></tr><tr><td><a href="#searchcriterion"><code>searchCriterion</code></a></td><td><code>object</code></td><td>The search criterion used to generate the disclosure report</td></tr><tr><td><a href="#requester"><code>requester</code></a></td><td><code>object</code></td><td>The requester of the disclosure report</td></tr><tr><td><code>summary</code></td><td><code>object</code></td><td>Summary of the disclosure report</td></tr><tr><td><code>positiveInformationSummary</code></td><td><code>object</code></td><td>Summary of the positive information in the disclosure report</td></tr><tr><td><code>report</code></td><td><code>object</code></td><td>Detailed information about the disclosure report</td></tr></tbody></table>

#### **searchCriterion**

| Attribute                     | Type    | Description                                                                               |
| ----------------------------- | ------- | ----------------------------------------------------------------------------------------- |
| nonConsumerIdentityNumber     | object  | The non-consumer identity number used in the search criterion                             |
| authorizationDateSpecified    | boolean | Indicates whether the authorization date was specified in the search criterion            |
| actAuthorizationDateSpecified | boolean | Indicates whether the authorization date of the act was specified in the search criterion |
| searchType                    | string  | The type of search performed in the search criterion                                      |
| searchCriterionType           | string  | The type of search criterion used in the search                                           |

#### requester

| Attribute                     | Type     | Description                                                     |
| ----------------------------- | -------- | --------------------------------------------------------------- |
| [`legalPerson`](#legalperson) | `object` | The legal person who requested the disclosure report            |
| `loginFullName`               | `string` | The full name of the person who requested the disclosure report |

#### legalPerson

| Attribute                           | Type     | Description                             |
| ----------------------------------- | -------- | --------------------------------------- |
| `name`                              | `string` | The name of the legal person            |
| [`identityNumber`](#identitynumber) | `object` | The identity number of the legal person |
| [`seatAddress`](#seataddress)       | `object` | The address of the legal person's seat  |

#### **identityNumber**

| Attribute | Type     | Description                                       |
| --------- | -------- | ------------------------------------------------- |
| `taxId`   | `string` | The tax identification number of the legal person |

#### seatAddress

| Attribute | Type    | Description                                |
| --------- | ------- | ------------------------------------------ |
| `line`    | `array` | An array of strings containing the address |

| Field             | Type   | Description                                                 |
| ----------------- | ------ | ----------------------------------------------------------- |
| informationCount  | number | The number of information in the disclosure report          |
| debtorsCount      | number | The number of debtors in the disclosure report              |
| creditorsCount    | number | The number of creditors in the disclosure report            |
| totalArrears      | object | The total amount of arrears in the disclosure report        |
| oinformationCount | number | The number of positive information in the disclosure report |
| dinformationCount | number | The number of negative information in the disclosure report |

| Field                    | Type   | Description                                                          |
| ------------------------ | ------ | -------------------------------------------------------------------- |
| providersCount           | number | The number of providers in the positive information summary          |
| paidObligationsCount     | number | The number of paid obligations in the positive information summary   |
| averagePaidDebt          | number | The average amount of paid debt in the positive information summary  |
| averagePaymentTimeInDays | number | The average payment time in days in the positive information summary |
| sumPaidDebt              | object | The total amount of paid debt in the positive information summary    |

<br>

KRD Chase SearchNonConsumer output example

```json
{
    "krd":{
        "companyReport":{
            "disclosureReport":{
                "number":"U1/0000606670/2022",
                "created":"2022-08-05T08:54:42.000+00:00",
                "searchCriterion":{
                    "nonConsumerIdentityNumber":{
                        "taxId":"3379102411"
                    },
                    "authorizationDateSpecified":false,
                    "actAuthorizationDateSpecified":false,
                    "searchType":"REGULAR_SEARCH",
                    "searchCriterionType":"TAX_ID"
                },
                "requester":{
                    "legalPerson":{
                        "name":"Sample Company sp. z o.o.",
                        "identityNumber":{
                            "taxId":"5252812929"
                        },
                        "seatAddress":{
                            "line":[
                                "Rynek Nowego Miasta 9/9, Warszawa",
                                "00-229 Warszawa",
                                "PL"
                            ]
                        }
                    },
                    "loginFullName":"Jan Kowalski"
                },
                "summary":{
                    "informationCount":1,
                    "debtorsCount":1,
                    "creditorsCount":1,
                    "totalArrears":{
                        "amount":976.32,
                        "currency":"PLN"
                    },
                    "oinformationCount":1,
                    "dinformationCount":0
                },
                "positiveInformationSummary":{
                    "providersCount":1,
                    "paidObligationsCount":1,
                    "averagePaidDebt":976.32,
                    "averagePaymentTimeInDays":24,
                    "sumPaidDebt":976.3200
                },
                "report":{
                    "obligationInformations":{
                        "obligationInformation":[
                            {
                                "debtor":{
                                    "legalPerson":{
                                        "name":"Onixy TAXI",
                                        "identityNumber":{
                                            "taxId":"3379102411"
                                        },
                                        "seatAddress":{
                                            "line":[
                                                "Maślana 19C/9",
                                                "51-003 Wrocław",
                                                "PL"
                                            ]
                                        }
                                    }
                                },
                                "provider":{
                                    "legalPerson":{
                                        "name":"Sample Company sp. z o.o.",
                                        "identityNumber":{
                                            "taxId":"5252812929"
                                        },
                                        "seatAddress":{
                                            "line":[
                                                "ul. Rynek Nowego Miasta 9/9, Warszawa",
                                                "00-229 Warszawa",
                                                "PL"
                                            ]
                                        }
                                    },
                                    "category":0
                                },
                                "title":"Umowa sprzedaży",
                                "type":"CONTRACT",
                                "paymentDate":"2018-07-03T22:00:00.000+00:00",
                                "proceedings":"postępowanie egzekucyjne",
                                "objections":"Kwestionowanie całości zobowiązania",
                                "noObjections":false,
                                "callSent":"2018-07-03T22:00:00.000+00:00",
                                "arrears":{
                                    "amount":976.32,
                                    "currency":"PLN"
                                },
                                "category":0
                            }
                        ]
                    },
                    "paidObligationInformations":{
                        "paidObligationInformation":[
                            {
                                "provider":{
                                    "legalPerson":{
                                        "identityNumber":{
                                            "taxId":"5252812929"
                                        },
                                        "name":"Sample Company sp. z o.o.",
                                        "seatAddress":{
                                            "line":[
                                                "ul. Rynek Nowego Miasta 9/9, Warszawa",
                                                "00-229 Warszawa",
                                                "PL"
                                            ]
                                        }
                                    },
                                    "category":0
                                },
                                "showProvider":true,
                                "paidObligationsForSubjects":{
                                    "paidObligationsForSubject":[
                                        {
                                            "subject":{
                                                "legalPerson":{
                                                    "identityNumber":{
                                                        "taxId":"3379102411"
                                                    },
                                                    "name":"Onixy TAXI",
                                                    "seatAddress":{
                                                        "line":[
                                                            "Malana 19C/9",
                                                            "51-003 Wrocław",
                                                            "PL"
                                                        ]
                                                    }
                                                }
                                            },
                                            "paidObligations":{
                                                "paidObligation":[
                                                    {
                                                        "currency":"PLN",
                                                        "totalDebt":976.3200,
                                                        "paidDebt":976.3200,
                                                        "dueDate":"2021-10-31T23:00:00.000+00:00",
                                                        "paidDate":"2021-11-24T23:00:00.000+00:00",
                                                        "reason":"Invoice",
                                                        "isSumOfInstalments":false,
                                                        "totalDebtPLN":976.3200,
                                                        "paidDebtPLN":976.3200,
                                                        "category":0
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            }
        }
    },
    "rawResponses":{
        "krd":{
            "companyReport":"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?><ns3:InformationDisclosureResponse xmlns=\"http://krd.pl/Authorization\" xmlns:ns6=\"http://krd.pl/Rastin/Fault\" xmlns:ns5=\"http://krd.pl/Rastin/Dto\" xmlns:ns7=\"http://krd.pl/Chase3.1/Fault\" xmlns:ns2=\"http://krd.pl/Authorization/Response\" xmlns:ns4=\"http://krd.pl/Faults\" xmlns:ns3=\"http://krd.pl/Chase3.1/Dto\"><ns3:DisclosureReport><ns3:Number>U1/0000606670/2022</ns3:Number><ns3:Created>2022-08-05T10:54:42+02:00</ns3:Created><ns3:SearchCriterion><ns3:NonConsumerIdentityNumber><ns3:TaxId>3379102411</ns3:TaxId></ns3:NonConsumerIdentityNumber><ns3:AuthorizationDateSpecified>false</ns3:AuthorizationDateSpecified><ns3:ActAuthorizationDateSpecified>false</ns3:ActAuthorizationDateSpecified><ns3:SearchType>RegularSearch</ns3:SearchType><ns3:SearchCriterionType>TaxId</ns3:SearchCriterionType></ns3:SearchCriterion><ns3:Requester><ns3:LegalPerson><ns3:Name>Sample Company sp. z o.o.</ns3:Name><ns3:IdentityNumber><ns3:TaxId>5252812929</ns3:TaxId></ns3:IdentityNumber><ns3:SeatAddress><ns3:Line>Rynek Nowego Miasta 9/9, Warszawa</ns3:Line><ns3:Line>00-229 Warszawa</ns3:Line><ns3:Line>PL</ns3:Line></ns3:SeatAddress></ns3:LegalPerson><ns3:LoginFullName>Jan Kowalski</ns3:LoginFullName></ns3:Requester><ns3:Summary><ns3:InformationCount>1</ns3:InformationCount><ns3:OInformationCount>1</ns3:OInformationCount><ns3:DInformationCount>0</ns3:DInformationCount><ns3:DebtorsCount>1</ns3:DebtorsCount><ns3:CreditorsCount>1</ns3:CreditorsCount><ns3:TotalArrears><ns3:Amount>976.32</ns3:Amount><ns3:Currency>PLN</ns3:Currency></ns3:TotalArrears></ns3:Summary><ns3:PositiveInformationSummary><ns3:ProvidersCount>1</ns3:ProvidersCount><ns3:PaidObligationsCount>1</ns3:PaidObligationsCount><ns3:AveragePaidDebt>976.32</ns3:AveragePaidDebt><ns3:AveragePaymentTimeInDays>24</ns3:AveragePaymentTimeInDays><ns3:SumPaidDebt>976.3200</ns3:SumPaidDebt></ns3:PositiveInformationSummary><ns3:Report><ns3:ObligationInformations><ns3:ObligationInformation category=\"0\"><ns3:Debtor><ns3:LegalPerson><ns3:Name>Onixy TAXI</ns3:Name><ns3:IdentityNumber><ns3:TaxId>3379102411</ns3:TaxId></ns3:IdentityNumber><ns3:SeatAddress><ns3:Line>Maślana 19C/9</ns3:Line><ns3:Line>51-003 Wrocław</ns3:Line><ns3:Line>PL</ns3:Line></ns3:SeatAddress></ns3:LegalPerson></ns3:Debtor><ns3:Provider category=\"0\"><ns3:LegalPerson><ns3:Name>Sample Company sp. z o.o.</ns3:Name><ns3:IdentityNumber><ns3:TaxId>5252812929</ns3:TaxId></ns3:IdentityNumber><ns3:SeatAddress><ns3:Line>ul. Rynek Nowego Miasta 9/9, Warszawa</ns3:Line><ns3:Line>00-229 Warszawa</ns3:Line><ns3:Line>PL</ns3:Line></ns3:SeatAddress></ns3:LegalPerson></ns3:Provider><ns3:Title>Umowa sprzedaży</ns3:Title><ns3:Type>Contract</ns3:Type><ns3:PaymentDate>2018-07-04T00:00:00+02:00</ns3:PaymentDate><ns3:Proceedings>postępowanie egzekucyjne</ns3:Proceedings><ns3:Objections>Kwestionowanie całości zobowiązania</ns3:Objections><ns3:NoObjections>false</ns3:NoObjections><ns3:CallSent>2018-07-04T00:00:00+02:00</ns3:CallSent><ns3:Arrears><ns3:Amount>976.32</ns3:Amount><ns3:Currency>PLN</ns3:Currency></ns3:Arrears></ns3:ObligationInformation></ns3:ObligationInformations><ns3:PaidObligationInformations><ns3:PaidObligationInformation><ns3:Provider category=\"0\"><ns3:LegalPerson><ns3:IdentityNumber><ns3:TaxId>5252812929</ns3:TaxId></ns3:IdentityNumber><ns3:Name>Sample Company sp. z o.o.</ns3:Name><ns3:SeatAddress><ns3:Line>ul. Rynek Nowego Miasta 9/9, Warszawa</ns3:Line><ns3:Line>00-229 Warszawa</ns3:Line><ns3:Line>PL</ns3:Line></ns3:SeatAddress></ns3:LegalPerson></ns3:Provider><ns3:ShowProvider>true</ns3:ShowProvider><ns3:PaidObligationsForSubjects><ns3:PaidObligationsForSubject><ns3:Subject><ns3:LegalPerson><ns3:IdentityNumber><ns3:TaxId>3379102411</ns3:TaxId></ns3:IdentityNumber><ns3:Name>Onixy TAXI</ns3:Name><ns3:SeatAddress><ns3:Line>Malana 19C/9</ns3:Line><ns3:Line>51-003 Wrocław</ns3:Line><ns3:Line>PL</ns3:Line></ns3:SeatAddress></ns3:LegalPerson></ns3:Subject><ns3:PaidObligations><ns3:PaidObligation category=\"0\"><ns3:Currency>PLN</ns3:Currency><ns3:TotalDebt>976.3200</ns3:TotalDebt><ns3:PaidDebt>976.3200</ns3:PaidDebt><ns3:DueDate>2021-11-01T00:00:00+01:00</ns3:DueDate><ns3:PaidDate>2021-11-25T00:00:00+01:00</ns3:PaidDate><ns3:Reason>Invoice</ns3:Reason><ns3:IsSumOfInstalments>false</ns3:IsSumOfInstalments><ns3:TotalDebtPLN>976.3200</ns3:TotalDebtPLN><ns3:PaidDebtPLN>976.3200</ns3:PaidDebtPLN></ns3:PaidObligation></ns3:PaidObligations></ns3:PaidObligationsForSubject></ns3:PaidObligationsForSubjects></ns3:PaidObligationInformation></ns3:PaidObligationInformations></ns3:Report></ns3:DisclosureReport></ns3:InformationDisclosureResponse>"
        }
    }
}
```

### Sandbox test input

| nip        | unpaid liability | fulfillment of obligations |
| ---------- | ---------------- | -------------------------- |
| 5294395100 | false            | false                      |
| 7985661864 | false            | false                      |
| 1115647216 | false            | false                      |
| 3379102411 | false            | true                       |
| 7764760757 | false            | true                       |
| 1070747845 | false            | true                       |
