Skip to content

Commit

Permalink
Merge pull request #697 from Sensedia/release-loans-2024-12-10
Browse files Browse the repository at this point in the history
GT Dados do Cliente: feat(loans): PDC396
  • Loading branch information
paulobastosssd authored Dec 10, 2024
2 parents 05a9250 + a76a616 commit a59df42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dictionary/loansGetContractsContractId_v2.csv
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ PERCENTUAL";1;1;"";Não permitido;string;MINIMO;
/data/contractedFees/feeRate;feeRate;"É o valor da tarifa em percentual pactuada no contrato.

[Restrição] Preenchimento obrigatório quando a forma de cobrança for Percentual.
";Texto;8;Condicional;^[01]\.\d{6}$;;0;1;" Preenchimento obrigatório quando a forma de cobrança for Percentual.
";Texto;8;Condicional;^\d{1}\.\d{6}$;;0;1;" Preenchimento obrigatório quando a forma de cobrança for Percentual.
";Não permitido;string;0.062000;8
/data/contractedFinanceCharges;contractedFinanceCharges;Lista que traz os encargos pactuados no contrato;Lista;;Obrigatório;;;0;N;"";Não permitido;array;;
/data/contractedFinanceCharges/chargeType;chargeType;Tipo de encargo pactuado no contrato.;Texto;;Obrigatório;;"JUROS_REMUNERATORIOS_POR_ATRASO
Expand Down
2 changes: 1 addition & 1 deletion swagger-apis/loans/2.4.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ components:
example: '100000.0400'
feeRate:
type: string
pattern: '^[01]\.\d{6}$'
pattern: '^\d{1}\.\d{6}$'
format: double
maxLength: 8
minLength: 8
Expand Down

0 comments on commit a59df42

Please sign in to comment.