records

records

Active filters Clear all

No active filters

Filters

Performance Bonds

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Date
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       
Check Written from Account
               

No description available for this field.

Name (identifier)
check_written_from_account
Type
text
Sample
                       
Bond Amount
Bond Amount in USD

No description available for this field.

Name (identifier)
bond_amount
Type
text
Unit
$
Sample
                       
Reimbursed to Contractor
Reimbursed to Contractor in USD

No description available for this field.

Name (identifier)
reimbursed_to_contractor
Type
integer
Unit
$
Sample
                       
Remaining Liability
Remaining Liability in USD

No description available for this field.

Name (identifier)
remaining_liability
Type
text
Unit
$
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"performance-bonds",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/performance-bonds"
      }
    ]
    ,
  • "definitions":
    {
    • "performance-bonds":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/performance-bonds_records"
            }
          }
        }
      }
      ,
    • "performance-bonds_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date",
              • "description":""
              }
              ,
            • "check_written_from_account":
              {
              • "type":"string",
              • "title":"Check Written from Account",
              • "description":""
              }
              ,
            • "bond_amount":
              {
              • "type":"string",
              • "title":"Bond Amount",
              • "description":"Bond Amount in USD",
              • "unit":"$"
              }
              ,
            • "reimbursed_to_contractor":
              {
              • "type":"integer",
              • "title":"Reimbursed to Contractor",
              • "description":"Reimbursed to Contractor in USD",
              • "unit":"$"
              }
              ,
            • "remaining_liability":
              {
              • "type":"string",
              • "title":"Remaining Liability",
              • "description":"Remaining Liability in USD",
              • "unit":"$"
              }
            }
          }
        }
      }
    }
}

Similar datasets