Skip to content

Enum: DonationSourceTypeEnum

Discriminator for the origin type of a donation.

URI: inkind_knowledge_repo:DonationSourceTypeEnum

Permissible Values

Value Meaning Description
anonymous_private None Anonymous private donor
corporate None Corporate donor — linked to CorporateDonor profile
organisation None Donation from another SocialOrganisation (e

Slots

Name Description
source_type Discriminator — anonymous_private is the only type used in Phase 1

Identifier and Mapping Information

Schema Source

  • from schema: https://inkind-at.github.io/inkind-knowledge-repo

LinkML Source

name: DonationSourceTypeEnum
description: Discriminator for the origin type of a donation.
from_schema: https://inkind-at.github.io/inkind-knowledge-repo
rank: 1000
permissible_values:
  anonymous_private:
    text: anonymous_private
    description: Anonymous private donor.  Only type active in Phase 1. Identity tracked
      via opaque `anonymous_donor_id` token only.
  corporate:
    text: corporate
    description: Corporate donor — linked to CorporateDonor profile. Year 2 feature
      stub.
  organisation:
    text: organisation
    description: Donation from another SocialOrganisation (e.g., a Share workflow
      transfer).  Phase 2 stub.