Skip to content

Instantly share code, notes, and snippets.

@cfcosta
Created March 2, 2024 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cfcosta/a6343266dae3a957a931275c0f5becfe to your computer and use it in GitHub Desktop.
Save cfcosta/a6343266dae3a957a931275c0f5becfe to your computer and use it in GitHub Desktop.
{
"fund": {
"name": "AUTO LOANS FUNDO DE INVESTIMENTO EM DIREITOS CREDITÓRIOS",
"cnpj": "40.794.358/0001-58",
"shares": [
{
"name": "Cotas Seniores",
"quantity": {
"min": 35000000,
"max": 70000000
},
"valuePerShare": 1
},
{
"name": "Cotas Subordinadas Mezanino",
"quantity": {
"min": 7500000,
"max": 15000000
},
"valuePerShare": 1
},
{
"name": "Cotas Subordinadas Júnior",
"quantity": 15000000,
"valuePerShare": 1
}
]
},
"administrator": [
{
"name": "BRL TRUST DISTRIBUIDORA DE TÍTULOS E VALORES MOBILIÁRIOS S.A.",
"cnpj": "13.486.793/0001-42",
"address": {
"street": "Rua Iguatemi",
"number": "151",
"complement": "19º andar (parte)",
"neighborhood": "",
"city": "São Paulo",
"state": "São Paulo",
"zipcode": "01451-011"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment