Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added refdata value table description

Questions

-is there an example of this report somewhere?

(Link to REPORT EXAMPLE)

JIRA Tickets associated with this Report Cluster:

...

Report Description Detail

Overview

  • This report is modeled on (ERM-Agreements Costs Cluster), a cluster of ERM reports currently consisting of (REP-XXX, etc.). The purpose of this cluster of reports is to show cost statistics associated with ERM agreements. 
  • Have I already paid for serial/journal x?
    • Output: invoice amount/details (+time frame specified in the invoice), associated with actions such as communicating with vendors
  • How much did serial/journal x cost me in YYYYOutput: invoice amount/details (+time frame for year), associated with external statistics such as for an annual report
  • For e-Resources stored in Inventory please see information on ERM Inventory costs  - FOLIO Wiki, Jira UXprod

DBS - Deutsche Bibliotheksstatisk: https://www.bibliotheksstatistik.de/

U.S. Association of Research Libraries (ARL) survey documentation: http://www.arlstatistics.org/about/Mailings

U.S. Association of College & Research Libraries (ACRL) survey documentation: https://acrl.countingopinions.com/

U.S. National Center for Education Statistics (NCES) Integrated Postsecondary Education Data System (IPEDS) survey documentation: https://nces.ed.gov/ipeds/report-your-data/resource-center-academic-libraries

Reports:

  • How much did I pay for my agreements? e.g. e-Books
    • Output: time frame / invoice amounts
  • DBS - Deutsche Bibliotheksstatistik / German Library Statistics
  • From DBS/Reporting Master SpreadsheetRep- 68: Journals and newspaper in electronic form: costs for those (licenses) in the reporting year (REP-68 , DBS 134 , expenses)

    • Output: Amount
  • From DBS/Reporting Master SpreadsheetRep-69: Other costs for journals and newspapers in electronic form, e.g. one-time purchase of backfiles (REP-69 , DBS 135, expenses)

    • Output: Amount
  • ...

Data Attributes

  • (high-level list of data fields)
  • Data Attributes will come from the following application areas: Orders, Invoices, and Agreements

...

  • (describe report cluster parameters, criteria, filters, etc.)

Information Resources for Data Attributes

...

  • )


Information

-See ERM Statistics summary for report descriptions and priority.

-See  UXPROD-1264 - Calculate Statistics: Costs Per Download

Information Resources for Data Attributes

Information

FOLIO Attribute Definition Sources

-API reference documentation for all modules located at:  https://dev.folio.org/reference/api/

...

-See the Finance Data Model-See  UXPROD-1264 - Calculate Statistics: Costs Per Download

-RM-Costs Cluster Prototype FOLIO Wiki

-RM-Costs Cluster UXPROD-2255


Folio Attribute

Folio Data Element Description

Notes

Table name: erm_agreements_subscription_agreement

agreement ID
(mod_agreements/subscription_agreement:

sa_id)
UUID of Agreement
agreement Name
(mod_agreements/subscription_agreement:sa_name)
A name for the agreement assigned by the institution
agreement Description
(mod_agreements/subscription_agreement:sa_description)
A description for the agreement assigned by the institution
reference data ID of status
(mod_agreements/subscription_agreement:sa_agreement_status)
ID of reference data value (mod_agreements.refdata_value.rdv_id) which describes the current status of the agreement (e.g. Active, Closed)
reference data ID of reason of closure
(mod_agreements/subscription_agreement:sa_reason_for_closure)
ID of reference data value (mod_agreements.refdata_value.rdv_id) which describes for a closed agreement, the reason the agreement has been closed (a closed agreement is one with status == "Closed" - set via sa_agreement_status)
reference data ID of renewal prio
(mod_agreements/subscription_agreement:sa_renewal_priority)
ID of reference data value (mod_agreements.refdata_value.rdv_id) which describes whether an agreement should be renewed, reviewed or cancelled
reference data ID of "is perpetual"(mod_agreements/subscription_agreement:sa_is_perpetual)ID of reference data value (mod_agreements.refdata_value.rdv_id) which describes whether the agreement is a perpetual agreement or not
identifier of local reference
(mod_agreements/subscription_agreement:sa_local_reference)
Where an agreement has been created through an integration / data import from an external system the sa_local_reference is used to store a reference/identifier for the agreement in the external system to support ongoing data synchronisation/updates
license notes of agreement
(mod_agreements/subscription_agreement:sa_license_note)
To record any general information about the license for the Agreement
ID to custom properties
(mod_agreements/subscription_agreement:custom_properties_id)
ID used to link custom_properties (aka supplementary properties) via mod_agreements.custom_properties.parent_id to an agreement. (n.b. each agreement can have zero to many custom_properties)
Table name: erm_agreements_entitlement

Each entitlement is linked to one and only one agreement

Each agreement can be linked to zero to many entitlements

Each entitlement must to linked to only one resource

entitlement ID
(mod_agreements/entitlement:ent_id)
UUID of Entitlement (aka Agreement Line)
associated agreement ID
(mod_agreements/entitlement:ent_owner_fk)
ID of Agreement (mod_agreements.subscription_agreement.sa_id) to which the entitlement belongs

associated resource ID
(mod_agreements/entitlement:ent_resource_fk)

ID of the resource (mod_agreements.erm_resource.id, mod_agreements.package.id, mod_agreements.package_content_item.id ) which the Entitlement gives access to
active from date
(mod_agreements/entitlement:ent_active_from)
Date from which the entitlement was active in format yyyy-MM-dd. No time or timezone
active to date
(mod_agreements/entitlement:ent_active_to)
Date to which the entitlement was active in format yyyy-MM-dd. No time or timezone
authority
(mod_agreements/entitlement:ent_authority)
Where an entitlement gives access to a resource described in a source other than the mod_agreements internal knowledgebase, the ent_authority is a way of identifying where the definition of the resource is held Where eHoldings is being used as the source of entitlement/agreement line resources, the value of ent_authority will be one of:
EKB-TITLE
EKB-PACKAGE
reference ID of resource
(mod_agreements/entitlement:ent_reference)
Where an entitlement gives access to a resource described in a source other than the mod_agreements internal knowledgebase, the ent_reference is the ID for the resource in the source identified by ent_authority 

Where eHoldings is being used as the source of entitlement/agreement line resources, the ent_reference will be an identifier created from two or three parts, each part being an integer:

<provider id>-<package id>-<title id>

For example:

"Gale Cengage" (provider id = 18) provide a package "Academic ASAP" (package id = 34) which contains a title "Harvard Business Review" (title id = 32090)

  • the identifier for the resource "Academic ASAP from Gale Cenage" is 18-34 (this would have an ent_authority of EKB-PACKAGE)
  • the identifier for the resource "Harvard Business Review in the Academic ASAP package from Gale Cengage" is 18-34-32090  (this would have an ent_authority of EKB-TITLE)
note
(mod_agreements/entitlement:ent_note)
A textual note about the entitlement
Table name: erm_agreements_order_line

Links entitlements to purchase order lines in the Orders app.

Each entitlement can be linked to zero to many purchase order lines.

Each purchase borderline can be linked to zero to many entitlements

record ID
(mod_agreements/order_line:pol_id)
UUID of order_line record
po-line ID
(mod_agreements/order_line:pol_orders_fk)
ID of purchase order line in Orders app
entitlement ID
(mod_agreements/order_line:pol_owner_fk)
ID of entitlement (mod_agreements.entitlement.ent_id) to which purchase order line is linked
Table name: erm_agreements_erm_resource

erm_resource is one facet of resources that can be linked to entitlements

Each erm_resource can be linked to zero to many entitlements

ERM resource ID
(mod_agreements/erm_resource:id)
ID of erm_resource
resource name
(mod_agreements/erm_resource:res_name)
Name of the resource (can be name of a package or other resource type or the title of a published work such as a book or journal)
type ID
(mod_agreements/erm_resource:res_type_fk)
ID of reference data value
for
(mod_agreements.refdata_value.rdv_id) for the type of resource. Common values include "serial", "monograph", "book", "journal".
subtype ID
(mod_agreements/erm_resource:res_subtype_fk)
ID of reference
data value
data value (mod_agreements.refdata_value.rdv_id) for the subtype of resourceCommon values include "electronic" or "print".
Table name: erm_agreements_package

A package represents a group of content

Every package is an erm_resource.

Each package contains zero or more package_content_items

package ID
(mod_agreements/package:id)
ID of packageThe ID of the package will appear in the erm_resource table for the erm_resource record associated with the package
provider of package ID
(mod_agreements/package:pkg_vendor_id)
ID of the package provider organisation (in mod_agreements.orgs)Despite the column name, this is for the provider of the package NOT the vendor of the package
source of package
(mod_agreements/package:pkg_source)
String describing the source of the package data
remote kb ID
(mod_agreements/package:pkg_remote_kb)
ID of the remote knowledgebase from which the package data was obtained (in mod_agreements.remotekb)
reference to external system
(mod_agreements/package:pkg_reference)
ID or reference for the package in an external system
Table name: erm_agreements_package_content_item

A package_content_item represents a particular resource (book or journal title) accessible via a particular online platform sold or made available as part of a particular package

Every package_content_item is an erm_resource.

Each package_content_item belongs to exactly one package

Each package_content_item is linked to exactly one platform_title_instance

record ID
(mod_agreements/package_content_item:id)
ID of the package content itemThe ID of the package_content_item will appear in the erm_resource table for the erm_resource record associated with the package_content_item
platform title instance ID
(mod_agreements/package_content_item:pci_pti_fk)
ID of the platform_title_instance that the package_content_item is linked to
package ID
(mod_agreements/package_content_item:pci_pkg_fk)
ID of the package that the package_content_item belongs to
access start date
(mod_agreements/package_content_item:pci_access_start)
The date on which a package_content_item was first accessible in a packageIf `null` then it is assumed that the package_content_item was accessible in the package at the earliest possible data
access end date
(mod_agreements/mod_agreements/package_content_item:pci_access_
start
end)The date on which a package_content_item was
first
last accessible in a packageIf `null` then it is assumed that the package_content_item
was
is still accessible in the package at the
earliest possible dataaccess end date
(mod_agreements/mod_agreements/package_content_item:pci_access_end)The date on which a package_content_item was last accessible in a packageIf `null` then it is assumed that the package_content_item is still accessible in the package at the current dateTablename: erm_agreements_
current date
Tablename: erm_agreements_platform_title_instance

A platform_title_instance represents a particular resource (book or journal title) accessible via a particular online platform.

Every platform_title_instance is an erm_resource. 

Each platform_title_instance belongs to exactly one platform

Each platform_title_instance is linked to exactly one title_instance

Each platform_title_instance is linked to zero or more package_content_items

platform title instance ID
(mod_agreements/platform_title_instance:id)
ID of the platform_title_instance
A
The ID of the platform_title_instance
represents a particular resource (book or journal title) accessible via a particular online platform.

Every platform_title_instance is an erm_resource. 

Each platform
will appear in the erm_resource table for the erm_resource record associated with the platform_title_instance
associated platform ID
(mod_agreements/platform_title_instance:pti_pt_fk)
The ID of the platform that the platform_title_instance belongs to
exactly one platformEach

associated title instance ID
(mod_agreements/platform_title_instance
is linked to exactly one title_instance

Each platform_title_instance is linked to zero or more package_content_items

platform title instance ID
:pti_ti_fk)The ID of the title_instance to which the platform_title_instance is linked
URL (mod_agreements/platform_title_instance:
id
pti_url)
ID associated
The URL of the platform_title_instance
The ID of the platform_title_instance will appear in the erm_resource table for the erm_resource record associated with the platform_title_instance
This is the URL where the relevant resource content can be accessed
Table name: erm_agreements_platform

A platform (in Agreements) is where a resource can be accessed online. An example might be “Highwire”. Each platform_title_instance belongs to a platform

platform ID
(mod_agreements/platform:pt_id)

UUID of Platform


platform name
(mod_agreements/platform:pt_name)

Name/label of the platform


Table name: erm_agreements_title_instance
:pti_pt_fk)The ID of the platform that the platform_title_instance belongs toassociated

A title_instance represents a resource (e.g. book or journal title) Every title_instance is an erm_resource
Each title_instance is linked to a work. Multiple title_instance records can link to a single work

title instance ID
(mod_agreements/

platform_

title_instance:

pti_ti_fk)

id)

ID of the title_instance

The ID of the title_instance

to which the platform_title_instance is linkedURL

will appear in the erm_resource table for the erm_resource record associated with the title_instance

associated work ID
(mod_agreements/

platform_

title_instance:

pti

ti_work_

url

fk)

The

URL

ID of the

platform_title_instanceThis is the URL where the relevant resource content can be accessedTable name: erm_agreements_platform

A platform (in Agreements) is where a resource can be accessed online. An example might be “Highwire”. Each platform_title_instance belongs to a platform

platform ID

work to which the title_instance is linked


monograph published date
(mod_agreements/

platform:pt_id)

UUID of Platform

platform name
(mod_agreements/platform:pt_name)

Name/label of the platform

Table name: erm_agreements_title_instance

A title_instance represents a resource (e.g. book or journal title) Every title_instance is an erm_resource
Each title_instance is linked to a work. Multiple title_instance records can link to a single work

title instance ID
(mod_agreements/title_instance:id)

ID of the title_instance

The ID of the title_instance will appear in the erm_resource table for the erm_resource record associated with the title_instance

associated work ID
(mod_agreements/title_instance:ti_work_fk)

The ID of the work to which the title_instance is linked

monograph published date

title_instance:ti_date_monograph_published)

For monographs (books), the date the monograph was first published in the media specified by the linked erm_resource subtype (typically “print” or “electronic”)

Equivalent to the KBART Phase II (NISO RP-9-2014) properties date_monograph_published_print and date_monograph_published_online (see https://groups.niso.org/apps/group_public/download.php/16900/RP-9-2014_KBART.pdf)

last name of first author if mono
(mod_agreements/title_instance:ti_first_author)

For monographs (books), the last name of the book’s first author.

Equivalent to the KBART Phase II (NISO RP-9-2014) properties first_author (see https://groups.niso.org/apps/group_public/download.php/16900/RP-9-2014_KBART.pdf)

edition if mono
(mod_agreements/title_instance:ti

_date

_monograph_

published

edition)

For

monographs (books), the date the monograph was first published in the media specified by the linked erm_resource subtype (typically “print” or “electronic”)

monographs (books), edition of the book.

Equivalent to the KBART Phase II (NISO RP-9-2014) properties

date_

monograph_

published_print and date_monograph_published_online

edition (see https://groups.niso.org/apps/group_public/download.php/16900/RP-9-2014_KBART.pdf)

last name of first author

volume if mono
(mod_agreements/title_instance:ti_

first

monograph_

author

volume)

For monographs (books), the

last name

volume number of the

book’s first author.

book

Equivalent to the KBART Phase II (NISO RP-9-2014) properties

first

monograph_

author

volume (see https://groups.niso.org/apps/group_public/download.php/16900/RP-9-2014_KBART.pdf)

edition

last name of first editor if mono
(mod_agreements/title_instance:ti_

monograph

first_

edition

editor)

For monographs (books),

edition

the last name of the

book

book’s first editor.

Equivalent to the KBART Phase II (NISO RP-9-2014) properties

monograph

first_

edition

editor (see https://groups.niso.org/apps/group_public/download.php/16900/RP-9-2014_KBART.pdf)

volume if mono
(mod
Table name: erm_agreements
/title_instance:ti_monograph_volume)

For monographs (books), the volume number of the book

Equivalent to the KBART Phase II (NISO RP-9-2014) properties monograph_volume (see
_work

A work is broadly equivalent to a BIBFRAME ‘work’ which is “the conceptual essence of the cataloged resource”. See https://

groups

www.

niso

loc.

org

gov/

apps

bibframe/

group_public/download.php/16900/RP-9-2014_KBART.pdf)last name of first editor if mono

docs/bibframe2-model.html

A work is used to link together title_instances for a single conceptual work that has been made available in different forms (e.g. print and electronic)

A work can be related to 1 or more title instances

work ID
(mod_agreements/

title_instance

work:

ti

w_

first_editor

id)

For monographs (books), the last name of the book’s first editor.

Equivalent to the KBART Phase II (NISO RP-9-2014) properties first_editor (see https://groups.niso.org/apps/group_public/download.php/16900/RP-9-2014_KBART.pdf)

UUID of Work


title
(mod_agreements/work:w_title)

Title of the work


Table name: erm_agreements
_workA work is broadly equivalent to a BIBFRAME ‘work’ which is “the conceptual essence of the cataloged resource”. See https://www.loc.gov/bibframe/docs/bibframe2-model.html
A work is used to link together title_instances for a single conceptual work that has been made available in different forms (e.g. print and electronic)
A work can be related to 1 or more title instanceswork
_identifier_occurrence

identifier_occurrence allows title_instances to be linked to identifiers

record ID
(mod_agreements/identifier_occurrence:io_id)

UUID of identifier occurrence


title instance ID
(mod_agreements/

work:w_id

identifier_occurrence:io_ti_fk)

UUID of Work

title

ID of title_instance which is linked to the identifier


reference ID of status
(mod_agreements/

work

identifier_occurrence:

w

io_

titlerecord

status)

Title of the work

Table name: erm_agreements_identifier_occurrence

identifier_occurrence allows title_instances to be linked to identifiers

ID of reference data value (mod_agreements.refdata_value.rdv_id) which describes the status of the identifier occurrence

In the current implementation this is always “approved” and not used for any functionality

identifier ID
(mod_agreements/identifier_occurrence:io_identifier_

id

fk)

UUID

ID of

identifier occurrence

title instance ID
(mod_agreements/identifier_occurrence:io_ti_fk)

ID of title_instance which is linked to the identifier

reference ID of status

the identifier which is ‘occurring’ against a title_instance


Table name:  erm_agreements_identifier

Each identifier has an identifier_namespace. Identifier values should be unique within a namespace

identifier ID
(mod_agreements/identifier

_occurrence:io_status)

ID of reference data value (mod_agreements.refdata_value.rdv_id) which describes the status of the identifier occurrence

In the current implementation this is always “approved” and not used for any functionality

identifier

:id_id)

UUID of identifier


identifier namespace ID
(mod_agreements/identifier

_occurrence

:

io

id_

identifier

ns_fk)

ID of

the identifier which is ‘occurring’ against a title_instance

identifier namespace


identifier value
(mod_agreements/identifier:id_value)

Value of the identifier (i.e. the identifier string)


Table name:
 
erm_agreements_identifier_namespace

Each identifier has an identifier_namespace. Identifier values should be unique within

a namespace

identifier ID
(mod_agreements/identifier:id_id)

UUID of identifier

a namespace

identifier namespace ID
(mod_agreements/identifier_namespace:idns_id

_ns_fk

)

ID

UUID of identifier_namespace

identifier


namespace value
(mod_agreements/identifier_namespace:

id

idns_value)

Value of the

identifier (i.e. the identifier string)Table name: erm_agreements_identifier_namespace

Each identifier has an identifier_namespace. Identifier values should be unique within a namespace

identifier namespace

namespace (i.e. the namespace name as a string)

e.g. ISSN

Table name: erm_agreements_coverage_statement

coverage_statements are used to indicate what parts of a serial published work are available via an erm_resource

Although coverage_statements can exist on any erm_resource, typically the coverage_statement on the package_content_item is the relevant one for reporting

coverage_statements can be overridden by holdings_coverage for an entitlement

An erm_resource can have zero to many coverage_statements

coverage statement ID
(mod_agreements/

identifier

coverage_

namespace

statemant:

idns

cs_id)

UUID

of identifier_namespace

namespace value
(mod_agreements/identifier_namespace:idns_value)

Value of the namespace (i.e. the namespace name as a string)

e.g. ISSN

Table name: erm_agreements_coverage statement ID

for coverage_statement

coverage_statements are used to indicate what parts of a serial published work are available via an erm_resource
Although coverage_statements can exist on any erm_resource, typically the coverage_statement on the package_content_item is the relevant one for reporting
coverage_statements can be overridden by holdings_coverage for an entitlement
An erm_resource can have zero to many coverage_statements


start issue (mod_agreements/coverage_statemant:cs_start_issue)

Earliest issue of the resource available as part of this coverage


end issue
(mod_agreements/coverage_statemant:cs_end_issue)

Latest issue of the resource available as part of this coverage


start volume
(mod_agreements/coverage_statemant:cs_start_volume)

Earliest volume of the resource available as part of this coverage


end volume
(mod_agreements/coverage_statemant:cs_

id)

UUID for coverage_statement

start issue

end_volume)

Latest volume of the resource available as part of this coverage


resource ID
(mod_agreements/coverage_statemant:cs_

start

resource_

issue

fk)

Earliest issue

The ID of the

resource available as part of

erm_resource to which this coverage

end issue

_statement applies


start date
(mod_agreements/coverage_statemant:cs_

end

start_

issue

date)

Latest issue of

Earliest date of publication of material from the resource available as part of

this coveragestart volume

this coverage

Note that this is the publication

end date
(mod_agreements/coverage_statemant:cs_

start

end_

volume

date)

Earliest volume of the

Latest date of publication of material from resource available as part of this coverage

end volume
(mod


Table name: erm_agreements
/
_holdings_coverage
_statemant:cs_end_volume)

Latest volume of the resource available as part of this coverage

resource ID
(mod_agreements/coverage_statemant:cs_resource_fk)

The ID of the erm_resource to which this coverage_statement applies

start date

holdings_coverage are identical to coverage_statements in structure but apply to an entitlement rather than a resource. They are used to make a statement about what parts of a resource are available as part of an entitlement where that differs to the normal coverage stated for the resource

An example might be where the resource has been obtained through a consortium agreement, but the specific coverage an institution gets depends on when they joined the consortium. In this case an entitlement might require a holdings_coverage record to specify the coverage the institution gets access to which is different from the coverage_statement on the resource

An entitlement can have zero to many coverage_statements

holdings coverage ID
(mod_agreements/holdings_coverage

_statemant

:

cs

co_

start_date)

Earliest date of publication of material from the resource available as part of this coverage

Note that this is the publication

end date

id)

UUID for holdings_coverage


start issue
(mod_agreements/holdings_coverage

_statemant

:

cs

co_

end

start_

date

issue)

Latest date of publication of material from resource

Earliest issue of the resource linked to the entitlement available as part of this coverage

Table name: erm


end issue
(mod_agreements

_

/holdings_coverage

holdings_coverage are identical to coverage_statements in structure but apply to an entitlement rather than a resource. They are used to make a statement about what parts of a resource are available as part of an entitlement where that differs to the normal coverage stated for the resource

An example might be where the resource has been obtained through a consortium agreement, but the specific coverage an institution gets depends on when they joined the consortium. In this case an entitlement might require a holdings_coverage record to specify the coverage the institution gets access to which is different from the coverage_statement on the resource

An entitlement can have zero to many coverage_statements

holdings coverage ID

:co_end_issue)

Latest issue of the resource linked to the entitlement available as part of this coverage


start volume
(mod_agreements/holdings_coverage:co_start_volume)

Earliest volume of the resource linked to the entitlement available as part of this coverage


end volume
(mod_agreements/holdings_coverage:co_end_volume)

Latest volume of the resource linked to the entitlement available as part of this coverage


entitlement ID
(mod_agreements/holdings_coverage:co_ent_fk)

The ID of the entitlement to which this holdings_coverage applies


start date
(mod_agreements/holdings_coverage:co_

id)

UUID for holdings_coverage

start issue

start_date)

Earliest date of publication of material from the resource linked to the entitlement available as part of this coverage

Note that this is the publication

end date
(mod_agreements/holdings_coverage:co_

start

end_

issue

date)

Earliest issue of the

Latest date of publication of material from resource linked to the

entitlement

entitlemente available as part of this coverage

end issue
(mod_agreements/holdings_coverage:co_end_issue)

Latest issue of the resource linked to the entitlement available as part of this coverage

start volume


Table name: erm_agreements_refdata_value
refdata_values (reference data values) are used where specific values for a field can be chosen from a limited list of values. Reference data values are grouped by refdata categories (mod_agreement.refdata_category) which define the context in which the values are used

rdv_id
(mod_agreements/

holdings

refdata_

coverage

value:

co

rdv_

start_volumeend volume

id)

Earliest volume of the resource linked to the entitlement available as part of this coverage

ID for the refdata value

rdv_value
(mod_agreements/

holdings

refdata_

coverage

value:

co

rdv_

end_volume)

Latest volume of the resource linked to the entitlement available as part of this coverage

entitlement ID

value)

A string value which is used to identify the refdata value The rdv_value stays constant whereas the rdv_label can be changed, so when building filters etc. for a specific reference data value, it is better to use the rdv_value rather than the rdv_label

rdv_owner
(mod_agreements/

holdings

refdata_

coverage

value:

co

rdv_

ent_fk

owner)

The
ID of the
entitlement to which this holdings_coverage appliesstart date
refdata category (mod_agreements
/holdings_coverage:co_start_date)

Earliest date of publication of material from the resource linked to the entitlement available as part of this coverage

Note that this is the publication

end date
.refdata_category.rdc_id) to which the rdv_value belongs

rdv_label
(mod_agreements/

holdings

refdata_

coverage

value:

co_end_date)Latest date of publication of material from resourc linked to the entitlemente available as part of this coverage

rdv_labe)

A string label for the rdv_valueThis is the value usually displayed to users in the Folio UI


Plus the data from the RM-Costs Cluster Prototype

...