Every entity has a formation resource that dictates when and where an entity was established. This will be relevant when the entity is a business

The formation object is composed by information about the business, equity, shareholders, and managers with their faculties.


The Formation Object

PropertyTypeDescription
countryStringCountry where de entity was registrated. Formatted in ISO 3166-1
company_typeStringCompany type. For chilean companies values can be 'e.i.r.l', 'cpa', 'spa', 's.a', 's.a.g.r', 'ltda'
date_of_documentStringDeprecated
constitution_dateStringDate when the company was formated. Formatted in ISO 8601
simple_signatureBooleanThis boolean field indicates returns true if the administration.administration_type description is indifferent among all the administrators, and false otherwise.
requires_manual_reviewBooleanThis field signifies whether the company necessitates a manual review by a person and should not proceed through an automated process. It returns true if manual review is required, and false if an automated flow is acceptable.
registryStringRegistry where the business was formated. For example, 'Registro ElectrΓ³nico de Empresas y Sociedades' for Empresas en un DΓ­a.
durationStringDuration of the business according the formation documents. For example, 'indefinida'.
activity_descriptionStringBusiness activity description informed on the formation documents. In Chile, it's the business object.
administrationObjectSee the Administration Object
equityObjectSee the Equity Object

The Administration Object

This object contains all the information about Administration.

PropertyTypeDescription
administration_typeStringThis field encapsulates the various modes of operation within a society. For example, "indistintamente por 2 Administradores" indicates that the society exhibits a behavior where there is no preference between two administrators. This is not a structured field, values may vary.
managersArrayContains all the business managers, each object has a name, tin and faculties, an array that indicates all the faculties for each administrator
sii_representatives ArrayName and TIN for the administrators that can represent the business in the Tax Office Information

The complete JSON representation of the resource

"formation": {
  "country": "CL",
  "company_type": "ltda",
  "constitution_date": "2020-12-14",
  "date_of_document": null,
  "registry": "Registro ElectrΓ³nico de Empresas y Sociedades",
  "duration": "4 aΓ±os renovables y no termina con la muerte de algΓΊn socio",
  "activity_description": "VENTA DE VEHICULOS AUTOMOTORES, VENTA DE PARTES, PIEZAS Y ACCESORIOS DE VEHICULOS AUTOMOTORES. REPRESENTACION DE COMPAΓ‘IAS NACIONALES O EXTRANJERAS, LA IMPORTACION, EXPORTACION, RE EXPEDICION, ELABORACION, TRANSFORMACION, MANUFACTURA, REPRESENTACION, DISTRIBUCION, COMPRAVENTA Y COMERCIALIZACION POR CUENTA PROPIA O AJENA DE TODO TOPO DE BIENES MUEBLES, ELECTRONICOS, EQUIPOS COMPUTACIONALES Y DE PROCESAMIENTO DE TEXTOS, SUMINISTROS DE LOS MISMOS, ARTICULOS DE FANTASIA, REGALOS, JUGUETES, ROPAS, TELAS, VESTUARIOS, CALZADOS, LOZAS, REPUESTOS EN GENERAL, ARTICULOS PARA EL HOGAR, OFICINAS E INDUSTRIA, DE MADERA, METAL, PIEDRA, O PLASTICO, MERCADERIAS, PRODUCTOS, MAQUINARIAS, EQUIPOS, MATERIAS PRIMAS, LA COMPRA, VENTA, ADMINISTRACION Y EXPLOTACION DE TODO TIPO DE INMUEBLES, EDIFICIOS, GALPONES, CASAS, DEPARTAMENTOS, ETC.Y CUALQUIERA OTRA ACTIVIDAD COMERCIAL O INDUSTRIAL QUE LOS SOCIOS ACUERDEN REALIZAR POR EL REGIMEN ESPECIAL DE ZONA FRANCA Y OTRAS ESPECIALES QUE RIJAN ACTUALMENTE O EN EL FUTURO EN EL PAIS Y POR REGIMEN GENERAL, PUDIENDO DESARROLLAR TODAS LAS ACTIVIDADES QUE PERMITE EL DECRETO MIL CINCUENTA Y CINCO Y SUS POSTERIORES MODIFICACIONES. ",
  "requires_manual_review": false,
  "simple_signature": true,
  "administration": {
    "administration_type": "indistintamente por dos Administradores",
    "managers": [
      {
        "name": "NELIDA TARRILLO CUBAS",
        "tin": "24827089-6",
        "person_id": "per_6984ccabf457b9dc",
        "faculties": [
          {
            "key": "contratar cuentas corrientes",
            "code": "F001-GFB",
            "present": true
          },
          {
            "key": "sobregirar cuentas corrientes",
            "code": "F053-GFB",
            "present": true
          },
          {
            "key": "operar cuentas corrientes",
            "code": "F002-GFB",
            "present": true
          },
          {
            "key": "retirar talonarios",
            "code": "F003-GFB",
            "present": true
          },
          {
            "key": "contratar prestamos",
            "code": "F004-GOC",
            "present": true
          },
          {
            "key": "contratar lineas de credito",
            "code": "F005-GOC",
            "present": true
          },
          {
            "key": "suscribir pagares",
            "code": "F006-GOC",
            "present": true
          },
          {
            "key": "aceptar letras de cambio",
            "code": "F007-GOC",
            "present": true
          },
          {
            "key": "girar documentos",
            "code": "F008-GOC",
            "present": true
          },
          {
            "key": "descontar documentos",
            "code": "F009-GOC",
            "present": true
          },
          {
            "key": "ceder creditos",
            "code": "F010-GFT",
            "present": true
          },
          {
            "key": "aceptar cesiones",
            "code": "F011-GFT",
            "present": true
          },
          {
            "key": "otorgar mandatos",
            "code": "F012-GFT",
            "present": true
          },
          {
            "key": "otorgar poderes generales",
            "code": "F013-GFT",
            "present": true
          },
          {
            "key": "otorgar poderes especiales",
            "code": "F014-GFT",
            "present": true
          },
          {
            "key": "renunciar acciones y derechos",
            "code": "F015-GFT",
            "present": true
          },
          {
            "key": "endosar pagares",
            "code": "F016-GIN",
            "present": true
          },
          {
            "key": "endosar letras",
            "code": "F017-GIN",
            "present": true
          },
          {
            "key": "endosar documentos negociables",
            "code": "F018-GIN",
            "present": true
          },
          {
            "key": "girar letras",
            "code": "F019-GIN",
            "present": true
          },
          {
            "key": "protestar letras de cambio",
            "code": "F020-GIN",
            "present": true
          },
          {
            "key": "protestar pagares",
            "code": "F021-GIN",
            "present": true
          },
          {
            "key": "endosar pagares en garantia",
            "code": "F022-GGT",
            "present": true
          },
          {
            "key": "endosar letras en garantia",
            "code": "F023-GGT",
            "present": true
          },
          {
            "key": "endosar documentos en garantia",
            "code": "F024-GGT",
            "present": true
          },
          {
            "key": "avalar letras de cambio",
            "code": "F025-GGT",
            "present": true
          },
          {
            "key": "avalar pagares",
            "code": "F026-GGT",
            "present": true
          },
          {
            "key": "constituir hipotecas",
            "code": "F027-GGT",
            "present": true
          },
          {
            "key": "otorgar prendas",
            "code": "F028-GGT",
            "present": true
          },
          {
            "key": "otorgar fianzas",
            "code": "F029-GGT",
            "present": true
          },
          {
            "key": "constituir en codeudor solidario",
            "code": "F030-GGT",
            "present": true
          },
          {
            "key": "garantizar obligaciones ajenas",
            "code": "F031-GGT",
            "present": false
          },
          {
            "key": "comprar bienes raices",
            "code": "F032-GOT",
            "present": true
          },
          {
            "key": "vender bienes raices",
            "code": "F033-GOT",
            "present": true
          },
          {
            "key": "comprar bienes muebles",
            "code": "F034-GOT",
            "present": true
          },
          {
            "key": "vender bienes muebles",
            "code": "F035-GOT",
            "present": true
          },
          {
            "key": "cobrar y percibir",
            "code": "F036-GOT",
            "present": true
          },
          {
            "key": "otorgar recibos y cancelaciones",
            "code": "F037-GOT",
            "present": true
          },
          {
            "key": "formar sociedades",
            "code": "F038-GOT",
            "present": true
          },
          {
            "key": "ingresar a sociedades",
            "code": "F039-GOT",
            "present": true
          },
          {
            "key": "delegar poder en todo",
            "code": "F040-GOT",
            "present": true
          },
          {
            "key": "delegar poder en parte",
            "code": "F041-GOT",
            "present": true
          },
          {
            "key": "representar judicial y extrajudicial",
            "code": "F042-GOT",
            "present": true
          },
          {
            "key": "transigir judicial y extrajudicial",
            "code": "F043-GOT",
            "present": true
          },
          {
            "key": "celebrar convenios",
            "code": "F044-GOT",
            "present": true
          },
          {
            "key": "pagar por dacion en pago",
            "code": "F045-GOT",
            "present": true
          },
          {
            "key": "reconocer deudas",
            "code": "F046-GOT",
            "present": false
          },
          {
            "key": "celebrar y poner termino a contratos",
            "code": "F047-GOT",
            "present": true
          },
          {
            "key": "autocontratar",
            "code": "F048-GOT",
            "present": true
          },
          {
            "key": "celebrar contratos de promesa",
            "code": "F051-GOT",
            "present": true
          },
          {
            "key": "celebrar contratos de leasing",
            "code": "F052-GOT",
            "present": true
          },
          {
            "key": "dar en arrendamiento bienes muebles",
            "code": "F053-GOT",
            "present": true
          },
          {
            "key": "tomar en arrendamiento bienes muebles",
            "code": "F055-GOT",
            "present": true
          },
          {
            "key": "dar en arrendamiento bienes inmuebles",
            "code": "F054-GOT",
            "present": true
          },
          {
            "key": "tomar en arrendamiento bienes inmuebles",
            "code": "F056-GOT",
            "present": true
          },
        ]
      },
      {
        "name": "JESUS ANTHONY BERECHE GOMEZ",
        "tin": "22244335-0",
        "person_id": "per_ae0b258cd2d5844e",
        "faculties": [
          {
            "key": "contratar cuentas corrientes",
            "code": "F001-GFB",
            "present": true
          },
          {
            "key": "sobregirar cuentas corrientes",
            "code": "F053-GFB",
            "present": true
          },
          {
            "key": "operar cuentas corrientes",
            "code": "F002-GFB",
            "present": true
          },
          {
            "key": "retirar talonarios",
            "code": "F003-GFB",
            "present": true
          },
          {
            "key": "contratar prestamos",
            "code": "F004-GOC",
            "present": true
          },
          {
            "key": "contratar lineas de credito",
            "code": "F005-GOC",
            "present": true
          },
          {
            "key": "suscribir pagares",
            "code": "F006-GOC",
            "present": true
          },
          {
            "key": "aceptar letras de cambio",
            "code": "F007-GOC",
            "present": true
          },
          {
            "key": "girar documentos",
            "code": "F008-GOC",
            "present": true
          },
          {
            "key": "descontar documentos",
            "code": "F009-GOC",
            "present": true
          },
          {
            "key": "ceder creditos",
            "code": "F010-GFT",
            "present": true
          },
          {
            "key": "aceptar cesiones",
            "code": "F011-GFT",
            "present": true
          },
          {
            "key": "otorgar mandatos",
            "code": "F012-GFT",
            "present": true
          },
          {
            "key": "otorgar poderes generales",
            "code": "F013-GFT",
            "present": true
          },
          {
            "key": "otorgar poderes especiales",
            "code": "F014-GFT",
            "present": true
          },
          {
            "key": "renunciar acciones y derechos",
            "code": "F015-GFT",
            "present": true
          },
          {
            "key": "endosar pagares",
            "code": "F016-GIN",
            "present": true
          },
          {
            "key": "endosar letras",
            "code": "F017-GIN",
            "present": true
          },
          {
            "key": "endosar documentos negociables",
            "code": "F018-GIN",
            "present": true
          },
          {
            "key": "girar letras",
            "code": "F019-GIN",
            "present": true
          },
          {
            "key": "protestar letras de cambio",
            "code": "F020-GIN",
            "present": true
          },
          {
            "key": "protestar pagares",
            "code": "F021-GIN",
            "present": true
          },
          {
            "key": "endosar pagares en garantia",
            "code": "F022-GGT",
            "present": true
          },
          {
            "key": "endosar letras en garantia",
            "code": "F023-GGT",
            "present": true
          },
          {
            "key": "endosar documentos en garantia",
            "code": "F024-GGT",
            "present": true
          },
          {
            "key": "avalar letras de cambio",
            "code": "F025-GGT",
            "present": true
          },
          {
            "key": "avalar pagares",
            "code": "F026-GGT",
            "present": true
          },
          {
            "key": "constituir hipotecas",
            "code": "F027-GGT",
            "present": true
          },
          {
            "key": "otorgar prendas",
            "code": "F028-GGT",
            "present": true
          },
          {
            "key": "otorgar fianzas",
            "code": "F029-GGT",
            "present": true
          },
          {
            "key": "constituir en codeudor solidario",
            "code": "F030-GGT",
            "present": true
          },
          {
            "key": "garantizar obligaciones ajenas",
            "code": "F031-GGT",
            "present": false
          },
          {
            "key": "comprar bienes raices",
            "code": "F032-GOT",
            "present": true
          },
          {
            "key": "vender bienes raices",
            "code": "F033-GOT",
            "present": true
          },
          {
            "key": "comprar bienes muebles",
            "code": "F034-GOT",
            "present": true
          },
          {
            "key": "vender bienes muebles",
            "code": "F035-GOT",
            "present": true
          },
          {
            "key": "cobrar y percibir",
            "code": "F036-GOT",
            "present": true
          },
          {
            "key": "otorgar recibos y cancelaciones",
            "code": "F037-GOT",
            "present": true
          },
          {
            "key": "formar sociedades",
            "code": "F038-GOT",
            "present": true
          },
          {
            "key": "ingresar a sociedades",
            "code": "F039-GOT",
            "present": true
          },
          {
            "key": "delegar poder en todo",
            "code": "F040-GOT",
            "present": true
          },
          {
            "key": "delegar poder en parte",
            "code": "F041-GOT",
            "present": true
          },
          {
            "key": "representar judicial y extrajudicial",
            "code": "F042-GOT",
            "present": true
          },
          {
            "key": "transigir judicial y extrajudicial",
            "code": "F043-GOT",
            "present": true
          },
          {
            "key": "celebrar convenios",
            "code": "F044-GOT",
            "present": true
          },
          {
            "key": "pagar por dacion en pago",
            "code": "F045-GOT",
            "present": true
          },
          {
            "key": "reconocer deudas",
            "code": "F046-GOT",
            "present": false
          },
          {
            "key": "celebrar y poner termino a contratos",
            "code": "F047-GOT",
            "present": true
          },
          {
            "key": "autocontratar",
            "code": "F048-GOT",
            "present": true
          },
          {
            "key": "celebrar contratos de promesa",
            "code": "F051-GOT",
            "present": true
          },
          {
            "key": "celebrar contratos de leasing",
            "code": "F052-GOT",
            "present": true
          },
          {
            "key": "dar en arrendamiento bienes muebles",
            "code": "F053-GOT",
            "present": true
          },
          {
            "key": "tomar en arrendamiento bienes muebles",
            "code": "F055-GOT",
            "present": true
          },
          {
            "key": "dar en arrendamiento bienes inmuebles",
            "code": "F054-GOT",
            "present": true
          },
          {
            "key": "tomar en arrendamiento bienes inmuebles",
            "code": "F056-GOT",
            "present": true
          },
        ]
      }
    ],
    "sii_representatives": [
      {
        "name": "NELIDA TARRILLO CUBAS",
        "tin": "24827089-6",
        "person_id": "per_6984ccabf457b9dc"
      },
      {
        "name": "JESUS ANTHONY BERECHE GOMEZ",
        "tin": "22244335-0",
        "person_id": "per_ae0b258cd2d5844e"
      }
    ]
  },
  "equity": {
    "total_amount": 10000000,
    "total_shares": null,
    "currency": "CLP",
    "shares_type": null,
    "shareholders": [
      {
        "name": "NELIDA TARRILLO CUBAS",
        "person_id": "per_6984ccabf457b9dc",
        "tin": "24827089-6",
        "shares": null,
        "amount": 5000000,
        "particitation": 0.5
      },
      {
        "name": "JESUS ANTHONY BERECHE GOMEZ",
        "person_id": "per_ae0b258cd2d5844e",
        "tin": "22244335-0",
        "shares": null,
        "amount": 5000000,
        "particitation": 0.5
      }
    ]
  }
}