Skip to main content

Credit Rights Conciliation

This report documents payment events for credit operations (credit rights) recorded on a given accounting date. It consists of two complementary files:

  • Assets (credit_rights_conciliation_assets) — consolidated view per payment event, with financial amounts received and accounting result per operation.
  • Installments (credit_rights_conciliation_installments) — breakdown of payments by individual installment, identifying the installment settled in each event.

Both files share the same reference date. To reconstruct the relationship between the two files, use the external_id field as the join key.


Assets (credit_rights_conciliation_assets)

Overview

The credit_rights_conciliation_assets file lists all payment events for credit operations that occurred on the reference date. Each row represents a payment event, containing the amounts received (principal, interest, fines, and late fees), the change in asset value, and the accounting result calculated.

File Structure

AttributeValue
FormatCSV
EncodingUTF-8
Delimiter, (comma)
HeaderYes (first line)
Naming{fund_short_name}_credit_rights_conciliation_assets_{YYYY-MM-DD}.csv

Columns

ColumnTypeFormat / ExampleDescription
reference_datedate2024-01-15Report reference date.
fund_class_namestring"Example Fund FIC"Fund class name.
fund_class_document_numberstring"12.345.678/0001-99"Fund class CNPJ.
originator_namestring"Originator S.A."Name of the company that originated the operation.
originator_document_numberstring"12.345.678/0001-99"Originator's CNPJ.
assignor_namestring"Assignor S.A."Name of the assignor of the operation.
assignor_document_numberstring"12.345.678/0001-99"Assignor's CNPJ.
borrower_namestring"Borrower Ltd."Name of the debtor (credit borrower).
borrower_document_numberstring"123.456.789-00"CPF or CNPJ of the debtor.
asset_typestring (enum)"ccb"Asset type. Examples: ccb.
asset_keystring"a1b2c3d4-e5f6-7890-abcd-ef1234567890"Internal asset key generated by QI Tech (UUID).
external_idstring"931e9437-d025-41ab-bb53-6b94e10fd361"External identifier of the asset.
contract_numberstring"CCB-2024-001"Contract number of the credit operation.
maturity_datedate2025-06-30Final maturity date of the operation.
payment_datedate2024-01-15Accounting date on which the payment was recorded.
payment_amountnumber1050.00Total amount received in the payment event (in BRL).
principal_paid_amountnumber980.00Principal portion received in the payment (in BRL).
interest_paid_amountnumber70.00Interest portion received in the payment (in BRL).
delay_fine_valuenumber0.00Late fine received in the payment (in BRL).
delay_interest_valuenumber0.00Late interest received in the payment (in BRL).
post_maturity_interest_valuenumber0.00Post-maturity interest received in the payment (in BRL).
asset_reduction_valuenumber1000.00Change (reduction) in the asset's book value due to the payment (in BRL).
result_valuenumber50.00Accounting result from the payment event (in BRL).
installment_numberstring"2"Number of the installment settled in this event.
payment_typestring (enum)"installment_settlement"Classification of the payment event type.
written_off_accounting_result_valuenumber0.00Written-off accounting result associated with the event (in BRL).
payment_keystring"b2c3d4e5-f6a7-8901-bcde-f12345678901"Internal payment event key generated by QI Tech (UUID).

Installments (credit_rights_conciliation_installments)

Overview

The credit_rights_conciliation_installments file details payments by installment for credit operations on the reference date. Each row associates a payment event with a specific installment of the operation, allowing reconciliation of the amount received with the expected installment flow.

File Structure

AttributeValue
FormatCSV
EncodingUTF-8
Delimiter, (comma)
HeaderYes (first line)
Naming{fund_short_name}_credit_rights_conciliation_installments_{YYYY-MM-DD}.csv

Columns

ColumnTypeFormat / ExampleDescription
reference_datedate2024-01-15Report reference date.
fund_class_namestring"Example Fund FIC"Fund class name.
fund_class_document_numberstring"12.345.678/0001-99"Fund class CNPJ.
originator_namestring"Originator S.A."Name of the company that originated the operation.
originator_document_numberstring"12.345.678/0001-99"Originator's CNPJ.
assignor_namestring"Assignor S.A."Name of the assignor of the operation.
assignor_document_numberstring"12.345.678/0001-99"Assignor's CNPJ.
borrower_namestring"Borrower Ltd."Name of the debtor (credit borrower).
borrower_document_numberstring"123.456.789-00"CPF or CNPJ of the debtor.
asset_typestring (enum)"ccb"Asset type. Examples: ccb.
asset_keystring"a1b2c3d4-e5f6-7890-abcd-ef1234567890"Internal asset key generated by QI Tech (UUID).
external_idstring"931e9437-d025-41ab-bb53-6b94e10fd361"External identifier of the asset.
contract_numberstring"CCB-2024-001"Contract number of the credit operation.
maturity_datedate2025-06-30Final maturity date of the operation.
principal_valuenumber9800.00Total principal value of the operation (in BRL).
payment_datedate2024-01-15Accounting date on which the payment was recorded.
payment_amountnumber1050.00Total amount received in the payment event (in BRL).
installment_numberstring"2"Number of the installment settled in this event.
installment_maturity_datedate2024-01-15Maturity date of the settled installment.
installment_business_maturity_datedate2024-01-15Maturity date of the installment in business days.
face_valuenumber1050.00Face value of the settled installment (in BRL).
payment_typestring (enum)"installment_settlement"Classification of the payment event type.