home / openregs

documents

Regulatory documents from Regulations.gov including rules, proposed rules, notices, and supporting materials.

Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API

7 rows where docket_id = "ED-2023-OPE-0089" sorted by posted_date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: subtype, posted_date, posted_month, posted_date (date), comment_start_date (date), comment_end_date (date), last_modified (date)

document_type 4

  • Supporting & Related Material 3
  • Rule 2
  • Other 1
  • Proposed Rule 1

posted_year 1

  • 2023 7

agency_id 1

  • ED 7
id agency_id docket_id title document_type subtype posted_date ▲ posted_year posted_month comment_start_date comment_end_date last_modified fr_doc_num open_for_comment withdrawn object_id
ED-2023-OPE-0089-3917 ED Financial Value Transparency and Gainful Employment (GE), Financial Responsibility, Administrative Capability, Certification Procedures, Ability to Benefit (ATB) ED-2023-OPE-0089 Financial Responsibility, Administrative Capability, Certification Procedures, Ability to Benefit Rule Final Rule 2023-10-31T04:00:00Z 2023 10 2023-10-31T04:00:00Z   2023-10-31T12:50:37Z 2023-22785 0 0 090000648619fb91
ED-2023-OPE-0089-3916 ED Financial Value Transparency and Gainful Employment (GE), Financial Responsibility, Administrative Capability, Certification Procedures, Ability to Benefit (ATB) ED-2023-OPE-0089 Financial Value Transparency and Gainful Employment Rule Final Rule 2023-10-10T04:00:00Z 2023 10 2023-10-10T04:00:00Z   2023-10-10T14:37:42Z 2023-20385 0 0 0900006486096f29
ED-2023-OPE-0089-3915 ED Financial Value Transparency and Gainful Employment (GE), Financial Responsibility, Administrative Capability, Certification Procedures, Ability to Benefit (ATB) ED-2023-OPE-0089 Summary of Meeting with Alliant University Other   2023-07-14T04:00:00Z 2023 7 2023-07-14T04:00:00Z   2023-07-14T16:45:39Z   0 0 0900006485cb30d1
ED-2023-OPE-0089-0082 ED Financial Value Transparency and Gainful Employment (GE), Financial Responsibility, Administrative Capability, Certification Procedures, Ability to Benefit (ATB) ED-2023-OPE-0089 GE Data 1* – Description Supporting & Related Material   2023-06-02T04:00:00Z 2023 6     2023-06-02T18:45:22Z   0 0 0900006485aa765a
ED-2023-OPE-0089-0085 ED Financial Value Transparency and Gainful Employment (GE), Financial Responsibility, Administrative Capability, Certification Procedures, Ability to Benefit (ATB) ED-2023-OPE-0089 GE Data 2* – Data Codebook Supporting & Related Material   2023-06-02T04:00:00Z 2023 6     2023-06-02T19:49:31Z   0 0 0900006485aa8479
ED-2023-OPE-0089-0086 ED Financial Value Transparency and Gainful Employment (GE), Financial Responsibility, Administrative Capability, Certification Procedures, Ability to Benefit (ATB) ED-2023-OPE-0089 GE Data 3* – Dataset Supporting & Related Material   2023-06-02T04:00:00Z 2023 6     2023-06-02T19:53:51Z   0 0 0900006485aa91ff
ED-2023-OPE-0089-0001 ED Financial Value Transparency and Gainful Employment (GE), Financial Responsibility, Administrative Capability, Certification Procedures, Ability to Benefit (ATB) ED-2023-OPE-0089 Financial Value Transparency and Gainful Employment, Financial Responsibility, Administrative Capability, Certification Procedures, Ability to Benefit Proposed Rule Notice of Proposed Rulemaking (NPRM) 2023-05-19T04:00:00Z 2023 5 2023-05-19T04:00:00Z 2023-06-21T03:59:59Z 2023-06-22T01:01:15Z 2023-09647 0 0 0900006485a22aca

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE documents (
    id TEXT PRIMARY KEY,
    agency_id TEXT,
    docket_id TEXT REFERENCES dockets(id),
    title TEXT,
    document_type TEXT,
    subtype TEXT,
    posted_date TEXT,
    posted_year INTEGER,
    posted_month INTEGER,
    comment_start_date TEXT,
    comment_end_date TEXT,
    last_modified TEXT,
    fr_doc_num TEXT,
    open_for_comment INTEGER,
    withdrawn INTEGER,
    object_id TEXT
);
CREATE INDEX idx_docs_agency ON documents(agency_id);
CREATE INDEX idx_docs_docket ON documents(docket_id);
CREATE INDEX idx_docs_date ON documents(posted_date);
CREATE INDEX idx_docs_year ON documents(posted_year);
CREATE INDEX idx_docs_type ON documents(document_type);
CREATE INDEX idx_docs_frnum ON documents(fr_doc_num);
CREATE INDEX idx_docs_comment_end ON documents(comment_end_date) WHERE comment_end_date IS NOT NULL AND withdrawn = 0;
Powered by Datasette · Queries took 8.264ms · Data license: Public Domain (U.S. Government data) · Data source: Federal Register API & Regulations.gov API