v1

latestOpenAPI 3.0.42026-07-24150552428.5 KB
Renegotiation

Consultar o(s) contrato(s) passivéis de renegociação agrupados por elegibilidade

O objetivo dessa rota é consultar o(s) contrato(s) passivéis de renegociação agrupados por elegibilidade.

get/renegotiation/{customer_tax_id}/contracts

Path parameters

customer_tax_idstring required

Identificador do cliente

Identificação do cliente

Query parameters

fund_tax_idstring required

CNPJ/CPF

Example:15996430000182

Identificação do fundo

Response

Sucesso

descriptionstring
idstring
installment_agreement_type'Disabled' | 'OnlyVNP' | 'NotVNP' | 'All'
type'TOTAL' | 'WRAP'

Example response

[
  {
    "contracts": [
      {
        "balance": {
          "curve_value": 3111.1,
          "fixed_interest_value": 653.51,
          "interest_arrears_value": 3.55,
          "iof_fee_value": 0.32,
          "penalty_fee_value": 22.47,
          "principal_value": 2431.25,
          "spread_rate": 49.190931
        },
        "contract": "AUX-55335009",
        "cros_contract": "0002391480/RMD_TEST_022",
        "due_days": 273,
        "installments": [
          {
            "curve_value\"": 164.23,
            "fixed_interest_value\"": 7.37,
            "installment_number\"": 1,
            "interest_arrears_value\"": 0.96,
            "iof_value\"": 0.05,
            "is_vnp": true,
            "maturity_date": "2022-11-30T00:00:00",
            "maturity_value\"": 160,
            "penalty_fee_value\"": 3.22,
            "principal_value\"": 152.63,
            "status": "Opened"
          }
        ],
        "name": "FIDC MT Auxilio Brasil"
      }
    ],
    "description": "Reneg. Simples",
    "id": "COL_RISK_POLICY_TEST",
    "installment_agreement_type": "Disabled",
    "type": "TOTAL"
  }
]