Certificate Id
Certificate Ids of a bundle is exposed through the certificates
attribute, for example:
{
"volume": 100,
...
"certificates": "PURO_PR_CORC100+_FI_577166_2020_055a3fbe-eabc-4535-b9cf-1028e7d18f89_1-100"
}
The certificate Id encodes different properties of the certificates separated with an underscore (_
).
Field | Description | Example |
---|---|---|
Standard | Abbreviation of the Carbon Removal Program. | PURO |
Registry Id | Identifier of the Registry. | PR |
Credit Type | Credit type of the certificate. This is a human readable form of the credit type, the creditTypeId is the machine readable form of the same data. | CORC100+ |
Country Code | Production Facility country code. 2 letter alphabetical country code as per ISO 3166. | FI |
Production Facility Code | 6 character unique code for the Production Facility. | 577166 |
Vintage | Production vintage of the certificate. | 2020 |
Issuance Id | Issuance transaction's Id of the certificates. | 055a3fbe-eabc-4535-b9cf-1028e7d18f89 |
Serial Number | Generated serial number for the issued certificates. The number can overlap with other issued certificates, but guaranteed to be unique within one issuance. | 1-100 |
Serial Number
The Serial Number indicates the range of certificates in a bundle. For example, a bundle with 100 certificates will have
a Serial Number from 1 to 100. Previously, the Serial Number was composed of a GSRN and a sequential number with leading
zeros, such as 643002406555908611
+ 000000000001
. This format will be preserved for the existing certificates and
bundles. However, for any new certificates, the Serial Number will start from 1 and end with N where N is the number of
issued certificates, and as such the numeric ranges won't be globally unique any more by themselves.