US20230031040A1 - Retrieval interface for content, such as compliance-related content - Google Patents

Retrieval interface for content, such as compliance-related content Download PDF

Info

Publication number
US20230031040A1
US20230031040A1 US17/389,959 US202117389959A US2023031040A1 US 20230031040 A1 US20230031040 A1 US 20230031040A1 US 202117389959 A US202117389959 A US 202117389959A US 2023031040 A1 US2023031040 A1 US 2023031040A1
Authority
US
United States
Prior art keywords
content
units
license
argument
api
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US17/389,959
Inventor
Dorian J. Cougias
Dave Dare
Lucian Hontau
Sean Kohler
Steven Piliero
Michael Wedderburn
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Unified Compliance Framework Network Frontiers
Original Assignee
Unified Compliance Framework Network Frontiers
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Unified Compliance Framework Network Frontiers filed Critical Unified Compliance Framework Network Frontiers
Priority to US17/389,959 priority Critical patent/US20230031040A1/en
Assigned to Unified Compliance Framework (Network Frontiers) reassignment Unified Compliance Framework (Network Frontiers) ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: COUGIAS, DORIAN J., Hontau, Lucian, WEDDERBURN, Michael, DARE, Dave, Kohler, Sean, PILIERO, STEVEN
Priority to PCT/US2022/037624 priority patent/WO2023003901A1/en
Publication of US20230031040A1 publication Critical patent/US20230031040A1/en
Priority to US18/360,720 priority patent/US11928531B1/en
Priority to US18/429,172 priority patent/US12141246B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/10Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM]
    • G06F21/105Arrangements for software license management or administration, e.g. for managing licenses at corporate level
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/018Certifying business or products
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/02Payment architectures, schemes or protocols involving a neutral party, e.g. certification authority, notary or trusted third party [TTP]
    • G06Q20/027Payment architectures, schemes or protocols involving a neutral party, e.g. certification authority, notary or trusted third party [TTP] involving a payment switch or gateway
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q20/00Payment architectures, schemes or protocols
    • G06Q20/22Payment schemes or models
    • G06Q20/227Payment schemes or models characterised in that multiple accounts are available, e.g. to the payer
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/10Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM]
    • G06F21/107License processing; Key processing
    • G06F21/1077Recurrent authorisation
    • G06F2221/0773

Definitions

  • Content is data intended for consumption.
  • 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.
  • 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.
  • 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.
  • 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.
  • FIG. 1 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.
  • FIG. 2 is a data flow diagram showing the facility's processing of a content request at a high level.
  • FIG. 3 is a flow diagram showing a process performed by the facility in some embodiments in the API gateway.
  • FIG. 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.
  • FIG. 5 is a component diagram showing in more detail the facility's organization.
  • FIG. 6 is a data flow diagram showing interactions between the facility components shown in FIG. 5 .
  • FIG. 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.
  • the inventors have recognized disadvantages of conventional content retrieval interfaces.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • these multiple content types include compliance information objects, such as authority document lists, authority documents, citations, mandates, controls, and terms.
  • the facility imposes a license enforcement mechanism via the API.
  • 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.
  • 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.
  • 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.
  • the facility charges callers for the units of content they retrieve.
  • 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.
  • the facility causes the caller to be charged the appropriate amount for each requested content unit.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • FIG. 1 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.
  • 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.
  • 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,
  • FIG. 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.
  • 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.
  • FIGS. 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.
  • FIG. 3 is a flow diagram showing a process performed by the facility in some embodiments in the API gateway.
  • the facility receives a content request that contains a customer key, a license attestation or license key, and identification of the content.
  • 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.
  • the facility establishes separate API endpoints for different content unit types.
  • 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.
  • 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 .
  • act 303 the facility forwards the content request received in act 301 to the API backend.
  • FIG. 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.
  • the API backend and API gateway execute in the same server or different servers.
  • the API gateway and API backend are hosted in the same cloud service or different cloud services.
  • the facility receives a content request forwarded by the API gateway.
  • the facility 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.
  • 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.
  • the facility determines a price for the identified content.
  • 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.
  • 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 .
  • the facility sends the content response constructed in act 405 to the API gateway. After act 406 , the facility continues in act 401 .
  • act 304 the facility receives in the API gateway the content response set by the API backend.
  • act 305 the facility charges to the customer as a response to the content request received in act 301 .
  • act 306 the facility continues in act 301 to receive the next content request.
  • FIG. 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.
  • 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.
  • FIG. 6 is a data flow diagram showing interactions between the facility components shown in FIG. 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.
  • 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 account management component sends 691 periodic facility usage reporting to the customer application.
  • 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.
  • 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 FIG. 7 .
  • GET object i.e., content request
  • FIG. 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.
  • the customer application calls 771 the GET AuthorityDocumentList endpoint in order to obtain an authority document list object listing available authority documents.
  • this endpoint returns 772 a list of all authority documents available for the facility.
  • 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.
  • calls to the endpoint include a parameter indicating whether the caller attests to compliance with a license that applies to the authority document list.
  • Table 1 The body of example response to a call to this endpoint is shown below in Table 1.
  • 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.
  • 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.
  • 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 shows the header of the response to the GET AuthorityDocument endpoint call shown in Table 3.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • the facility returns 778 the Mandate Object in the response body shown below in Table 6.
  • 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.
  • this section of the metadata object contains license information for the control.
  • Table 7 shows the header of the response to the GET Mandate endpoint call response whose body is shown above in Table 6.
  • 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.
  • 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.
  • control Object 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 shows the header of the response to the GET Control endpoint call shown above in Table 8.
  • Line 6 of the header in Table 9 shows that the aggregate cost of the response to the GET Control endpoint is $10.00.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Strategic Management (AREA)
  • Accounting & Taxation (AREA)
  • General Business, Economics & Management (AREA)
  • Computer Security & Cryptography (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Finance (AREA)
  • Development Economics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Multimedia (AREA)
  • Technology Law (AREA)
  • Computer Hardware Design (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Transfer Between Computers (AREA)

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.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application claims the benefit of provisional U.S. Application No. 63/223,879, filed Jul. 20, 2021 and entitled “RETRIEVAL INTERFACE FOR CONTENT, SUCH AS COMPLIANCE-RELATED CONTENT,” which is hereby incorporated by reference in its entirety.
  • This application is related to U.S. patent application Ser. No. 16/459,385, filed Jul. 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
  • FIG. 1 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.
  • FIG. 2 is a data flow diagram showing the facility's processing of a content request at a high level.
  • FIG. 3 is a flow diagram showing a process performed by the facility in some embodiments in the API gateway.
  • FIG. 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.
  • FIG. 5 is a component diagram showing in more detail the facility's organization.
  • FIG. 6 is a data flow diagram showing interactions between the facility components shown in FIG. 5 .
  • FIG. 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.
  • FIG. 1 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.
  • FIG. 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.
  • FIGS. 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.
  • FIG. 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.
  • FIG. 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 FIG. 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 FIG. 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.
  • FIG. 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.
  • FIG. 6 is a data flow diagram showing interactions between the facility components shown in FIG. 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 FIG. 7 .
  • FIG. 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
    1 {
    2   “@type”: “AuthorityDocument” ,
    3   “LicenseInfo”: {
    4     “@type”: “LicenseInfo”,
    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    “LicenseInfo”: {
    17      “@type”: “LicenseInfo”,
    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
    1 {
    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”: “Trust Services Criteria, (includes
            March 2020 updates)”,
    7   “published_name”: “Trust 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/2112
            76”,
    20       “@type”: “Citation”,
    21       “element_id”: 211276,
    22       “reference”: “CC6.8 ¶ 2 Bullet 4 Uses Antivirus
            and Anti-Malware
            Software”,
    23       “authority_document_fk”: 3288,
    24       “LicenseInfo”: {
    25        “@type”: “LicenseInfo”,
    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/2116
            22”,
    33       “@type”: “Citation”,
    34       “element_id”: 211622,
    35       “reference”: “CC7.3 ¶ 2 Bullet 1 Responds to
            Security Incidents”,
    36       “authority_document_fk”: 3288,
    37       “LicenseInfo”: {
    38        “@type”: “LicenseInfo”,
    39        “availability”: “unlicensed”,
    40        “license_url”: “https://unifiedcompliance.com/???”,
    41        “licensor_id”: 1
    42       }
    43     },
    44      // ... More Citations
    45      ]
    46    },
    47    “LicenseInfo”: {
    48      “@type”: “LicenseInfo”,
    49      “availability”: “licensed”,
    50      “license_url”: “https://unifiedcompliance.com/???”,
    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 // ... More Objects
    6  “x-citation-cost”: “$10.00”,
    7  “x-mandate-cost”: “$40.00”,
    8  “x-object-cost”: “$1.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 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
    1 {
    2   “availability”: “For Purchase”,
    3   “@context”: “https://grcschema.org/”,
    4   “@id”: “https: //ucf-paid-content-
           prototype.p.rapidapi.com/paid/citation/2112
           76”,
    5   “guidance”: “Antivirus and anti-malware software
           is implemented
           and maintained to provide for the interception
           or detection 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   “LicenseInfo”: {
    20    “@type”: “LicenseInfo”,
    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      “LicenseInfo”: {
    33       “@type”: “LicenseInfo”,
    34       “availability”: “licensed”,
    35       “license_url” :
           “https:// unifiedcompliance.com/???”,
    36       “licensor_id”: 1
    37      },
    38      “@id” : “https://ucf-paid-content-
           prototype.p.rapidapi.com/paid/mandate/21127
           6”,
    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 // ... 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
    1 {
    2  “sort_value”: 5,
    3  “@context”: “https://grcschema.org/”,
    4  “@id”: “https://ucf-paid-content-
                prototype.p.rapidapi.com/paid/mandate/21127
                6”,
    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       “LicenseInfo”: {
    17         “@type”: “LicenseInfo”,
    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   “element_id”: 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   “sort_id”: “006 026 005”,
    40   “LicenseInfo”: {
    41     “@type”: “LicenseInfo”,
    42     “availability”: “licensed”,
    43     “license_url”: “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 viruses and prevent
                or contain virus 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: virus, 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 // ... 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” :
    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”: true,
    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 004 018 002”,
    28    “LicenseInfo”: {
    29       “@type”: “LicenseInfo”,
    30       “availability”: “licensed”,
    31       “license_url”: “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 set up
                 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 // ... 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.

Claims (23)

1. A method in a server for responding to a request for compliance content from a customer application, the method comprising:
receiving, in an API endpoint tailored to a distinguished one of a plurality of compliance content types, an API invocation from the customer application, the API invocation comprising:
a first argument identifying the customer application,
a second argument identifying one or more units of compliance content of the distinguished type to return, and
a third argument specifying whether the customer application attests that the customer application is compliant with a license that applies to the units of compliance content identified by the second argument;
only where the third argument specifies that the customer application attests that the customer application is compliant with the license that applies to the units of compliance content identified by the second argument, by indicating at least (a) a type of the license, (b) a network-addressable identifier for accessing the license, and (c) a licensor identifier of the license, performing actions comprising:
constructing a response message containing the units of compliance content identified by the second argument;
causing an account selected based on the first argument to be charged a total cost determined for the units of compliance content identified by the second argument; and
transmitting the response message 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 customer application, the method comprising:
receiving, in an API endpoint tailored to a distinguished one of a plurality of compliance content types, an API invocation from the customer application, the API invocation comprising:
a first argument identifying the customer application,
a second argument identifying one or more units of content of the distinguished type to return, and
a third argument specifying whether the customer application attests that the customer application is compliant with a license that applies to the units of content identified by the second argument;
only where the third argument specifies that the customer application attests that the customer application is compliant with the license that applies to the units of content identified by the second argument, by indicating at least (a) a type of the license, (b) a network-addressable identifier for accessing the license, and (c) a licensor identifier of the license, performing actions comprising:
constructing a response message containing the units of content identified by the second argument;
causing an account selected based on the first argument to be charged total cost determined for the units of control identified by the second argument; and
transmitting the response message in response to the API invocation.
8. The one or more instances of computer-readable media of claim 7, the method further comprising determining the total cost by:
for each of the units of content identified by the second argument, accessing a price specified for the identified unit of content; and
summing the accessed prices to obtain the total cost.
9. The one or more instances of computer-readable media of claim 7, the method further comprising determining the total cost by:
for each of the units of content identified by the second argument:
accessing a price specified for units of content of the distinguished type; and
summing the accessed prices to obtain the total cost.
10. The one or more instances of computer-readable media of claim 7, the method further comprising determining the total cost by:
for each of the units of content identified by the second argument,
determining a supplier of the identified unit of content;
accessing a price specified for units of content from the determined supplier; and
summing the accessed prices to obtain the total cost.
11. The one or more instances of computer-readable media of claim 7, the method further comprising determining the total cost by:
for each of the units of content identified by the second argument,
determining a supplier of the identified unit of content;
accessing a price specified for units of content from the determined supplier of the distinguished type; and
summing the accessed prices to obtain the total cost.
12. The one or more instances of computer-readable media of claim 7 wherein the API invocation is received from the customer application 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 attaching 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 customer application 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 customer application in the future.
16. (canceled)
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 customer application by a licensor corresponding to the licensor identifier of the license,
the method further comprising:
verifying the license key,
and wherein the constructing, determining, summing, using, causing to be charged, and transmitting 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 17 wherein the verification 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 17 wherein the verification 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 17 wherein the verification 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.
US17/389,959 2021-07-20 2021-07-30 Retrieval interface for content, such as compliance-related content Abandoned US20230031040A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
US17/389,959 US20230031040A1 (en) 2021-07-20 2021-07-30 Retrieval interface for content, such as compliance-related content
PCT/US2022/037624 WO2023003901A1 (en) 2021-07-20 2022-07-19 Retrieval interface for content, such as compliance-related content
US18/360,720 US11928531B1 (en) 2021-07-20 2023-07-27 Retrieval interface for content, such as compliance-related content
US18/429,172 US12141246B2 (en) 2021-07-20 2024-01-31 Retrieval interface for content, such as compliance-related content

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US202163223879P 2021-07-20 2021-07-20
US17/389,959 US20230031040A1 (en) 2021-07-20 2021-07-30 Retrieval interface for content, such as compliance-related content

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US18/360,720 Continuation US11928531B1 (en) 2021-07-20 2023-07-27 Retrieval interface for content, such as compliance-related content

Publications (1)

Publication Number Publication Date
US20230031040A1 true US20230031040A1 (en) 2023-02-02

Family

ID=84979554

Family Applications (3)

Application Number Title Priority Date Filing Date
US17/389,959 Abandoned US20230031040A1 (en) 2021-07-20 2021-07-30 Retrieval interface for content, such as compliance-related content
US18/360,720 Active US11928531B1 (en) 2021-07-20 2023-07-27 Retrieval interface for content, such as compliance-related content
US18/429,172 Active US12141246B2 (en) 2021-07-20 2024-01-31 Retrieval interface for content, such as compliance-related content

Family Applications After (2)

Application Number Title Priority Date Filing Date
US18/360,720 Active US11928531B1 (en) 2021-07-20 2023-07-27 Retrieval interface for content, such as compliance-related content
US18/429,172 Active US12141246B2 (en) 2021-07-20 2024-01-31 Retrieval interface for content, such as compliance-related content

Country Status (2)

Country Link
US (3) US20230031040A1 (en)
WO (1) WO2023003901A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20230075614A1 (en) * 2020-08-27 2023-03-09 Unified Compliance Framework (Network Frontiers) Automatically identifying multi-word expressions
US11928531B1 (en) 2021-07-20 2024-03-12 Unified Compliance Framework (Network Frontiers) Retrieval interface for content, such as compliance-related content
US12026183B2 (en) 2012-11-05 2024-07-02 Unified Compliance Framework (Network Frontiers) Methods and systems for a compliance framework database schema
US12204861B2 (en) 2019-07-01 2025-01-21 Unified Compliance Framework (Network Frontiers) Automatic compliance tools
US12217006B2 (en) 2019-07-01 2025-02-04 Unified Compliance Framework (Network Frontiers) Automatic compliance tools

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140052617A1 (en) * 2011-12-13 2014-02-20 Visa International Service Association Payment platform interface widget generation apparatuses, methods and systems
US20150012402A1 (en) * 2013-07-03 2015-01-08 Trading Technologies International, Inc. Trading System License Verification, Management and Control
US20180357097A1 (en) * 2016-08-11 2018-12-13 Rescale, Inc. Integrated multi-provider compute platform
US20220159093A1 (en) * 2020-11-13 2022-05-19 Nutanix, Inc. Common services model for multi-cloud platform

Family Cites Families (136)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4847766A (en) 1988-01-05 1989-07-11 Smith Corona Corporation Dictionary typewriter with correction of commonly confused words
US5715468A (en) 1994-09-30 1998-02-03 Budzinski; Robert Lucius Memory system for storing and retrieving experience and knowledge with natural language
US5745776A (en) 1995-04-19 1998-04-28 Sheppard, Ii; Charles Bradford Enhanced electronic dictionary
US5832480A (en) 1996-07-12 1998-11-03 International Business Machines Corporation Using canonical forms to develop a dictionary of names in a text
US5819265A (en) 1996-07-12 1998-10-06 International Business Machines Corporation Processing names in a text
US6188995B1 (en) 1997-07-28 2001-02-13 Apple Computer, Inc. Method and apparatus for enforcing software licenses
US6799174B2 (en) * 1997-09-08 2004-09-28 Science Applications International Corporation Retrieving, organizing, and utilizing networked data using databases
US6289342B1 (en) 1998-01-05 2001-09-11 Nec Research Institute, Inc. Autonomous citation indexing and literature browsing using citation context
US6675169B1 (en) 1999-09-07 2004-01-06 Microsoft Corporation Method and system for attaching information to words of a trie
US6453315B1 (en) 1999-09-22 2002-09-17 Applied Semantics, Inc. Meaning-based information organization and retrieval
US6393389B1 (en) 1999-09-23 2002-05-21 Xerox Corporation Using ranked translation choices to obtain sequences indicating meaning of multi-token expressions
US8311946B1 (en) * 1999-10-15 2012-11-13 Ebrary Method and apparatus for improved information transactions
US6823325B1 (en) 1999-11-23 2004-11-23 Trevor B. Davies Methods and apparatus for storing and retrieving knowledge
US6836759B1 (en) 2000-08-22 2004-12-28 Microsoft Corporation Method and system of handling the selection of alternates for recognized words
US20020082717A1 (en) * 2000-10-31 2002-06-27 Isogon Corporation Method and system for centralizing and harmonizing the operations of plural software license managers
US20020065675A1 (en) 2000-11-27 2002-05-30 Grainger Jeffry J. Computer implemented method of managing information disclosure statements
US20020169771A1 (en) 2001-05-09 2002-11-14 Melmon Kenneth L. System & method for facilitating knowledge management
US20020184068A1 (en) 2001-06-04 2002-12-05 Krishnan Krish R. Communications network-enabled system and method for determining and providing solutions to meet compliance and operational risk management standards and requirements
WO2003009112A1 (en) * 2001-07-17 2003-01-30 Matsushita Electric Industrial Co., Ltd. Content usage device and network system, and license information acquisition method
US6966030B2 (en) 2001-07-18 2005-11-15 International Business Machines Corporation Method, system and computer program product for implementing acronym assistance
WO2003029981A1 (en) 2001-09-28 2003-04-10 Sony Corporation Access limit apparatus, access limit method, computer-readable program containing medium containing access limit program, and access limit program
US6918097B2 (en) 2001-10-09 2005-07-12 Xerox Corporation Method and apparatus for displaying literary and linguistic information about words
KR100453227B1 (en) 2001-12-28 2004-10-15 한국전자통신연구원 Similar sentence retrieval method for translation aid
US7031911B2 (en) 2002-06-28 2006-04-18 Microsoft Corporation System and method for automatic detection of collocation mistakes in documents
US7493253B1 (en) 2002-07-12 2009-02-17 Language And Computing, Inc. Conceptual world representation natural language understanding system and method
US20040030540A1 (en) 2002-08-07 2004-02-12 Joel Ovil Method and apparatus for language processing
EP1665092A4 (en) 2003-08-21 2006-11-22 Idilia Inc Internet searching using semantic disambiguation and expansion
CA2441516A1 (en) 2003-09-18 2005-03-18 Corporate Responsibility System Technologies Ltd. System and method for evaluating regulatory compliance for a company
US20040107124A1 (en) 2003-09-24 2004-06-03 James Sharpe Software Method for Regulatory Compliance
US7707210B2 (en) 2003-12-18 2010-04-27 Xerox Corporation System and method for multi-dimensional foraging and retrieval of documents
US20070088683A1 (en) 2004-08-03 2007-04-19 Gene Feroglia Method and system for search engine enhancement
US7337395B2 (en) 2004-02-27 2008-02-26 Sap Ag System and method for hierarchical data document modification
US20050203924A1 (en) 2004-03-13 2005-09-15 Rosenberg Gerald B. System and methods for analytic research and literate reporting of authoritative document collections
US20050228799A1 (en) 2004-03-30 2005-10-13 Farlow Timothy S Providing program and policy information to managers
WO2006007623A1 (en) * 2004-07-22 2006-01-26 Blue Pulse Pty Ltd Location dependent content provision
US20060047656A1 (en) 2004-09-01 2006-03-02 Dehlinger Peter J Code, system, and method for retrieving text material from a library of documents
US7822597B2 (en) 2004-12-21 2010-10-26 Xerox Corporation Bi-dimensional rewriting rules for natural language processing
WO2006072027A2 (en) 2004-12-30 2006-07-06 Word Data Corp. System and method for retrieving information from citation-rich documents
US20060149720A1 (en) 2004-12-30 2006-07-06 Dehlinger Peter J System and method for retrieving information from citation-rich documents
US20060149800A1 (en) 2004-12-30 2006-07-06 Daniel Egnor Authoritative document identification
US7869989B1 (en) 2005-01-28 2011-01-11 Artificial Cognition Inc. Methods and apparatus for understanding machine vocabulary
US9734139B2 (en) 2005-02-14 2017-08-15 Cluster Seven Limited Auditing and tracking changes of data and code in spreadsheets and other documents
WO2006099303A1 (en) 2005-03-11 2006-09-21 Tracesecurity, Inc. Integrated, rules-based security compliance and gateway system
US20060259475A1 (en) 2005-05-10 2006-11-16 Dehlinger Peter J Database system and method for retrieving records from a record library
US8417693B2 (en) 2005-07-14 2013-04-09 International Business Machines Corporation Enforcing native access control to indexed documents
US7672832B2 (en) 2006-02-01 2010-03-02 Microsoft Corporation Standardized natural language chunking utility
US7797303B2 (en) 2006-02-15 2010-09-14 Xerox Corporation Natural language processing for developing queries
US7856597B2 (en) 2006-06-01 2010-12-21 Sap Ag Adding tag name to collection
US8019595B1 (en) 2006-09-11 2011-09-13 WordRake Holdings, LLC Computer processes for analyzing and improving document readability
US7774198B2 (en) 2006-10-06 2010-08-10 Xerox Corporation Navigation system for text
US9110975B1 (en) 2006-11-02 2015-08-18 Google Inc. Search result inputs using variant generalized queries
JP5121252B2 (en) 2007-02-26 2013-01-16 株式会社東芝 Apparatus, method, and program for translating speech in source language into target language
AU2008233083A1 (en) 2007-03-30 2008-10-09 Knewco, Inc. Data structure, system and method for knowledge navigation and discovery
US20080243696A1 (en) * 2007-03-30 2008-10-02 Levine Richard B Non-repudiation for digital content delivery
US20090024385A1 (en) 2007-07-16 2009-01-22 Semgine, Gmbh Semantic parser
WO2009046062A2 (en) 2007-10-01 2009-04-09 Odubiyi Jide B Method and system for an automated corporate governance rating system
US20090112859A1 (en) 2007-10-25 2009-04-30 Dehlinger Peter J Citation-based information retrieval system and method
US8818837B2 (en) 2007-11-05 2014-08-26 Avior Computing Corporation Monitoring and managing regulatory compliance among organizations
US8019769B2 (en) 2008-01-18 2011-09-13 Litera Corp. System and method for determining valid citation patterns in electronic documents
US20140244524A1 (en) 2008-04-15 2014-08-28 Nelson E. Brestoff System and method for identifying potential legal liability and providing early warning in an enterprise
US20090319312A1 (en) 2008-04-21 2009-12-24 Computer Associates Think, Inc. System and Method for Governance, Risk, and Compliance Management
US8190423B2 (en) 2008-09-05 2012-05-29 Trigent Software Ltd. Word sense disambiguation using emergent categories
JP5419886B2 (en) 2008-10-08 2014-02-19 インターナショナル・ビジネス・マシーンズ・コーポレーション Information processing apparatus, document search system, document search method, and program
WO2010042936A1 (en) 2008-10-11 2010-04-15 Grace Research Corporation Continuous measurement of the quality of data and processes used to value structured derivative information products
US20100114628A1 (en) 2008-11-06 2010-05-06 Adler Sharon C Validating Compliance in Enterprise Operations Based on Provenance Data
US8346534B2 (en) 2008-11-06 2013-01-01 University of North Texas System Method, system and apparatus for automatic keyword extraction
US10140660B2 (en) 2009-03-24 2018-11-27 Fiduciary Compliance Corp. Systems and methods for enforcing fiduciary compliance
US8484723B2 (en) 2009-06-05 2013-07-09 Signix, Inc. Method and system for signing and authenticating electronic documents via a signature authority which may act in concert with software controlled by the signer
US20110112973A1 (en) 2009-11-09 2011-05-12 Microsoft Corporation Automation for Governance, Risk, and Compliance Management
US10146864B2 (en) 2010-02-19 2018-12-04 The Bureau Of National Affairs, Inc. Systems and methods for validation of cited authority
US8346795B2 (en) 2010-03-10 2013-01-01 Xerox Corporation System and method for guiding entity-based searching
JP5992404B2 (en) 2010-06-15 2016-09-14 トムソン ルーターズ (サイエンティフィック) エルエルシー Systems and methods for citation processing, presentation and transfer for reference verification
US9251282B2 (en) * 2010-06-21 2016-02-02 Rapid7 LLC Systems and methods for determining compliance of references in a website
US20120078801A1 (en) 2010-09-28 2012-03-29 Stephen Edward Holland Single audit tool
US20120116984A1 (en) 2010-11-09 2012-05-10 Microsoft Corporation Automated evaluation of compliance data from heterogeneous it systems
US9400778B2 (en) 2011-02-01 2016-07-26 Accenture Global Services Limited System for identifying textual relationships
US10242208B2 (en) 2011-06-27 2019-03-26 Xerox Corporation System and method of managing multiple levels of privacy in documents
US9798753B1 (en) 2011-08-11 2017-10-24 IVP Holding III, LLC Search result snapshot histories
US9760586B1 (en) 2011-08-11 2017-09-12 IVP Holdings III LLC Multiple searcher use of search result snapshot histories
US9846694B1 (en) 2011-08-11 2017-12-19 IVP Holdings III LLC Patent related literature assisted user profiling, matching, and classification
US9798767B1 (en) 2011-08-11 2017-10-24 IVP Holding III, LLC Iterative searching of patent related literature using citation analysis
US9183528B2 (en) 2011-10-07 2015-11-10 Microsoft Technology Licensing, Llc Generating a compliance data model for IT control
US9123024B2 (en) 2012-02-24 2015-09-01 Accenture Global Services Limited System for analyzing security compliance requirements
US9489370B2 (en) 2012-03-30 2016-11-08 Nec Corporation Synonym relation determination device, synonym relation determination method, and program thereof
AU2013206449A1 (en) 2012-06-20 2014-01-16 Visa International Service Association Multi-channel remote payment apparatuses, methods and systems
US20140032209A1 (en) 2012-07-27 2014-01-30 University Of Washington Through Its Center For Commercialization Open information extraction
US20140046892A1 (en) 2012-08-10 2014-02-13 Xurmo Technologies Pvt. Ltd. Method and system for visualizing information extracted from big data
US9575954B2 (en) 2012-11-05 2017-02-21 Unified Compliance Framework (Network Frontiers) Structured dictionary
US9009197B2 (en) 2012-11-05 2015-04-14 Unified Compliance Framework (Network Frontiers) Methods and systems for a compliance framework database schema
US9020808B2 (en) 2013-02-11 2015-04-28 Appsense Limited Document summarization using noun and sentence ranking
US9213726B2 (en) 2013-04-15 2015-12-15 Amazon Technologies, Inc. Database cost tracing and analysis
EP2816481A1 (en) * 2013-06-19 2014-12-24 British Telecommunications public limited company Enforcing software compliance
EP2816472A1 (en) * 2013-06-19 2014-12-24 British Telecommunications public limited company Model based enforcement of software compliance
US9256718B2 (en) * 2013-09-13 2016-02-09 The Bauen Group, LLC. Systems and methods for licensing of mobile applications
IN2013MU03662A (en) 2013-11-21 2015-07-31 Tata Consultancy Services Ltd
US9715497B1 (en) 2013-11-26 2017-07-25 Amazon Technologies, Inc. Event detection based on entity analysis
US10289678B2 (en) 2013-12-16 2019-05-14 Fairwords, Inc. Semantic analyzer for training a policy engine
US9210154B2 (en) * 2014-02-28 2015-12-08 Edgecast Networks, Inc. Providing localized content delivery with remote token authentication
US9449353B2 (en) * 2014-11-10 2016-09-20 International Business Machines Corporation Enabling enforcement of licensing terms in distributing content in containers by including a key in the container containing the pertinent licensing terms
WO2016171927A1 (en) 2015-04-20 2016-10-27 Unified Compliance Framework (Network Frontiers) Structured dictionary
US9672206B2 (en) 2015-06-01 2017-06-06 Information Extraction Systems, Inc. Apparatus, system and method for application-specific and customizable semantic similarity measurement
WO2017017533A1 (en) 2015-06-11 2017-02-02 Thomson Reuters Global Resources Risk identification and risk register generation system and engine
US10198491B1 (en) 2015-07-06 2019-02-05 Google Llc Computerized systems and methods for extracting and storing information regarding entities
US20170075877A1 (en) 2015-09-16 2017-03-16 Marie-Therese LEPELTIER Methods and systems of handling patent claims
US9967285B1 (en) 2015-09-24 2018-05-08 Amazon Technologies, Inc. Supplying regulatory compliance evidence for a service provider environment
US10521410B2 (en) 2015-11-20 2019-12-31 International Business Machines Corporation Semantic graph augmentation for domain adaptation
US9519871B1 (en) 2015-12-21 2016-12-13 International Business Machines Corporation Contextual text adaptation
US11727198B2 (en) 2016-02-01 2023-08-15 Microsoft Technology Licensing, Llc Enterprise writing assistance
US9923931B1 (en) 2016-02-05 2018-03-20 Digital Reasoning Systems, Inc. Systems and methods for identifying violation conditions from electronic communications
US10339537B2 (en) 2016-02-16 2019-07-02 Tata Consultancy Services Limited System and method for automated regulatory compliance checking for organizations
US20220309416A1 (en) 2016-06-10 2022-09-29 OneTrust, LLC Data processing and communications systems and methods for the efficient implementation of privacy by design
CN107770115B (en) * 2016-08-15 2021-01-05 华为技术有限公司 Method and system for distributing digital content in a peer-to-peer network
US20180053128A1 (en) 2016-08-17 2018-02-22 Gunther Costas System and method for automated discovery and ranking of regulatory compliance risks
US10528880B2 (en) 2016-10-11 2020-01-07 International Business Machines Corporation System, method and computer program product for detecting policy violations
WO2018085289A1 (en) * 2016-11-02 2018-05-11 Chef Software, Inc. Compliance enforcement tool for computing environments
WO2018195198A1 (en) 2017-04-19 2018-10-25 Ascent Technologies, Inc. Artificially intelligent system employing modularized and taxonomy-base classifications to generated and predict compliance-related content
US11514521B1 (en) 2017-05-12 2022-11-29 Jpmorgan Chase Bank, N.A. Method and system for implementing a consolidated limits repository
US11468234B2 (en) 2017-06-26 2022-10-11 International Business Machines Corporation Identifying linguistic replacements to improve textual message effectiveness
US11017051B2 (en) 2017-09-11 2021-05-25 International Business Machines Corporation Analyzing readability of communications
US10275777B2 (en) 2017-09-14 2019-04-30 Bank Of America Corporation Centralized compliance assessment tool
US10956401B2 (en) 2017-11-28 2021-03-23 International Business Machines Corporation Checking a technical document of a software program product
US20190188804A1 (en) * 2017-12-18 2019-06-20 Social Media Compliance Ltd Platform for automated social media regulatory compliance monitoring
US10742688B2 (en) * 2017-12-18 2020-08-11 DeepView Solutions Platform for automated regulatory compliance monitoring of messaging services
WO2019160791A1 (en) 2018-02-16 2019-08-22 Mz Ip Holdings, Llc System and method for chat community question answering
US11537627B1 (en) * 2018-09-28 2022-12-27 Splunk Inc. Information technology networked cloud service monitoring
US11687827B2 (en) 2018-10-04 2023-06-27 Accenture Global Solutions Limited Artificial intelligence (AI)-based regulatory data processing system
WO2020117869A1 (en) 2018-12-03 2020-06-11 Tempus Labs Clinical concept identification, extraction, and prediction system and related methods
US10387575B1 (en) 2019-01-30 2019-08-20 Babylon Partners Limited Semantic graph traversal for recognition of inferred clauses within natural language inputs
US10860809B2 (en) 2019-04-09 2020-12-08 Sas Institute Inc. Word embeddings and virtual terms
US11100290B2 (en) 2019-05-30 2021-08-24 International Business Machines Corporation Updating and modifying linguistic based functions in a specialized user interface
US20190318366A1 (en) * 2019-06-26 2019-10-17 Intel Corporation Methods and apparatus for resolving compliance issues
US10769379B1 (en) 2019-07-01 2020-09-08 Unified Compliance Framework (Network Frontiers) Automatic compliance tools
US10824817B1 (en) 2019-07-01 2020-11-03 Unified Compliance Framework (Network Frontiers) Automatic compliance tools for substituting authority document synonyms
US11120227B1 (en) 2019-07-01 2021-09-14 Unified Compliance Framework (Network Frontiers) Automatic compliance tools
CA3191100A1 (en) 2020-08-27 2022-03-03 Dorian J. Cougias Automatically identifying multi-word expressions
US20230031040A1 (en) 2021-07-20 2023-02-02 Unified Compliance Framework (Network Frontiers) Retrieval interface for content, such as compliance-related content

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140052617A1 (en) * 2011-12-13 2014-02-20 Visa International Service Association Payment platform interface widget generation apparatuses, methods and systems
US20150012402A1 (en) * 2013-07-03 2015-01-08 Trading Technologies International, Inc. Trading System License Verification, Management and Control
US20180357097A1 (en) * 2016-08-11 2018-12-13 Rescale, Inc. Integrated multi-provider compute platform
US20220159093A1 (en) * 2020-11-13 2022-05-19 Nutanix, Inc. Common services model for multi-cloud platform

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"Neumann et al., An Analysis of Public REST Web Service APIs, 97/1/2021, IEEE TRANSACTIONS ON SERVICES COMPUTING, VOL. 14, NO. 4, JULY/AUGUST 2021, PP 957-970 (Year: 2021) *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US12026183B2 (en) 2012-11-05 2024-07-02 Unified Compliance Framework (Network Frontiers) Methods and systems for a compliance framework database schema
US12204861B2 (en) 2019-07-01 2025-01-21 Unified Compliance Framework (Network Frontiers) Automatic compliance tools
US12217006B2 (en) 2019-07-01 2025-02-04 Unified Compliance Framework (Network Frontiers) Automatic compliance tools
US20230075614A1 (en) * 2020-08-27 2023-03-09 Unified Compliance Framework (Network Frontiers) Automatically identifying multi-word expressions
US11941361B2 (en) * 2020-08-27 2024-03-26 Unified Compliance Framework (Network Frontiers) Automatically identifying multi-word expressions
US11928531B1 (en) 2021-07-20 2024-03-12 Unified Compliance Framework (Network Frontiers) Retrieval interface for content, such as compliance-related content
US12141246B2 (en) 2021-07-20 2024-11-12 Unified Compliance Framework (Network Frontiers) Retrieval interface for content, such as compliance-related content

Also Published As

Publication number Publication date
US12141246B2 (en) 2024-11-12
WO2023003901A1 (en) 2023-01-26
US20240168833A1 (en) 2024-05-23
US11928531B1 (en) 2024-03-12

Similar Documents

Publication Publication Date Title
US12141246B2 (en) Retrieval interface for content, such as compliance-related content
US8234692B2 (en) System and method for processing an upload of a program with export compliance information
US11361291B2 (en) Enterprise resource planning (ERP) integrator system and method
US20130085882A1 (en) Offline Optimization of Computer Software
US10511453B2 (en) Information processing system and charge calculation apparatus
US20120166319A1 (en) Method and system for language-independent search within scanned documents
CN1790407A (en) Business method for credit card verification
CN113191883B (en) Manual approval supervision method, device, computer system and storage medium
US20180247032A1 (en) Dynamic network construction
US20140129483A1 (en) System and Method of Determining Access to a Cloud Service
CN110781134A (en) Data processing method and device, computer storage medium and electronic equipment
US10354303B1 (en) Verification of rental and mortgage payment history
CN111899111A (en) Capital matching method, device, server and storage medium
CN111292051A (en) Foreign exchange service processing method, device, equipment and medium
US9961087B2 (en) Third party paywall authentication system
CN115758348A (en) Code detection method, device, storage medium and electronic equipment
CN114581064A (en) Automatic checking method, device, electronic equipment, medium and computer program product
WO2020228562A1 (en) Method, apparatus and device for processing data
CN114004684B (en) Account reconciliation method, system, device and storage medium based on data comparison
CN111133466A (en) Method and system for recommender-based payment system selection for internet-based merchants
US20250238485A1 (en) Interactive software licensing information
Tribunella et al. Service Organization Control (SOC) Reports and Their Usefulness
US20200320449A1 (en) Methods and Systems for Certification, Analysis, and Valuation of Music Catalogs
Kersemakers et al. Digital rights management in information publishing
CN116308747A (en) Method, device, electronic equipment, medium and program product for managing trusted service

Legal Events

Date Code Title Description
AS Assignment

Owner name: UNIFIED COMPLIANCE FRAMEWORK (NETWORK FRONTIERS), NEVADA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:COUGIAS, DORIAN J.;DARE, DAVE;HONTAU, LUCIAN;AND OTHERS;SIGNING DATES FROM 20220331 TO 20220401;REEL/FRAME:059533/0691

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: FINAL REJECTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION