Skip to content

Commit

Permalink
Merge pull request #760 from cordada/task/add-persona-juridica-min-rut
Browse files Browse the repository at this point in the history
rut: Add constant with lowest RUT for personas jurídicas
  • Loading branch information
jtrobles-cdd authored Jan 28, 2025
2 parents 08333f9 + 50f3790 commit 0428ca6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/cl_sii/rut/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,18 @@
# Type-id = 1.3.6.1.4.1.8321.1
# Value ='xx.xxx.xx-v'
# > El campo Value es un IA5String con el RUT del individuo titular del certificado.

PERSONA_JURIDICA_MIN_RUT_DIGITS: int = 50000000
"""
Lowest RUT digits for “personas jurídicas”.
"""
# Why must “personas jurídicas” have RUT ≥ 50000000-7?
#
# > ¿Qué es una Persona Jurídica?
# >
# > […] persona ficticia, capaz de ejercer derechos y contraer obligaciones civiles, y de ser
# > representada judicial y extrajudicialmente. Además de esto, poseen Rut sobre 50 millones.
#
# Source:
# [BancoEstado Microempresas → Información general sobre personas jurídicas](https://www.bancoestado.cl/content/bancoestado-public/cl/es/home/home-microempresa/servicios/informacion-general-sobre-personas-juridicas---bancoestado-micro.html#/) # noqa: E501
# (retrieved on 2025-01-28)

0 comments on commit 0428ca6

Please sign in to comment.