federal_register_changes
Get recent US regulatory changes from BIS and OFAC.
Returns Federal Register publications including entity list updates, rule changes, country policy shifts, and new sanctions programs.
Args: agency: Filter by agency — "BIS" (Bureau of Industry and Security) or "OFAC" (Office of Foreign Assets Control). Omit for both. category: Filter by change category — "entity_list", "rule_change", "country_policy", or "sanctions". Omit for all categories. severity: Filter by severity — "critical", "high", "medium", or "low". Omit for all severity levels. days: Number of days to look back (1–365). Default: 30. limit: Maximum number of results to return. Default: 50.
Examples: federal_register_changes() # Last 30 days, all federal_register_changes(agency="OFAC", days=7) # OFAC changes this week federal_register_changes(category="entity_list", severity="critical")
Use case: 'Any new entity list additions affecting China?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| limit | No | ||
| agency | No | ||
| category | No | ||
| severity | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||