Skip to content

Extend the guarantees ocds extension to generate modified guarantees based on contract modifications

License

Notifications You must be signed in to change notification settings

GobiernoFacil/ocsd_relatedGuarantees_extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Related Guarantees

Extend the guarantees ocds extension to generate modified guarantees based on contract modifications

Example

{
  contract : {
    guaranties : [
      {
        id : 2,
        relatedGuarantee : 1,
        value : {
          amount : 4500,
          currency : "MXN"
        }
      },
      {
        id : 1,
        type : "check",
        date : "2019-01-06T00:00:00", 
        obligations: "fulfillment",
        value : {
          amount : 3500,
          currency : "MXN"
        },
        guarantor : {
          name : "INAI",
          id   : "MX-RFC-INA1412132Z8",
          address : {
            countryName:"México",
            locality:"Coyoacán",
            postalCode:"74530",
            region:"Ciudad de México",
            streetAddress:"Insurgentes Sur 3111"
          },
          contactPoint : {
            email:"[email protected]",
            name:"Arturo Córdova",
            url:"http://inai.org.mx"
          },
          identifier : {
            id:"INA1402082Z8",
            juridicalPersonhood:"legalPerson",
            legalName:"Instituto Nacional de Transparencia, Acceso a la Información Pública y Protección de Datos Personales",
            scheme:"MX-RFC"
          }
        }
        period : {
          durationInDays:0,
          endDate:"2019-09-09T00:00:00",
          maxExtentDate:"2019-09-09T00:00:00",
          startDate:"2019-09-09T00:00:00"
        }
      }
    ]
  }
}

About

Extend the guarantees ocds extension to generate modified guarantees based on contract modifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published