Skip to content
Get in touch

PCS term

A term in the Philanthropy Classification System (PCS).

Visit taxonomy.candid.org for more information.

PropertyTypeRequiredDescription
termstringYesThe term for the organization type.
ClassificationstringYesThe class for the organization type.
codestringYesThe code for the organization type.
descriptionstringNoThe description for the organization type.

A JSON example of this field is:

{
"term": "Nonprofit",
"class": "Organization types",
"code": "UC000000",
"description": "Nonprofit organization"
}

The class to which the PCS term belongs.

ValueDescription
orgTypesThe class for organization types.
subjectsThe class for subjects.
populationGroupsThe class for population groups.
transactionTypesThe class for transaction types.
supportStrategiesThe class for support strategies.

A JSON example of this field is:

"Organization types"

PCS terms are divided into the following sub-types based on the class property:

A PCSTerm where the class is "Organization types". Categorizes the type of organization receiving philanthropic support.

See PCS organization types for more information.

{
"term": "Nonprofit",
"class": "Organization types",
"code": "UC000000",
"description": "Nonprofit organization"
}

A PCSTerm where the class is "Subjects". Categorizes the subject or focus of philanthropic activities.

See PCS subjects for more information.

{
"term": "Education",
"class": "Subjects",
"code": "SB000000",
"description": "All formally constituted educational institutions (except art and performing art schools) and projects or activities."
}

A PCSTerm where the class is "Population groups". Categorizes the population being served by philanthropic activities.

See PCS population groups for more information.

{
"term": "Children and youth",
"class": "Population groups",
"code": "PA010000",
"description": "Young people from birth to 18 years of age."
}

A PCSTerm where the class is "Transaction types". Categorizes the type of transaction used to support philanthropic activities. For example, “Grant” or “Loan”.

See PCS transaction types for more information.

{
"term": "Cash grants",
"class": "Transaction types",
"code": "TA000000",
"description": "Direct monetary contributions of cash or cash equivalents."
}