信用卡表和维度表的字段
时间: 2024-04-14 14:04:46 浏览: 133
信用卡申请用户数据集.rar
以下是信用卡事实表和维度表的一些常见字段:
信用卡交易事实表:
- transaction_id:交易ID
- credit_card_id:信用卡号
- transaction_date:交易日期
- transaction_time:交易时间
- merchant_id:商家ID
- transaction_amount:交易金额
- transaction_type:交易类型
- transaction_status:交易状态
- overdue_days:逾期天数
信用卡客户事实表:
- customer_id:客户ID
- customer_name:客户姓名
- customer_address:客户地址
- customer_email:客户邮箱
- customer_phone:客户电话
- customer_credit_score:客户信用评分
- customer_status:客户状态
信用卡账户事实表:
- account_id:账户ID
- credit_card_id:信用卡号
- account_balance:账户余额
- credit_limit:信用额度
- account_status:账户状态
时间维度表:
- date_id:日期ID
- date:日期
- year:年份
- quarter:季度
- month:月份
- day:天数
- hour:小时数
商家维度表:
- merchant_id:商家ID
- merchant_name:商家名称
- merchant_address:商家地址
- merchant_phone:商家电话
- merchant_status:商家状态
信用卡维度表:
- credit_card_id:信用卡号
- card_type:信用卡类型
- card_status:信用卡状态
- card_holder_name:持卡人姓名
- card_holder_phone:持卡人电话
- card_holder_address:持卡人地址
地理位置维度表:
- location_id:位置ID
- country:国家
- province:省份
- city:城市
- district:区县
信用评分维度表:
- credit_score_id:信用评分ID
- credit_score:信用评分
- score_level:信用评分等级
- score_date:评分日期
以上是常见的信用卡事实表和维度表的一些字段,具体的字段设计和指标计算可以根据实际业务需求进行调整和优化。
阅读全文