ERM-Agreements Costs Cluster Prototype
JIRA Tickets associated with this Report Cluster:
The JIRA ticket for this report cluster is UXPROD-2368 ERM-Agreements Costs Cluster including all respective Rep-Jira Tickets.
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.
For e-resources stored in Inventory please see information on ERM Inventory costs - FOLIO Wiki, JIRA UXPROD-2408
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
( REP-41 (costs): Annual E-Resource Counts for ARL, ACRL and NCES and local reporting ) –> please take a look at UXPROD-2529 Association of College and Research Libraries Report
REP-265: Digital stocks, altogether (without electronic journals and electronic newspapers) (DBS 113)
REP-266: Digital stocks, among these: commercially sold E-Books (digital textual materials which allow for searches on them) (DBS 113.4)
REP-267: "Digital stocks, of those: stocks in data bases (contents which are to be retrieved under a common user interface) serials that are not continuous,
not published on a regular basis; aggregator databases; for example, databases with topically based selections of journals" (DBS 121)REP-68: Journals and newspaper in electronic form: costs for those (licenses) in the reporting year (DBS 134 , expenses)
Output: Amount
REP-69: Other costs for journals and newspapers in electronic form, e.g. one-time purchase of backfiles (DBS 135, expenses)
Output: Amount
REP-158: Request and Verify Status of E-Resource Purchase Requests
REP-232: All materials expenditures divided into physical vs. electronic (lower priority for breakouts by format within these divisions). (Lower priority for budgeted amounts for materials?)
Data Attributes
(high-level list of data fields)
Data Attributes will come from the following application areas: Orders, Invoices, and Agreements
Report Criteria
(describe report cluster parameters, criteria, filters, etc.)
Information
-See ERM Statistics summary for report descriptions and priority.
Information Resources for Data Attributes
Information
FOLIO Attribute Definition Sources
-API reference documentation for all modules located at: https://dev.folio.org/reference/api/
-Github
-See eUsage: requirements/fields
-See UXPROD-1264 - Calculate Statistics: Costs Per Download
-See the Finance Data Model
-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 sa_id) | UUID of Agreement | |
agreement Name | A name for the agreement assigned by the institution | |
agreement Description | A description for the agreement assigned by the institution | |
reference data ID of 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 | 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 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 | 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 | To record any general information about the license for the Agreement | |
ID to custom properties | 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 | UUID of Entitlement (aka Agreement Line) | |
associated agreement ID | ID of Agreement (mod_agreements.subscription_agreement.sa_id) to which the entitlement belongs | |
associated resource ID | 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 | Date from which the entitlement was active in format yyyy-MM-dd. No time or timezone | |
active to date | Date to which the entitlement was active in format yyyy-MM-dd. No time or timezone | |
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: |
reference ID of resource | 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)
|
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 | UUID of order_line record | |
po-line ID | ID of purchase order line in Orders app | |
entitlement ID | 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 | ID of erm_resource | |
resource 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 | ID of reference data value (mod_agreements.refdata_value.rdv_id) for the type of resource. | Common values include "serial", "monograph", "book", "journal". |
subtype ID | ID of reference data value (mod_agreements.refdata_value.rdv_id) for the subtype of resource | Common 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 | ID of package | The ID of the package will appear in the erm_resource table for the erm_resource record associated with the package |
provider of package 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 | String describing the source of the package data | |
remote kb ID | ID of the remote knowledgebase from which the package data was obtained (in mod_agreements.remotekb) | |
reference to external system | 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 | ID of the package content item | The 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 | ID of the platform_title_instance that the package_content_item is linked to | |
package ID | ID of the package that the package_content_item belongs to | |
access start date | The date on which a package_content_item was first accessible in a package | If `null` then it is assumed that the package_content_item was accessible in the package at the earliest possible data |
access end date | The date on which a package_content_item was last accessible in a package | If `null` then it is assumed that the package_content_item is still accessible in the package at the current date |
Table name: 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 | ID 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 |
associated platform ID | The ID of the platform that the platform_title_instance belongs to | |
associated title instance ID | The ID of the title_instance to which the platform_title_instance is linked | |
URL (mod_agreements/platform_title_instance:pti_url) | The URL of 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 | UUID of Platform | |
platform 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 | |
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 | The ID of the work to which the title_instance is linked | |
monograph published date | 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 | 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 | For monographs (books), edition of the book. | Equivalent to the KBART Phase II (NISO RP-9-2014) properties monograph_edition (see https://groups.niso.org/apps/group_public/download.php/16900/RP-9-2014_KBART.pdf) |
volume if mono | For monographs (books), the volume number of the book | Equivalent to the KBART Phase II (NISO RP-9-2014) properties monograph_volume (see https://groups.niso.org/apps/group_public/download.php/16900/RP-9-2014_KBART.pdf) |
last name of first editor if mono | For monographs (books), the last name of the book’s first editor. |