Skip to main content

Credit Rights Acquisition

This report documents credit operations (credit rights) acquired by the fund on a given date. It consists of two complementary files:

  • Assets (credit_rights_acquisition_assets) — consolidated view per credit operation, with total acquisition values and general asset characteristics.
  • Installments (credit_rights_acquisition_installments) — breakdown of each individual installment of the operations acquired on the date, with values and maturity dates per installment.

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_acquisition_assets)

Overview

The credit_rights_acquisition_assets file lists all credit operations acquired by the fund on the given reference date. Each row represents an operation (asset), with information about the parties involved, acquisition values, default provisions, and contractual characteristics.

File Structure

AttributeValue
FormatCSV
EncodingUTF-8
Delimiter, (comma)
HeaderYes (first line)
Naming{fund_short_name}_credit_rights_acquisition_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.
has_assignor_coobligationbooleantrueIndicates whether the assignor has co-obligation on the operation.
asset_keystring"a1b2c3d4-e5f6-7890-abcd-ef1234567890"Internal asset key generated by QI Tech (UUID).
contract_numberstring"CCB-2024-001"Contract number of the credit operation.
external_idstring"931e9437-d025-41ab-bb53-6b94e10fd361"External identifier of the asset.
indexstring"pre_fixed"Interest rate indexer type.
index_calendar_basestring"252"Calendar base used for indexer calculation (in business days).
spreadnumber0.01500000Pre-fixed monthly rate of the operation.
spread_calendar_basestring"30"Calendar base for spread calculation (in calendar days).
issue_datedate2024-01-10Contract issue date.
purchase_datedate2024-01-15Date the fund acquired the operation.
maturity_datedate2025-06-30Final maturity date of the operation.
total_purchase_valuenumber10000.00Total amount paid by the fund for the acquisition (principal + premium).
original_principal_valuenumber9800.00Principal value of the credit operation at the time of issuance.
original_premiumnumber200.00Premium paid on acquisition, calculated as total_purchase_value - asset_purchase_value.
original_discountnumber0Discount applied at acquisition.
present_valuenumber10050.12Current value of the operation on the acquisition date.
bad_debt_provision_valuenumber0.00Provision for doubtful debtors (PDD) on the operation (in BRL).
bad_debt_provision_rangestring (enum)"AA"PDD risk range. Possible values: AA, A, B, C, D, E, F, G, H.
iof_valuenumber12.50IOF (financial transaction tax) amount on the operation (in BRL).

Installments (credit_rights_acquisition_installments)

Overview

The credit_rights_acquisition_installments file details each installment of the credit operations acquired on the reference date. Each row represents an individual installment of an operation, allowing analysis of the future payment flow by maturity date and amount.

File Structure

AttributeValue
FormatCSV
EncodingUTF-8
Delimiter, (comma)
HeaderYes (first line)
Naming{fund_short_name}_credit_rights_acquisition_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.
installment_numbernumber2Sequential installment number within the operation.
maturity_datedate2024-03-15Maturity date of this installment.
face_valuenumber1050.00Face value of this installment (principal + interest).
purchase_datedate2024-01-15Date the fund acquired the operation.
installment_purchase_valuenumber1000.00Amount paid by the fund for this specific installment.
principal_valuenumber980.00Principal portion contained in this installment.
spreadnumber0.01500000Pre-fixed monthly rate of the operation.
iof_valuenumber12.50IOF (financial transaction tax) amount on the operation (in BRL).