🏆 신뢰도 등급 룩업 (TRUST_LEVEL_LABELS)

Verified · 색상 #3b82f6

📊 calculateOverallTrustScore (5개 샘플 이벤트)

  • 점수: 73
  • 등급: 2
  • 퍼센타일: 69
  • 전체 이벤트: 5
  • 인증 이벤트(CERTIFIED): 2
  • 검증 이벤트(VERIFIED): 2

💰 calculateTotalValueImpact

총 영향액: 125만 원

{
  "tuning_asset": 350000,
  "maintenance": 500000,
  "consumable": 50000,
  "accident_free_bonus": 350000
}

🔧 classifyTuning + estimateTuningValue

  • 분류: 💎 자산형 튜닝
  • 타입: ASSET
  • 임팩트: positive
  • 회수율: 50.0%
  • 추정 가치: 75만 원
  • (default rate 35%)

📚 메타 테이블 (frozen)

TRUST_LEVEL_LABELS
{
  "0": {
    "label": "Inferred",
    "icon": "🤖",
    "color": "#6b7280",
    "desc": "AI 추정"
  },
  "1": {
    "label": "Logged",
    "icon": "📝",
    "color": "#f59e0b",
    "desc": "사용자 기록"
  },
  "2": {
    "label": "Verified",
    "icon": "✅",
    "color": "#3b82f6",
    "desc": "AI 검증 완료"
  },
  "3": {
    "label": "Certified",
    "icon": "🏆",
    "color": "#10b981",
    "desc": "제휴 매장 인증"
  }
}
EVENT_TYPE_LABELS
{
  "delivery": {
    "label": "출고",
    "icon": "🚗",
    "category": "milestone"
  },
  "maintenance": {
    "label": "정비",
    "icon": "🔧",
    "category": "maintenance"
  },
  "consumable": {
    "label": "소모품",
    "icon": "🛢️",
    "category": "maintenance"
  },
  "tuning_asset": {
    "label": "자산 튜닝",
    "icon": "✨",
    "category": "tuning"
  },
  "tuning_liability": {
    "label": "취향 튜닝",
    "icon": "🎨",
    "category": "tuning"
  },
  "accident_repair": {
    "label": "사고 수리",
    "icon": "🔨",
    "category": "repair"
  },
  "inspection": {
    "label": "정기 검사",
    "icon": "📋",
    "category": "inspection"
  }
}
TUNING_CLASSIFICATION
{
  "ASSET": {
    "items": [
      "PPF",
      "ppf",
      "유리막코팅",
      "세라믹코팅",
      "썬팅",
      "틴팅",
      "블랙박스",
      "네비게이션",
      "하이패스",
      "가죽시트"
    ],
    "label": "자산형 튜닝",
    "icon": "💎",
    "impact": "positive",
    "message": "중고차 가치 인정됨"
  },
  "LIABILITY": {
    "items": [
      "배기튜닝",
      "머플러",
      "에어서스",
      "서스펜션",
      "사제휠",
      "바디킷",
      "스포일러",
      "랩핑",
      "스티커"
    ],
    "label": "취향형 튜닝",
    "icon": "⚠️",
    "impact": "neutral",
    "message": "구매자 호불호 주의"
  }
}
TUNING_RECOVERY_RATES
{
  "ppf": 0.5,
  "유리막코팅": 0.4,
  "세라믹코팅": 0.45,
  "썬팅": 0.35,
  "틴팅": 0.35,
  "블랙박스": 0.3,
  "네비게이션": 0.25,
  "가죽시트": 0.4
}