Skip to content

romifz/ocds_partyDetails_scale_extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Party details - Scale

This extension adds a scale field to the parties.details object. The values ​​of the categories are defined according to the regulations and standards of the Ministry of Industry and sme in the Dominican Republic.

  • Micro enterprice: Up to 10 workers and annual gross sales of up to eight million Dominican pesos (RD$ 8,000,000).
  • Small enterprice: 11 to 50 workers and annual gross sales of up to fifty-four million Dominican pesos (RD$ 54,000,000).
  • Mediam enterprice: 51 to 150 workers and annual gross sales of up to two hundred and two million Dominican pesos (RD$ 202,000,000).
  • Large enterprice: Over 150 workers and annual gross over (RD$ 202,000,000).
  • Natural person: natural persons that are registered on the Registry of Providers of the Dominican Republic.
  • Not classified: not classified business according to the Registry of Providers of the Dominican Republic.

Example

        {
            "parties": [
                {
                    "name": "Siemens, SRL",
                    "id": "DO-RPE-12716",
                    "identifier": {
                        "scheme": "DO-RPE",
                        "id": "12716",
                        "legalName": "Siemens, SRL"
                    },
                    "roles": [
                        "supplier"
                    ],
                    "address": {
                        "streetAddress": "Avenida Pedro Henriquez Ureña No. 138, Torre Empresarial Reyna II, Piso 6 , 602, La Esperilla",
                        "locality": "SANTO DOMINGO DE GUZMAN",
                        "region": "DISTRITO NACIONAL"
                    },
                    "details": {
                        "gender": "male",
                        "scale": "notclassified"
                    }
            ]
        }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published