価格トライアングル・アービトラージスキャン
detect_arbitrage_signalsCross-checks Japanese land prices (路線価, 公示地価, transaction prices) to identify discount properties, inheritance tax advantages, and overheated market signals.
Instructions
Price triangulation arbitrage scanner: cross-checks 路線価(rosenka) × 公示地価(koji) × 取引価格(tx) to detect discount buys, inheritance-tax edges, and overheated markets. | 路線価・公示地価・取引価格の三角測量でディスカウント物件・相続有利エリア・市場過熱を検出する。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefecture | No | 都道府県名(和名/英名/ISO 3166-2 コード対応) | 愛知県 |
| signalType | No | Filter by signal type: 'discount' | 'inheritance_edge' | 'overheated' | 'fair' | omit for all | シグナル種別フィルター | |
| limit | No | Max cities to return | 最大返却市区町村数 | |
| includeLive | No | Fetch latest MLIT transactions live (requires MLIT_API_KEY) | ライブ取引価格取得 | |
| output_mode | No | Output verbosity. compact=TL;DR + key numbers only (default), detailed=full Markdown report | 出力詳細度。compact=主要数値のみ(デフォルト)、detailed=全文レポート付き | compact |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefecture | Yes | ||
| scannedCities | Yes | スキャンした市区町村数 | |
| items | Yes | 検出シグナル一覧 | |
| benchmark | Yes | 比較用ベンチマーク | |
| markdownReport | Yes | Markdown 形式の分析レポート | |
| dataYear | Yes | データ年次 | |
| liveDataUsed | Yes | MLIT ライブ取引データ使用 | |
| attribution | Yes |