apcList property

  1. @JsonKey(name: 'apc_list')
ApcList? apcList
getter/setter pair

Information about this work's APC (article processing charge). The object contains:

  • value: Integer
  • currency: String
  • provenance: String — the source of this data. Currently the only value is “doaj” (DOAJ)
  • value_usd: Integer — the APC converted into USD This value is the APC list price–the price as listed by the journal’s publisher. That’s not always the price actually paid, because publishers may offer various discounts to authors. Unfortunately we don’t always know this discounted price, but when we do you can find it in apc_paid. Currently our only source for this data is DOAJ, and so doaj is the only value for apc_list.provenance, but we’ll add other sources over time. We currently don’t have information on the list price for hybrid journals (toll-access journals that also provide an open-access option), but we will add this at some point. We do have apc_paid information for hybrid OA works occasionally. You can use this attribute to find works published in Diamond open access journals by looking at works where apc_list.value is zero. See open_access.oa_status for more info.

Implementation

@JsonKey(name: 'apc_list')
ApcList? apcList;