{
  "openapi": "3.0.1",
  "info": {
    "title": "Australia ASX Form 605 Substantial Holding Tracker",
    "description": "Track every ASX Form 603/604/605 substantial-holder filing under Corporations Act s671B. Filer name, target ticker, current vs prior voting power %, share counts, transaction dates. Bloomberg/Refinitiv ASX-feed alternative for event-driven funds, M&A desks, activist trackers.",
    "version": "0.0",
    "x-build-id": "OJSI9FJaw7o2ZgX7r"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/nexgendata~australia-asic-form-605-substantial-holdings/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-nexgendata-australia-asic-form-605-substantial-holdings",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/nexgendata~australia-asic-form-605-substantial-holdings/runs": {
      "post": {
        "operationId": "runs-sync-nexgendata-australia-asic-form-605-substantial-holdings",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/nexgendata~australia-asic-form-605-substantial-holdings/run-sync": {
      "post": {
        "operationId": "run-sync-nexgendata-australia-asic-form-605-substantial-holdings",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "mode": {
            "title": "Lookup mode",
            "enum": [
              "recent",
              "by_ticker",
              "by_holder",
              "by_date_range"
            ],
            "type": "string",
            "description": "How to fetch Form 605 filings. 'recent' pulls everything from the ASX Announcements feed for the last N days. 'by_ticker' fetches the announcement history for a single ASX ticker. 'by_holder' filters recent filings by substantial-holder filer-name regex. 'by_date_range' uses an explicit ISO date window. Most event-driven monitoring teams use 'recent' on a daily/weekly schedule.",
            "default": "recent"
          },
          "daysBack": {
            "title": "Days back (recent mode)",
            "minimum": 1,
            "maximum": 90,
            "type": "integer",
            "description": "How many days of recent ASX announcements to scan in 'recent' mode. The ASX Atom feed surfaces the last ~24 hours so deeper windows fan out through the per-ticker announcement archive. Typical weekly monitor: 7. Daily monitor: 1-2. Backfill: up to 90.",
            "default": 7
          },
          "ticker": {
            "title": "ASX ticker (by_ticker mode)",
            "type": "string",
            "description": "ASX ticker code (e.g. 'BHP', 'CBA', 'CSL', 'RIO', 'WBC'). Used only when mode='by_ticker'. High-volume tickers like BHP or CBA can produce 10-30 Form 605 filings per year as substantial holders cross the 1% reporting threshold up or down.",
            "default": ""
          },
          "holder": {
            "title": "Filer name regex (by_holder mode)",
            "type": "string",
            "description": "Case-insensitive substring or regex matched against the substantial-holder filer name. Use partial names for fund families (e.g. 'BlackRock', 'Vanguard', 'L1 Capital', 'Caledonia'). Used only when mode='by_holder'.",
            "default": ""
          },
          "dateFrom": {
            "title": "Start date (by_date_range mode)",
            "type": "string",
            "description": "ISO date (YYYY-MM-DD) — inclusive lower bound on filing date. Used only when mode='by_date_range'.",
            "default": ""
          },
          "dateTo": {
            "title": "End date (by_date_range mode)",
            "type": "string",
            "description": "ISO date (YYYY-MM-DD) — inclusive upper bound on filing date. Used only when mode='by_date_range'.",
            "default": ""
          },
          "maxFilings": {
            "title": "Maximum filings to return",
            "minimum": 1,
            "maximum": 500,
            "type": "integer",
            "description": "Hard cap on the number of Form 603/604/605 records pushed to the dataset. A typical week sees 30-100 filings across the entire ASX. Increase to 500 for full backfill runs.",
            "default": 50
          },
          "includeFormType": {
            "title": "Form types to include",
            "type": "array",
            "description": "Which substantial-holder form types to capture. Form 605 ('change of interests') is the core event-driven signal. Form 603 ('becoming a substantial holder', first 5% crossing) and Form 604 ('ceasing to be a substantial holder', falling below 5%) provide the full lifecycle.",
            "default": [
              "605"
            ],
            "items": {
              "type": "string"
            }
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Apify Proxy settings. Defaults to RESIDENTIAL with country=AU for the most reliable ASX connectivity — ASX is generally accessible globally but rate-limits aggressively from cloud IPs. If AU residential IPs are unavailable, fall back to unrestricted RESIDENTIAL.",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": [
                "RESIDENTIAL"
              ],
              "apifyProxyCountry": "AU"
            }
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}