Cfpb Context

JSON-LD context defining the semantic vocabulary for Cfpb from Consumer Financial Protection Bureau (CFPB).

2 Classes 39 Properties 4 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/
cfpb: https://www.consumerfinance.gov/vocabulary/
hmda: https://ffiec.cfpb.gov/vocabulary/

Classes

Complaint HMDARecord

Properties

Property Type Container
complaint_id integer
company string
company_public_response string
company_response string
complaint_what_happened string
date_received date
date_sent_to_company date
has_narrative boolean
issue string
sub_issue string
product string
sub_product string
state string
zip_code string
submitted_via string
timely string
tags string
lei string
loan_type integer
loan_purpose integer
action_taken integer
loan_amount decimal
state_code string
county_code string
census_tract string
activity_year integer
income integer
rate_spread decimal
lien_status integer
loan_term integer
property_value decimal
interest_rate decimal
derived_ethnicity string
derived_race string
derived_sex string
derived_loan_product_type string
derived_dwelling_category string
construction_method integer
hoepa_status integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "cfpb": "https://www.consumerfinance.gov/vocabulary/",
    "hmda": "https://ffiec.cfpb.gov/vocabulary/",

    "Complaint": "cfpb:Complaint",
    "complaint_id": {
      "@id": "cfpb:complaintId",
      "@type": "xsd:integer"
    },
    "company": {
      "@id": "cfpb:company",
      "@type": "xsd:string"
    },
    "company_public_response": {
      "@id": "cfpb:companyPublicResponse",
      "@type": "xsd:string"
    },
    "company_response": {
      "@id": "cfpb:companyResponse",
      "@type": "xsd:string"
    },
    "complaint_what_happened": {
      "@id": "cfpb:complaintNarrative",
      "@type": "xsd:string"
    },
    "date_received": {
      "@id": "cfpb:dateReceived",
      "@type": "xsd:date"
    },
    "date_sent_to_company": {
      "@id": "cfpb:dateSentToCompany",
      "@type": "xsd:date"
    },
    "has_narrative": {
      "@id": "cfpb:hasNarrative",
      "@type": "xsd:boolean"
    },
    "issue": {
      "@id": "cfpb:issue",
      "@type": "xsd:string"
    },
    "sub_issue": {
      "@id": "cfpb:subIssue",
      "@type": "xsd:string"
    },
    "product": {
      "@id": "cfpb:product",
      "@type": "xsd:string"
    },
    "sub_product": {
      "@id": "cfpb:subProduct",
      "@type": "xsd:string"
    },
    "state": {
      "@id": "schema:addressRegion",
      "@type": "xsd:string"
    },
    "zip_code": {
      "@id": "schema:postalCode",
      "@type": "xsd:string"
    },
    "submitted_via": {
      "@id": "cfpb:submittedVia",
      "@type": "xsd:string"
    },
    "timely": {
      "@id": "cfpb:timelyResponse",
      "@type": "xsd:string"
    },
    "tags": {
      "@id": "cfpb:tags",
      "@type": "xsd:string"
    },

    "HMDARecord": "hmda:LoanApplicationRecord",
    "lei": {
      "@id": "hmda:legalEntityIdentifier",
      "@type": "xsd:string"
    },
    "loan_type": {
      "@id": "hmda:loanType",
      "@type": "xsd:integer"
    },
    "loan_purpose": {
      "@id": "hmda:loanPurpose",
      "@type": "xsd:integer"
    },
    "action_taken": {
      "@id": "hmda:actionTaken",
      "@type": "xsd:integer"
    },
    "loan_amount": {
      "@id": "hmda:loanAmount",
      "@type": "xsd:decimal"
    },
    "state_code": {
      "@id": "schema:addressRegion",
      "@type": "xsd:string"
    },
    "county_code": {
      "@id": "hmda:countyCode",
      "@type": "xsd:string"
    },
    "census_tract": {
      "@id": "hmda:censusTract",
      "@type": "xsd:string"
    },
    "activity_year": {
      "@id": "hmda:activityYear",
      "@type": "xsd:integer"
    },
    "income": {
      "@id": "hmda:applicantIncome",
      "@type": "xsd:integer"
    },
    "rate_spread": {
      "@id": "hmda:rateSpread",
      "@type": "xsd:decimal"
    },
    "lien_status": {
      "@id": "hmda:lienStatus",
      "@type": "xsd:integer"
    },
    "loan_term": {
      "@id": "hmda:loanTerm",
      "@type": "xsd:integer"
    },
    "property_value": {
      "@id": "hmda:propertyValue",
      "@type": "xsd:decimal"
    },
    "interest_rate": {
      "@id": "hmda:interestRate",
      "@type": "xsd:decimal"
    },
    "derived_ethnicity": {
      "@id": "hmda:derivedEthnicity",
      "@type": "xsd:string"
    },
    "derived_race": {
      "@id": "hmda:derivedRace",
      "@type": "xsd:string"
    },
    "derived_sex": {
      "@id": "hmda:derivedSex",
      "@type": "xsd:string"
    },
    "derived_loan_product_type": {
      "@id": "hmda:derivedLoanProductType",
      "@type": "xsd:string"
    },
    "derived_dwelling_category": {
      "@id": "hmda:derivedDwellingCategory",
      "@type": "xsd:string"
    },
    "construction_method": {
      "@id": "hmda:constructionMethod",
      "@type": "xsd:integer"
    },
    "hoepa_status": {
      "@id": "hmda:hoepaStatus",
      "@type": "xsd:integer"
    }
  }
}