コンテンツにスキップ

監査調書編纂 jpcite call sequence (公認会計士)

Cost: ¥42 (14 billable units, ¥3/req) · Duration: 90s · Parallel-safe: True · Disclaimer: §47条の2 (公認会計士法) — 監査意見表明は会計士の独占業務。本レシピは調書補助のみ。

Preconditions

  • audit_firm_id
  • client_id
  • houjin_bangou
  • audit_period (YYYY or YYYY-Q1..Q4)

Steps

  1. deep_health_am — snapshot pin
  2. enum_values_am — vocab
  3. search_tax_incentives — 適用候補
  4. get_am_tax_rule — rule 詳細
  5. evaluate_tax_applicability — profile x rule
  6. track_amendment_lineage_am — 期間中 改正
  7. cross_check_jurisdiction — 整合性
  8. check_enforcement_am — 履歴
  9. match_due_diligence_questions — DD 質問 deck
  10. get_provenance — 出典
  11. check_exclusions — 排他
  12. compose_audit_workpaper — 調書 PDF
  13. dispatch_audit_seal_webhook — audit_seal 配信
  14. jpcite_route — outcome route

Output artifact

  • Type: audit_workpaper_pdf
  • Format: JSON (mirrored to PDF on artifact_pack package_kind)

SDK invocation

import httpx, os
JPCITE = "https://api.jpcite.com"
key = os.environ["JPCITE_API_KEY"]
resp = httpx.post(
    f"{JPCITE}/v1/jpcite/route",
    headers={"X-API-Key": key},
    json={"intent": "recipe_audit_workpaper_compile"},
).raise_for_status().json()
# returns recommended_tool, outcome_contract_id, deliverable_slug,
# estimated_price_jpy, execute_input_hash, next_action

Operator: Bookyou株式会社 (T8010001213708) · Brand: jpcite · NO LLM inside · ¥3/req metered · 100% organic