Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
RETRIEVAL INTERFACE FOR CONTENT, SUCH AS COMPLIANCE-RELATED CONTENT
Document Type and Number:
WIPO Patent Application WO/2023/003901
Kind Code:
A1
Abstract:
A facility for retrieving content. The facility invokes an API, as part of the invocation passing to the API: (1) information identifying one or more units of content to return; and (2) an indication that an entity on behalf of which the invocation is performed attests that the entity is compliant with a license that applies to the identified units of content. The facility receives a response to the API invocation that contains the identified units of content.

Inventors:
COUGIAS DORIAN J (US)
DARE DAVE (US)
HONTAU LUCIAN (US)
KOHLER SEAN (US)
PILIERO STEVEN (US)
WEDDERBURN MICHAEL (US)
Application Number:
PCT/US2022/037624
Publication Date:
January 26, 2023
Filing Date:
July 19, 2022
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
UNITED COMPLIANCE FRAMEWORK NETWORK FRONTIERS (US)
International Classes:
G06F21/10; G06F16/9032; G06F16/9038; G06F21/60; G06Q30/02
Foreign References:
US20080287142A12008-11-20
EP3404891A12018-11-21
US20130047221A12013-02-21
US20150249651A12015-09-03
EP1975837A12008-10-01
Attorney, Agent or Firm:
LAWRENZ, Steven, D. et al. (US)
Download PDF:
Claims:
CLAIMS

1. A method in a server for responding to a request for compliance content from a caller, the method comprising: receiving an API invocation from the caller, the API invocation comprising: information identifying the caller, information identifying one or more units of compliance content to return, and an indication of whether the caller attests that the caller is compliant with a license that applies to the identified units of compliance content; only where the indication indicates that the caller attests that the caller is compliant with the license that applies to the identified compliance content: constructing a response message containing the identified units of compliance content; for each of the identified units of compliance content, determining a predetermined cost; summing the determined costs to obtain a total cost; using the information identifying the caller to select an account corresponding to the caller; causing the selected account to be charged the total cost; and causing the response message to be transmitted in response to the API invocation.

2. The method of claim 1 wherein the identified units of compliance content comprise an authority document list object that comprises: for each of a plurality of authority documents: identifying information for the authority document usable by the caller to retrieve an object containing the authority document using the API; and a link to a license that applies to the authority document.

3. The method of claim 1 wherein the identified units of compliance content comprise an authority document object that comprises, for a particular authority document: for each of a plurality of citations contained by the authority document: identifying information for the citation usable by the caller to retrieve an object containing the citation using the API; and a link to a license that applies to the citation.

4. The method of claim 1 wherein the identified units of compliance content comprise a citation object that comprises, for a particular citation: a copy of the citation; and for a mandate constituting an interpretation of the citation: identifying information for the mandate usable by the caller to retrieve an object containing the mandate using the API; and a link to a license that applies to the mandate.

5. The method of claim 1 wherein the identified units of compliance content comprise a mandate object that comprises, for a particular mandate: a copy of the mandate; and for a control to which the mandate has been mapped constituting a deduplication of the mandate against one or more equivalent other mandates: identifying information for the control usable by the caller to retrieve an object containing the control using the API; and a link to a license that applies to the control.

6. The method of claim 1 wherein the identified units of compliance content comprise a control object that comprises, for a particular control: a copy of the control.

7. One or more instances of computer-readable media collectively having contents configured to cause a computing system to perform a method for responding to a request for content from a caller, the method comprising: receiving an API invocation from the caller, the API invocation comprising: information identifying the caller, and information identifying one or more units of content to return; constructing a response message containing the identified units of content; for each of the identified units of content, determining a predetermined cost; summing the determined costs to obtain a total cost; using the information identifying the caller to select an account corresponding to the caller; causing the selected account to be charged the total cost; and causing the response message to be transmitted in response to the API invocation.

8. The one or more instances of computer-readable media of claim 7 wherein the determining comprises, for each of the identified units of content: accessing a price specified for the identified unit of content.

9. The one or more instances of computer-readable media of claim 7 wherein the determining comprises, for each of the identified units of content: determining a type of the identified unit of content; and accessing a price specified for units of content of the determined type.

10. The one or more instances of computer-readable media of claim 7 wherein the determining comprises, for each of the identified units of content: determining a supplier of the identified unit of content; and accessing a price specified for units of content from the determined supplier.

11. The one or more instances of computer-readable media of claim 7 wherein the determining comprises, for each of the identified units of content: determining a type of the identified unit of content; determining a supplier of the identified unit of content; and accessing a price specified for units of content from the determined supplier of the determined type.

12. The one or more instances of computer-readable media of claim 7 wherein the API invocation is received from the caller via a gateway, and wherein the causing the selected account to be charged comprises attaching the total cost to the response message for extraction by the gateway to charge the selected account.

13. The one or more instances of computer-readable media of claim 12 wherein the response message has a header, and wherein the attaches comprises attaching the total cost to the header of the response message for extraction by to gateway to charge the selected account.

14. The one or more instances of computer-readable media of claim 7 wherein the causing the selected account to be charged comprises: reducing a balance prepaid by the caller by the total cost.

15. The one or more instances of computer-readable media of claim 7 wherein the causing the selected account to be charged comprises: adding the total cost to an amount to be charged to the caller in the future.

16. The one or more instances of computer-readable media of claim 7 wherein the received API invocation further comprises an indication of whether the caller attests that the caller is compliant with a license that applies to the identified content, and wherein the constructing, determining, summing, using, causing to be charged, and causing to be transmitted is performed only where the indication indicates that the caller attests that the caller is compliant with a license that applies to the identified content.

17. The one or more instances of computer-readable media of claim 7 wherein the received API invocation further comprises a license key issued to the caller by a licensor of the identified content, the method further comprising: verifying the license key, and wherein the constructing, determining, summing, using, causing to be charged, and causing to be transmitted is performed only where the verification reflects that the license key is valid.

18. The one or more instances of computer-readable media of claim 7 wherein the validation comprises: calling a computer system operated on behalf of the licensor, passing the license key.

19. The one or more instances of computer-readable media of claim 7 wherein the validation comprises: consulting a list of valid license keys to determine whether the license key is present in the list.

20. The one or more instances of computer-readable media of claim 7 wherein the validation comprises: consulting a list of valid license keys to determine whether the license key is present in the list; and if the license key is not present in the list, calling a computer system operated on behalf of the licensor, passing the license key.

21. A method in a computing system to retrieve content, comprising: invoking an API, as part of the invocation passing to the API: information identifying one or more units of content to return, and an indication that an entity on behalf of which the invocation is performed attests that the entity is compliant with a license that applies to the identified units of content; and receiving a response to the API invocation, the response comprising the identified units of content.

22. The method of claim 21, further comprising: as part of the invocation, passing to the API: information identifying the entity, charging information for the entity having earlier been established with an operator of the API, the response further comprising an indication of an amount that was charged in response to the invocation using the charging information earlier established for the entity.

23. The method of claim 21 wherein the indication is a license key supplied to the entity by a licensor of the identified one or more units of content.

Description:
RETRIEVAL INTERFACE FOR CONTENT,

SUCH AS COMPLIANCE-RELATED CONTENT

CROSS-REFERENCE TO RELATED APPLICATIONS

This application claims the benefit of provisional U.S. Application No. 63/223,879, filed July 20, 2021 and entitled “RETRIEVAL INTERFACE FOR CONTENT, SUCH AS COMPLIANCE-RELATED CONTENT,” and U.S. Patent Application No. 17/389,959, filed July 30, 2021 and entitled “RETRIEVAL INTERFACE FOR CONTENT, SUCH AS COMPLIANCE-RELATED CONTENT,” each of which are hereby incorporated by reference in their entirety.

This application is related to U.S. Patent Application No. 16/459,385, filed July 1, 2019 and entitled “AUTOMATIC COMPLIANCE TOOLS,” which is hereby incorporated by reference in its entirety.

In cases where the present application conflicts with a document incorporated by reference, the present application controls.

BACKGROUND

Content is data intended for consumption. One example is content that can be rendered in a form perceptible to a person for the person’s consumption, including such forms as text, images, audio sequences, video sequences, and holography sequences. Another example is content that is consumed by a computer, under the control of software; such content may be, for example, database rows, sensor outputs, or data about stock trading or other transactions.

Various conventional interfaces enable the retrieval of units of content in a particular body of content, in some cases units of content requested by software executed by or on behalf of a wide variety of organizations. As one example, web servers receive HTTP requests submitted by web browsers executing on many computers that each identify a web page that is part of a particular website; the web servers respond to each request with the content of the web page that it identifies. In some cases, conventional content retrieval interfaces are equipped with a pay wall that requires that a requester pay a subscription fee before responses will be sent to their requests.

BRIEF DESCRIPTION OF THE DRAWINGS

Figure l is a block diagram showing some of the components typically incorporated in at least some of the computer systems and other devices on which the facility operates.

Figure 2 is a data flow diagram showing the facility’s processing of a content request at a high level.

Figure 3 is a flow diagram showing a process performed by the facility in some embodiments in the API gateway.

Figure 4 is a flow diagram showing a process performed by the facility in some embodiments in the API backend to process a content request dispatched by the API gateway.

Figure 5 is a component diagram showing in more detail the facility’s organization.

Figure 6 is a data flow diagram showing interactions between the facility components shown in Figure 5.

Figure 7 is a data flow diagram showing a sample set of interactions between a customer application and the facility to retrieve compliance content units of different types.

DETAILED DESCRIPTION

The inventors have recognized disadvantages of conventional content retrieval interfaces. One is that the subscription model typically used by conventional content retrieval interfaces is a poor fit for many types of content, content providers, and/or content consumers. For example, the all-you-can-eat model encourages inefficient use of the interface, to request more content units than is necessary, or to request the same content unit more times than is necessary. Additionally, in some cases, subscribers may retrieve a substantial portion of the body of content in order to resell it without further compensating the content provider, to customers who would otherwise have paid the content provider for subscription. Further, subscription rates that the content provider regards as adequate compensation for the all-you-can-eat model may be so large as to preclude perspective customers who wish to retrieve only a small volume of content. Many of these disadvantages are shared by measured subscription models in which customers pay a subscription fee in exchange for the ability to retrieve up to a maximum volume of content.

The inventors have also recognized that a significant portion of content is subject to license agreements. For example, a license agreement may require those who access the content that is subject to the license agreement to only store, copy, modify, transform, or distribute the content in certain ways, or under certain conditions, or that they pay for the opportunity to do so, or undertake some other obligation in exchange for doing so. They have further recognized that failure of conventional content retrieval interfaces to enforce license agreements against the retrieval of content that is subject to them is disadvantageous to the provider of the licensed content, and may discourage the provider from making the licensed content available via the retrieval interface.

The inventors have further recognized that the disadvantages of conventional content retrieval interfaces listed above are particularly acute with respect to providing content retrieval for information relating to compliance.

Compliance refers to facilitating an organization’s adherence to rules of various kinds that govern their business, and assessing (“auditing”) that adherence. These rules are expressed in authority documents, which can include, for example: statutes, regulations, regulatory directives or guidance, contractual obligations, standards, auditing guidelines, safe harbors, best practice guidelines, vendor documentation, and procedures established by the organization for its own operation. In some cases, a compliance process involves some or all of the following phases: selecting and obtaining copies of a group of authority documents that applies to the organization; identifying the expressions of rules (“citations”) that occur in the authority documents; performing natural language understanding analysis of the citations to determine the rules (“mandates”) that they express; deduplicating the mandates across the group of authority documents — and within individual authority documents — to obtain “controls” (or “common controls”) that each represent a set of mandates that are equivalent, and are each linked to that set of mandates; constructing an audit questionnaire from the controls that efficiently covers compliance with all of the authority documents in the group; and using the established structure of citations, mandates, controls, and audit questions and answers to establish that the answers to audit questions demonstrate compliance with the authority documents in the group. In some cases, documents, citations, mandates, and/or controls are constructed with reference to data objects called “terms” that constitute dictionary entries for words or phrases occurring in those higher- level data objects.

In some cases, a service provider performs some or all of the compliance process phases listed above on behalf of organizations that are customers of the service provider. In some cases, customers may wish to access intermediate data that is produced by the service provider as part of providing the service. This may be, for example, in cases where the customer organization wishes to rely on the service provider for early phases of the compliance process, and perform later phases itself using the results of the service provider’s performance of the early phases, in some cases using a third-party tool or repository. This may also be in cases where the customer organization wishes to independently assess or verify the correctness of the structure of citations, mandates, controls, and audit questions established on its behalf by the service provider, or store a record of these that it can access in the future.

In response to recognizing the above disadvantages of conventional content retrieval interfaces, the inventors have conceived and reduced to practice a software and/or hardware facility (“the facility”) that provides a superior retrieval interface for content, such as compliance-related content.

The facility exposes an API that content consumers can call in order to retrieve units of content. In some embodiments, the facility enables content consumers to retrieve units of content of different types, such as by exposing different API endpoints for different content types, or by establishing an argument that the calling content consumer can set in order to specify content type. In some embodiments, these multiple content types include compliance information objects, such as authority document lists, authority documents, citations, mandates, controls, and terms. In some embodiments, the facility imposes a license enforcement mechanism via the API. For example, in some embodiments, the API provided by the facility enables callers to identify a license that applies to a particular unit of content, such as by returning a URL at which that license can be accessed, or other pointer to that license. In some embodiments, the API includes a license attestation argument that the caller must populate with a value indicating that it attests that it understands the license and is complying with it. In some embodiments, the API includes a license key argument that the caller populates with a key identifying the caller to the licensor of the unit of content; the API uses the license key to verify that the caller has a license in good standing with the licensor before returning the requested unit of content.

In some embodiments, the facility charges callers for the units of content they retrieve. In such embodiments, the facility establishes a price list that specifies the price for individual content units, content units of particular content types, or units of content from particular sources or in particular authority documents. As part of responding to a content retrieval request from a caller, the facility causes the caller to be charged the appropriate amount for each requested content unit. In various embodiments, the charging involves debiting a prepayment account of the caller, performing credit or debit transactions using information previously provided by the caller, or other approaches to charging. In some embodiments, an API gateway is used by the facility to authenticate the identity of the caller and charge a method of payment established by the caller, such as by charging a credit card provided by the caller, or decrementing a debit account previously funded by the caller.

By performing in some or all of the ways described above, the facility facilitates the retrieval of compliance-related information and content of other types in a way that enforces licenses that apply to the content, and/or charges appropriately for the content. These features make it more attractive for content providers to use the facility for distribution of their content.

Also, the facility improves the functioning of computer or other hardware, such as by reducing the dynamic display area, processing, storage, and/or data transmission resources needed to perform a certain task, thereby enabling the task to be performed by less capable, capacious, and/or expensive hardware devices, and/or be performed with less latency, and/or preserving more of the conserved resources for use in performing other tasks or additional instances of the same task. For example, the facility conserves processing and communication resources that would have been applied to lesser-valued content retrieval requests that customers would have made under a subscription payment arrangement, but do not make on a per-unit payment arrangement. As a result, cheaper, less powerful portable servers can be substituted to achieve the same level of performance, or the same servers can be used with excess processing capacity remaining for performing additional desirable tasks.

Figure l is a block diagram showing some of the components typically incorporated in at least some of the computer systems and other devices on which the facility operates. In various embodiments, these computer systems and other devices 100 can include server computer systems, cloud computing platforms or virtual machines in other configurations, desktop computer systems, laptop computer systems, netbooks, mobile phones, personal digital assistants, televisions, cameras, automobile computers, electronic media players, etc. In various embodiments, the computer systems and devices include zero or more of each of the following: a processor 101 for executing computer programs and/or training or applying machine learning models, such as a CPU, GPU, TPU, NNP, FPGA, or ASIC; a computer memory 102 for storing programs and data while they are being used, including the facility and associated data, an operating system including a kernel, and device drivers; a persistent storage device 103, such as a hard drive or flash drive for persistently storing programs and data; a computer-readable media drive 104, such as a floppy, CD-ROM, or DVD drive, for reading programs and data stored on a computer-readable medium; and a network connection 105 for connecting the computer system to other computer systems to send and/or receive data, such as via the Internet or another network and its networking hardware, such as switches, routers, repeaters, electrical cables and optical fibers, light emitters and receivers, radio transmitters and receivers, and the like. While computer systems configured as described above are typically used to support the operation of the facility, those skilled in the art will appreciate that the facility may be implemented using devices of various types and configurations, and having various components. Figure 2 is a data flow diagram showing the facility’s processing of a content request at a high level. A customer application 210 wishing to retrieve content, such as compliance-related content, sends a content request 211 to an API gateway 220. The API gateway dispatches the content request 221 to an API backend 250 that implements content retrieval API exposed by the facility. The API backend generates a content response 222 containing the content identified by the content request, which it returns to the API gateway. The API gateway in turn forwards content response 212 to the customer application.

In various embodiments, the API gateway is a commercial API gateway such as rapid API or KrakenD, configured to operate with the facility; an open-source API gateway, such as Kong, some or all of whose modules are adapted or rebuilt to operate with the facility; or an API gateway developed from scratch specifically to operate with the facility at the API gateway.

Figures 3 and 4 are flow diagrams showing processes performed by the facility in the API gateway and API backend in order to process content requests sent by customer applications.

Figure 3 is a flow diagram showing a process performed by the facility in some embodiments in the API gateway. In act 301, the facility receives a content request that contains a customer key, a license attestation or license key, and identification of the content. In some embodiments, each content request contains a customer key identifying the caller as a registered customer of the facility. The content request further includes information identifying the content being requested, which in various embodiments includes one or more content unit identifier values; one or more content unit group identifier values; and/or a content unit type. In some embodiments, as is discussed further below, the facility establishes separate API endpoints for different content unit types. In some embodiments, the facility receives and processes requests for content of different types at the same endpoint. The content request also contains either a license attestation or a license key; the license attestation is an attestation on behalf of the caller or a customer of the caller that this party knows the identity of a license that applies to the requested content; understands the contents of that license; and is complying with that license. The license key identifies the caller as a licensee in good standing with the licensor of the requested content.

In act 302, if the customer key contained in the content request received in act 301 is determined by the facility to be valid, then the facility continues in act 303, else the facility continues in act 301. In act 303, the facility forwards the content request received in act 301 to the API backend.

Figure 4 is a flow diagram showing a process performed by the facility in some embodiments in the API backend to process a content request dispatched by the API gateway. In various embodiments, the API backend and API gateway execute in the same server or different servers. In various embodiments, the API gateway and API backend are hosted in the same cloud service or different cloud services.

In act 401, the facility receives a content request forwarded by the API gateway. In act 402, if a license attestation is present in the content request, or the content request contains a license key that a facility determines to be valid, then the facility continues in act 403, else the facility continues in act 406. In some embodiments (not shown), the facility omits the test in act 402 for content units that it determines are not subject to any license. In act 403, the facility retrieves the content unit identified by the content request, such as from a content repository. In some embodiments (not shown), in act 403, the facility generates one or more dynamic content units identified by the content request. In act 404, the facility determines a price for the identified content. In some embodiments, in act 404, the facility compares each identified content unit to a price list to identify the price list entry having the best match with the content unit, and applies the price specified by that price list entry. In some embodiments, this involves identifying the lowest-level price list entry that matches each identified content unit. In act 405, the facility constructs a content response containing the units of content retrieved in act 403, as well as the aggregate price determined for the content in act 405. In act 406, the facility sends the content response constructed in act 405 to the API gateway. After act 406, the facility continues in act 401.

Those skilled in the art will appreciate that the acts shown in Figure 4 and in each of the flow diagrams discussed herein may be altered in a variety of ways. For example, the order of the acts may be rearranged; some acts may be performed in parallel; shown acts may be omitted, or other acts may be included; a shown act may be divided into subacts, or multiple shown acts may be combined into a single act, etc.

Returning to Figure 3, in act 304, the facility receives in the API gateway the content response set by the API backend. In act 305, the facility charges to the customer as a response to the content request received in act 301. After act 306, the facility continues in act 301 to receive the next content request.

Figure 5 is a component diagram showing in more detail the facility’s organization. It shows the customer application 510 calling an API gateway 520. The API gateway in turn calls an account management component 530 containing information about each valid customer. The account management component calls a billing system 540 that handles the process of charging customers for the content they request. Also called by the API gateway is the API backend 550 which retrieves requested content units from the content repository 560, and accesses a price table 570 in order to determine the price of content units retrieved for a particular content request.

Figure 6 is a data flow diagram showing interactions between the facility components shown in Figure 5. It shows that the customer application 610 signs up

671 for an account with the account management component 630 and specifies a payment type, such as credit card, direct ACH withdrawal, purchase order/check, etc. The account management component creates this account with the specified payment information, and returns to the customer application an API key that can be used by the customer application to call the API gateway. The customer application further funds

672 this account with the account management component. The billing system 640 sends invoicing communication 673 to the customer application. In some embodiments, these invoicing communications provide details or summaries of content retrieval requests received from and processed for the customer and associated price. In various embodiments, the invoicing communications show the prepaid balance of the customer’s prepaid account — which may merit additional payments to restore the prepaid balance to an acceptable level; or, for a charge account, indicates an amount due for the recently-processed content requests. The customer application sends payment 674 to the account management component, which in turn calls the billing system to process 675 payment methods present in the payment. After processing the payment methods, the account management component calls the billing system in order to add 676 an API usage credit corresponding to the payment to the customer’s account.

The customer application calls the API gateway 620 with a content request, here shown as a “GET object” request 677 containing a license attestation. The API gateway validates 678 the customer key with the account management component, which sends a validation response 679. Having validated the customer’s account using the customer key, the API gateway forwards 680 the GET object request to the API backend 650. In some embodiments, the API backend again validates 681 the customer account with the account management component, which sends a response 682 to the API backend.

The API backend calls 683 a content repository 660 to retrieve (and/or generate) content units identified by the GET object request. The content repository responds 684 with these content units. The API backend calls or accesses 685 a price table 670 to look up the price of each content unit identified in the GET object request. The API backend receives 686 a response from the price table specifying these prices for content units. The API backend uses the retrieved content units to generate a content object; attaches the individual or total content unit prices in the content object’s header; and forwards 687 this content object to the API gateway. The API gateway reads the cost on the header of the content object, and instructs 688 the account management system to apply a debit for this amount to the customer’s account. The account management component sends 689 a debit transaction for this amount against the customer’s account to the billing system, which applies the debit to the customer’s balance. The API gateway returns 690 the content units received from the API backend to the customer application.

In some embodiments, the account management component sends 691 periodic facility usage reporting to the customer application. In some embodiments, the billing system sends 692 invoices seeking additional customer deposits in the prepaid account certain periods of times before its projected exhaustion, such as ninety days in advance.

An example of the operation of the facility follows. In the example, the facility operates GET object (i.e., content request) endpoints for each of five content unit types: an AuthorityDocumentList, an AuthorityDocument, a Citation, a Mandate, and a Control. This example is shown visually by Figure 7.

Figure 7 is a data flow diagram showing a sample set of interactions between a customer application and the facility to retrieve compliance content units of different types. First, the customer application calls 771 the GET AuthorityDocumentList endpoint in order to obtain an authority document list object listing available authority documents. In some embodiments, this endpoint returns 772 a list of all authority documents available for the facility. In some embodiments, calls to this endpoint include a parameter used to filter the authority documents included in the authority document list, such as a search query, one or more attribute/value pairs, etc. In some embodiments, calls to the endpoint include a parameter indicating whether the caller attests to compliance with a license that applies to the authority document list. The body of example response to a call to this endpoint is shown below in Table 1.

Table 1 i {

2 "@type": "AuthorityDocument",

3 "Licenselnfo": {

4 "@type": "Licenselnfo",

5 "availability": "licensed",

6 "license url": "https://unifiedcompliance.com/???",

7 "licensor id": 1

8 },

9 "@id" : "https://ucf-paid-content-prototype.p.rapidapi.com paid/authority- document/3288",

10 "element id": 3288,

11 "property name": "published name",

12 "property value": "Trust Services Criteria"

13 },

14 {

15 "@type": "AuthorityDocument",

16 "Licenselnfo": {

17 "@type": "Licenselnfo",

18 "availability": "unlicensed",

19 "license url": "https://unifiedcompliance.com ???",

20 "licensor id": 1

21 },

22 "@id" : "https://ucf-paid-content-prototype.p.rapidapi.com paid/authority- document/3289",

23 "element id": 3289,

24 "property name": "published name",

25 "property value": "United States Code - 15 U.S.C. 278g-3a to 278g-3e, IoT

Cybersecurity Improvement Act of 2020"

26 }, The authority document list object shows two authority documents, a first in lines 9-21, and a second in lines 22-26. The customer application can select one of these listed authority documents to retrieve using the GET AuthorityDocument endpoint. Because in some embodiments the facility processes calls to the GET AuthorityDocumentList endpoint without charge, no header is shown for the sample response shown in Table 1.

To continue in the example, the customer application calls 773 the GET AuthorityDocument endpoint for the authority document shown in lines 9-21, using a content identifier “https://ucf-paid-content-prototype.p.rapidapi. com/paid/authority- document/3288,” which is included in line 9. The facility responds 774 to this request with the AuthorityDocument shown below in Table 2.

Table 2 i {

2 "@context": "https://grcschema.org/",

3 "@type": "AuthorityDocument",

4 "availability": "For Purchase",

5 "@id" : "https://ucf-paid-content-prototype.p.rapidapi.com paid/authority- document/3288",

6 "official name": "Tmst Services Criteria, (includes March 2020 updates)",

7 "published name": "Tmst Services Criteria",

8 "type": "Self-Regulatory Body Requirement",

9 "citation format": "* (Numbered Paragraphs)".

10 //...Other Data Properties

11 "CitationCount": {

12 "@type": "CitationCount",

13 "citation count": 511,

14 "mandate count": 716

15 },

16 "Citations": {

17 "@set": [

18 {

19 "@id": "https://ucf-paid-content- prototype.p.rapidapi.com/paid/citation/211276",

20 "@type": "Citation",

21 "elementjd": 211276,

22 "reference": "CC6.8 * 2 Bullet 4 Uses Antivirus and Anti-Malware

Software",

23 "authority document fk": 3288,

24 "Licenselnfo": {

25 "@type": "Licenselnfo",

26 "availability": "unlicensed",

27 "license url": "https://unifiedcompliance.com ???",

28 "licensor id": 1

29 } 30 },

31 {

32 @id" : "https://ucf-paid-content- prototype.p.rapidapi.com/paid/citation/211622",

33 "@type": "Citation",

34 "elementjd": 211622,

35 "reference": "CC7.3 * 2 Bullet 1 Responds to Security Incidents",

36 " authority document fk": 3288,

37 "Licenselnfo": {

38 "@type": "Licenselnfo",

39 "availability": "unlicensed",

40 "license url": "https://unifiedcompliance.coin/???",

41 "licensor id": 1

42 }

43 },

44 // ... More Citations

45 ]

46 },

47 "Licenselnfo": {

48 "@type": "Licenselnfo",

49 "availability": "licensed",

50 "license url": "https://unifiedcompliance.coin ???",

51 "licensor id": 1

52 }

53 // ... Other Data Objects 54 }

The returned AuthorityDocument object includes identifying information for the authority document in lines 3-9. It further includes an indication of the number of citations that occur in the authority document in line 13, and an indication of the number of mandates that occur in the authority document on line 14. The

AuthorityDocument object further includes identifying information about each of the 716 citations: for brevity, only two of these are shown in Table 2, a first in lines 18-30, and a second in lines 31-45. The AuthorityDocument object further includes license information in lines 47-51 about the authority document and its citations. This includes an indication of whether a license applies to the authority document and citations in line 49, and a link on line 50 to that license for access and review.

Table 3 below shows the header of the response to the GET AuthorityDocument endpoint call shown in Table 3.

Table 3

1 {

2 "access-control-allow -credentials": "true",

3 "access-control-allow-headers": "Content-Type, Authorization, Accept, Accept-Encoding", 4 "access-control-allow-methods": "POST, GET, OPTIONS, PUT, PATCH, DELETE",

5 II ... More Objects

6 "x-citation-cost": "$10.00",

7 "x-mandate-cost": "$40.00",

8 "x-object-cost": "$1.00",

9 "x-permited-cross-domain-policies": "none",

10 "x-rapidapi-region": "AWS - us-west-2",

11 "x-rapidapi-version": "1.2.8",

12 "x-xss-protection": "1; mode=block"

13 }

Line 8 of the header shows the aggregate cost of this response, $1.00. Lines 6 and 7 show the per-content unit cost of types of content units referred to in the response: $10.00 for citation content units, and $40.00 for mandate content units. To continue the example, the customer application selects the citation described in lines 18-30 of the AuthorityDocument object shown in Table 2, and uses the ID “https://ucf-paid-content-prototype.p. rapidapi.com/paid/citation/211276” in line 19 in its call 775 to the GET Citation endpoint. The Citation object is returned 776 by the facility in the body of the response shown below in Table 4.

Table 4 l {

2 "availability": "For Purchase",

3 "@context": "https://grcschema.org/",

4 "@id": "https://ucf-paid-content- prototype.p.rapidapi.com/paid/citation/211276",

5 "guidance": "Antivirus and anti-malware software is implemented and maintained to provide for the interception or detechon and remediation of malware.",

6 "element id" : 211276,

7 "reference": "CC6.8 * 2 Bullet 4 Uses Antivirus and Anti-Malware

Software",

8 "CoreMetaData": {

9 "modified audit id" : null,

10 "live status": true,

11 "superseded by": null,

12 "created audit id": null,

13 "checksum": 1,

14 "notes": null,

15 "date modified": "2021-02-12",

16 "date created": "2021-02-02",

17 "validated": null

18 },

19 "Licenselnfo": {

20 "@type": "Licenselnfo",

21 "availability": "licensed",

22 "license url": "https://unifiedcompliance.com ???",

23 "licensor id": 1 24 },

25 "language": "eng",

26 "parent id": 212182,

27 "authority document id" : 3288,

28 "@type": "Citation",

29 "Mandates": {

30 "@set": [

31 {

32 "Licenselnfo": {

33 "@type": "Licenselnfo",

34 "availability": "licensed",

35 "license uri": "https://unifiedcompliance.com/???",

36 "licensor id": 1

37 },

38 @id" : "https://ucf-paid-content- prototype.p.rapidapi.com/paid/mandate/211276",

39 "@type": "Mandate",

40 "element id" : 211276,

41 "citation fk": 211276

42 }

43 ]

44 },

45 "mandate count": 1

46 } The citation’s identifier is shown in line 4, and its textual contents are shown in line 5. Its location in the authority document is shown in line 7. Metadata for the citation is shown in lines 8-18. Licensing information for the citation is shown in lines 19-24. A mandate interpreting the citation is described in lines 30-44. Lines 32-36 contain license information for the mandate, and lines 38-41 contain identifying information for the mandate.

Table 5 below shows the header for the response to the GET Citation endpoint call shown above in Table 4.

Table 5

1 {

2 "access-control-allow -credentials": "true",

3 "access-control-allow-headers": "Content-Type, Authorization, Accept, Accept-Encoding",

4 "access-control-allow-methods": "POST, GET, OPTIONS, PUT, PATCH, DELETE",

5 II ... More Objects

6 "x-control-cost": "$10.00",

7 "x-mandate-cost": "$40.00",

8 "x-object-cost": "$10.00",

9 "x-permitted-cross-domain-policies": "none",

10 "x-rapidapi-region": "AWS - us-west-2",

11 "x-rapidapi-version": "1.2.8",

12 "x-xss-protection": "1; mode=block"

13 } Line 8 of the header shows the aggregate cost of the response to the GET Citation endpoint, $10.00. Lines 6-7 show the per-content unit costs of content types referred to in the body of the response, $10.00 for control content units, and $40.00 for mandate content units.

Continuing the example, the customer application calls 777 the GET Mandate endpoint using the mandate identifier: “https ://ucf-paid-content- prototype.p. rapidapi.com/paid/mandate/211276,” in line 38 of the citation object. In response, the facility returns 778 the Mandate Object in the response body shown below in Table 6.

Table 6 l {

2 "sort value": 5,

3 "@context": "https://grcschema.org/",

4 "@id": "https://ucf-paid-content- prototype.p.rapidapi.com/paid/mandate/211276",

5 "citation id" : 211276,

6 "guidance as tagged": "{antivirus software} Antivirus and anti-malware software is implemented and maintained to provide for the interception or detection and remediation of malware.",

7 "guidance": "Antivirus and anti-malware software is implemented and maintained to provide for the interception or detection and remediation of malware.",

8 "MatchedControl" : {

9 "@type": "MatchedControl",

10 "attestation url": "https://www.unifiedcompliance.com/???",

11 "certainty": null,

12 "method": null,

13 "Control": {

14 "@type": "Control",

15 "@id": "https://ucf-paid-content- prototype.p.rapidapi.com/paid/control/575",

16 "Licenselnfo": {

17 "@type": "Licenselnfo",

18 "availability": "licensed",

19 "license url": "https://unifiedcompliance.com/???",

20 "licensor id": 1

21 },

22 "element id": 575,

23 "control authority id": 1

24 }

25 },

26 "elementjd": 211276,

27 "reference": "CC6.8 $ 2 Bullet 4 Uses Antivirus and Anti-Malware

Software",

28 "CoreMetaData": {

29 "modified audit id" : null, 30 "live status": true,

31 "superseded by": null,

32 "created audit id": null,

33 "checksum": 1,

34 "notes": null,

35 "date modified": "2021-02-12",

36 "date created": "2021-02-02",

37 "validated": null

38 },

39 "sortjd": "006026005",

40 "Licenselnfo": {

41 "@type": "Licenselnfo",

42 "availability": "licensed",

43 "license uri": "https://unifiedcompliance.com/???",

44 "licensor id": 1

45 },

46 "language": "eng",

47 "authority document id" : 3288,

48 "@type": "Mandate",

49 "TaggedSentence": {

50 "@context": "https://grcschema.org/",

51 "@id": null,

52 "sentence": "{antivirus software} Antivirus and anti-malware software is implemented and maintained to provide for the interception or detection and remediation of malware.",

53 "element id": 89267,

54 "@type": "TaggedSentence",

55 "TaggedPhrases": [

56 {

57 "@context": "https://grcschema.org/",

58 "tagged sentence fk": 89267,

59 "@id": null,

60 "start": 1,

61 "type": "Primary Noun",

62 "TaggedPhraseTerm": {

63 "@type": "TaggedPhraseTerm",

64 "element id": 3459,

65 "nonstandard": false,

66 "preferred term": null

67 },

68 "element id": 497882,

69 "nonstandard": true,

70 "term_preferred_term": null,

71 "end": 19,

72 "@type": "TaggedPhrase",

73 "TaggedPhraseDefinition": {

74 "@type": "TaggedPhraseDefinition",

75 "element id": 30635,

76 "definition" : "A program that monitors a computer or network to identify all vimses and prevent or contain vims incidents.",

77 "other form": null,

78 "word type": "Asset"

79 },

80 "term id": 3459,

81 "term nonstandard": false

82 },

83 {

84 "@context": "https://grcschema.org/", 85 "tagged sentence fk": 89267,

86 "@id": null,

87 "start": 35,

88 "type": "Primary Noun", 89 "TaggedPhraseTerm": {

90 "@type": "TaggedPhraseTerm",

91 "element id": 252184,

92 "nonstandard": false,

93 "preferred term": null 94 },

95 "element id": 497883,

96 "nonstandard": true,

97 "term_preferred_term": null,

98 "end": 56, 99 "@type": "TaggedPhrase",

100 "TaggedPhraseDefinition": { 101 "@type": "TaggedPhraseDefinition", 102 "element id": 198576, 103 "definition": "A program that monitors a computer or network to identify all major types of malware: vims, trojan horse, spyware, Adware, worms, rootkits, etc.", 104 "other form": null,

105 "word type": "Asset"

106 },

107 "term id": 252184,

108 "term nonstandard": false 109 },

110 { 111 "@context" : "https://grcschema.org/", 112 "tagged sentence fk": 89267, 113 "@id": null, 114 "start": 60,

115 "type": "Primary Verb",

116 "TaggedPhraseTerm": {

117 "@type": "TaggedPhraseTerm",

118 "element id": 17589, 119 "nonstandard": false,

120 "preferred term": 253298 121 }, 122 "element id": 497884, 123 "nonstandard": true, 124 "term_preferred_term": 253298,

125 "end": 86,

126 "@type": "TaggedPhrase",

127 "TaggedPhraseDefinition": {

128 "@type": "TaggedPhraseDefinition", 129 "element id": 1259,

130 "definition": "To lay the groundwork for something and uphold it or ensure continuation by requiring maintenance.",

131 "other form": null,

132 "word type": "Verb"

133 }, 134 "term id": 17589,

135 "term nonstandard": false

136 }

137 ],

138 "correct": true 139

140 } In lines 49-138, the Mandate Object describes the interpretation of the underlying citation. The Mandate Object further includes information in lines 8-24 about a control that is “matched” or “mapped” to the mandate, and potentially other mandates in the same or different authority documents, to identify them as equivalent. In lines 16-21, this section of the metadata object contains license information for the control.

Table 7 below shows the header of the response to the GET Mandate endpoint call response whose body is shown above in Table 6. Table 7

1 {

2 "access-control-allow -credentials": "true",

3 "access-control-allow-headers": "Content-Type, Authorization, Accept, Accept-Encoding",

4 "access-control-allow-methods": "POST, GET, OPTIONS, PUT, PATCH, DELETE",

5 II ... More Objects

6 "x-control-cost": "$10.00",

7 "x-object-cost": "$10.00",

8 "x-permitted-cross-domain-policies": "none",

9 "x-rapidapi-region": "AWS - us-west-2",

10 "x-rapidapi-version": "1.2.8",

11 "x-xss-protection": "1; mode=block"

12 }

Line 7 of the header shows the aggregate cost of this response to be $10.00. Line 6 shows the per-content unit cost of control units to be $10.00.

To continue the example, the customer application calls 779 the GET Control endpoint using the control ID “https ://ucf-paid-content- prototype.p. rapidapi.com/paid/control/575,” that is included in line 15 of the Mandate Object. The facility responds 780 with the Control Object in the response body shown below in Table 8.

Table 8 1 {

2 "ControlAuthority": {

3 "@type": "ControlAuthority",

4 "control authority abbreviation": "UCF",

5 "control authority id": 1, 6 "control authority name": "Unified Compliance" 7 },

8 "sort value": 2,

9 "@context": "https://grcschema.org/",

10 "@id": "https://ucf-paid-content- prototype.p.rapidapi.com/paid/control/575",

11 "name": "Install security and protection software, as necessary.",

12 "type": "Configuration",

13 "classification": "Preventive",

14 "impact zone": "Technical security",

15 "element id": 575,

16 "CoreMetaData": {

17 "modified audit id" : null,

18 "live status": tme,

19 "superseded by": null,

20 "created audit id": null,

21 "checksum": 9,

22 "notes": null,

23 "date modified": "2021-05-04",

24 "date created": "2005-12-28",

25 "validated": null

26 },

27 "sort id": "001 004018002",

28 "Licenselnfo": {

29 "@type": "Licenselnfo",

30 "availability": "licensed",

31 "license uri": "https://unifiedcompliance.com ???",

32 "licensor id": 1

33 },

34 "language": "eng",

35 "parent id": 574,

36 "@type": "Control",

37 "Metric": {

38 "@type": "Metric",

39 "metric calculation": null,

40 "metric image reference": null,

41 "metric information source": null,

42 "metric name": null,

43 "metric_presentation_format": null,

44 "metric target result": null

45 },

46 "TaggedSentence": {

47 "@context": "https://grcschema.org/",

48 "@id": null,

49 "sentence": "Install security and protection software, as necessary. ,

50 "element id": 94450,

51 "@type": "TaggedSentence",

52 "TaggedPhrases": [

53

54 "@context" : "https://grcschema.org/",

55 "tagged sentence fk": 94450,

56 "@id": null,

57 "start": 0,

58 "type": "Primary Verb",

59 "TaggedPhraseTerm": {

60 "@type": "TaggedPhraseTerm", 61 "element id": 4329, 62 "nonstandard": false, 63 "preferred term": null 64 },

65 "element id": 524288,

66 "nonstandard": false, 67 "term_preferred_term": null, 68 "end": 7,

69 "@type": "TaggedPhrase",

70 "TaggedPhraseDefinition": {

71 "@type" : "TaggedPhraseDefinition",

72 "element id": 26557, 73 "definition": "In Computing: to setup or place software for use on a machine or network.",

74 "other form": null,

75 "word type": "Verb"

76 },

77 "term id": 4329, 78 "term nonstandard": false

79 },

80 { 81 "@context" : "https://grcschema.org/", 82 "tagged sentence fk": 94450, 83 "@id": null,

84 "start": 8,

85 "type": "Primary Noun",

86 "TaggedPhraseTerm": { 87 "@type": "TaggedPhraseTerm", 88 "element id": 252187,

89 "nonstandard": false,

90 "preferred term": null

91 },

92 "element id": 524289, 93 "nonstandard": false,

94 "term_preferred_term": null,

95 "end": 40,

96 "@type": "TaggedPhrase",

97 "TaggedPhraseDefinition": { 98 "@type" : "TaggedPhraseDefinition",

99 "element id": 198581,

100 "definition": "Software that is put in place to scan a computer or network in order to detect and mitigate threats such as malware and cracking.",

101 "other form": null,

102 "word type": "Asset" 103 },

104 "term id": 252187,

105 "term nonstandard": false

106 } 107 ], 108 "correct": true

109

110 }

In addition to identifying information and license information, the content of the control is shown in lines 46-109 of the Control Object. Table 9 below shows the header of the response to the GET Control endpoint call shown above in Table 8.

Table 9

1 {

2 "access-control-allow -credentials": "true",

3 "access-control-allow-headers": "Content-Type, Authorization, Accept, Accept-Encoding",

4 "access-control-allow-methods": "POST, GET, OPTIONS, PUT, PATCH, DELETE",

5 II ... More Objects

6 "x-object-cost": "$10.00",

7 "x-permitted-cross-domain-policies": "none",

8 "x-rapidapi-region": "AWS - us-west-2",

9 "x-rapidapi-version": "1.2.8",

10 "x-xss-protection": "1; mode=block"

11 } Line 6 of the header in Table 9 shows that the aggregate cost of the response to the GET Control endpoint is $10.00.

The various embodiments described above can be combined to provide further embodiments. All of the U.S. patents, U.S. patent application publications, U.S. patent applications, foreign patents, foreign patent applications and non-patent publications referred to in this specification and/or listed in the Application Data Sheet are incorporated herein by reference, in their entirety. Aspects of the embodiments can be modified, if necessary to employ concepts of the various patents, applications and publications to provide yet further embodiments. These and other changes can be made to the embodiments in light of the above- detailed description. In general, in the following claims, the terms used should not be construed to limit the claims to the specific embodiments disclosed in the specification and the claims, but should be construed to include all possible embodiments along with the full scope of equivalents to which such claims are entitled. Accordingly, the claims are not limited by the disclosure.