ComplianceServer/oldcode/WEB/Controllers/Csvr/RiskPaperConstants.cs

309 lines
20 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

using System.Collections.Generic;
namespace WX.CRM.WEB.Controllers.Csvr
{
public static class RiskPaperConstants
{
public static readonly ConstantPaper ConstantPaper = new ConstantPaper
{
uprisk = new UPRisk
{
question = new Dictionary<int, List<Question>>
{
{
3, new List<Question>
{
//1收入
new Question
{
title = "您的主要收入来源是:",
answer = new List<Answer>
{
new Answer { text = "工资、劳务报酬", pos = "A" },
new Answer { text = "生产经营所得", pos = "B" },
new Answer { text = "利息、股息、转让证券等金融性资产收入", pos = "C" },
new Answer { text = "出租、出售房地产等非金融性资产收入", pos = "D" },
new Answer { text = "无固定收入", pos = "E" }
},
score = new Dictionary<string, int> { { "A", 3 }, { "B", 2 }, { "C", 1 }, { "D", 1 }, { "E", 0 } },
special = false
},
new Question
{
title = "最近您家庭预计进行证券投资的资金占家庭现有总资产(不含自住、自用房产及汽车等固定资产)的比例是:",
answer = new List<Answer>
{
new Answer { text = "70%以上", pos = "A" },
new Answer { text = "50%-70%", pos = "B" },
new Answer { text = "30%50%", pos = "C" },
new Answer { text = "10%30%", pos = "D" },
new Answer { text = "10%以下", pos = "E" }
},
score = new Dictionary<string, int> { { "A", 1 }, { "B", 3 }, { "C", 4 }, { "D", 5 }, { "E", 6 } },
special = false
},
//3债务
new Question
{
title = "您是否有尚未清偿的数额较大的债务,如有,其性质是:",
answer = new List<Answer>
{
new Answer { text = "没有", pos = "A" },
new Answer { text = "有,住房抵押贷款等长期定额债务", pos = "B" },
new Answer { text = "有,信用卡欠款、消费信贷等短期信用债务", pos = "C" },
new Answer { text = "有,亲朋之间借款", pos = "D" }
},
score = new Dictionary<string, int> { { "A", 3 }, { "B", 2 }, { "C", 1 }, { "D", 0 } },
special = false
},
//4
new Question
{
title = "您可用于投资的资产数额(包括金融资产和不动产)为:",
answer = new List<Answer>
{
new Answer { text = "不超过50万元人民币", pos = "A" },
new Answer { text = "50万-300万元不含人民币", pos = "B" },
new Answer { text = "300万-1000万元不含人民币", pos = "C" },
new Answer { text = "1000万元人民币以上", pos = "D" }
},
score = new Dictionary<string, int> { { "A", 0 }, { "B", 1 }, { "C", 2 }, { "D", 3 } },
special = false
},
//5
new Question
{
title = "以下描述中何种符合您的实际情况:",
answer = new List<Answer>
{
new Answer { text = "现在或此前曾从事金融、经济或财会等与金融产品投资相关的工作超过两年", pos = "A" },
new Answer { text = "已取得金融、经济或财会等与金融产品投资相关专业学士以上学位", pos = "B" },
new Answer { text = "取得证券从业资格、基金从业资格、期货从业资格、注册会计师证书CPA或注册金融分析师证书CFA中的一项及以上", pos = "C" },
new Answer { text = "我不符合以上任何一项描述", pos = "D" }
},
score = new Dictionary<string, int> { { "A", 5 }, { "B", 5 }, { "C", 5 }, { "D", 0 } },
special = false
},
//6投资经验
new Question
{
title = "您的投资经验可以被概括为:",
answer = new List<Answer>
{
new Answer { text = "无:我没有任何投资知识或经验", pos = "A" },
new Answer { text = "一般:除银行活期账户和定期存款外,我购买过基金、保险等理财产品,但还需要进一步的指导", pos = "B" },
new Answer { text = "丰富:我是一位有经验的投资者,参与过股票、基金等产品的交易,并倾向于自己做出投资决策", pos = "C" },
new Answer { text = "非常丰富:我是一位非常有经验的投资者,参与过权证、期货或创业板等高风险产品的交易", pos = "D" }
},
score = new Dictionary<string, int> { { "A", 1 }, { "B", 2 }, { "C", 3 }, { "D", 5 } },
special = false
},
//7
new Question
{
title = "有一位投资者一个月内做了15笔交易同一品种买卖各一次算一笔您认为这样的交易频率",
answer = new List<Answer>
{
new Answer { text = "太高了", pos = "A" },
new Answer { text = "偏高", pos = "B" },
new Answer { text = "正常", pos = "C" },
new Answer { text = "偏低", pos = "D" }
},
score = new Dictionary<string, int> { { "A", 1 }, { "B", 2 }, { "C", 3 }, { "D", 4 } },
special = false
},
//8
new Question
{
title = "过去一年时间内,您购买的不同产品或接受的不同服务(含同一类型的不同产品或服务)的数量是:",
answer = new List<Answer>
{
new Answer { text = "5个以下", pos = "A" },
new Answer { text = "6至10个", pos = "B" },
new Answer { text = "11至15个", pos = "C" },
new Answer { text = "16个以上", pos = "D" }
},
score = new Dictionary<string, int> { { "A", 1 }, { "B", 3 }, { "C", 4 }, { "D", 6 } },
special = false
},
//9
new Question
{
title = "以下金融产品或服务,您投资经验在两年以上的有:",
answer = new List<Answer>
{
new Answer { text = "银行存款等", pos = "A" },
new Answer { text = "债券、货币市场基金、债券型基金或其它固定收益类产品等", pos = "B" },
new Answer { text = "股票、混合型基金、偏股型基金、股票型基金等权益类投资品种等", pos = "C" },
new Answer { text = "期货、期权、融资融券", pos = "D" },
new Answer { text = "复杂金融产品、其他产品或服务", pos = "E" }
},
score = new Dictionary<string, int> { { "A", 0 }, { "B", 1 }, { "C", 2 }, { "D", 4 }, { "E", 6 } },
special = true
},
//10
new Question
{
title = "如果您曾经从事过金融市场投资,在交易较为活跃的月份,平均月交易额大概是多少:",
answer = new List<Answer>
{
new Answer { text = "10万元以内", pos = "A" },
new Answer { text = "10万元-30万元", pos = "B" },
new Answer { text = "30万元-100万元", pos = "C" },
new Answer { text = "100万元以上", pos = "D" },
new Answer { text = "从未从事过金融市场投资", pos = "E" }
},
score = new Dictionary<string, int> { { "A", 1 }, { "B", 2 }, { "C", 3 }, { "D", 4 }, { "E", 0 } },
special = false
},
//11投资期限
new Question
{
title = "您用于证券投资的大部分资金不会用作其它用途的时间段为:",
answer = new List<Answer>
{
new Answer { text = "0到1年", pos = "A" },
new Answer { text = "1到5年", pos = "B" },
new Answer { text = "无特别要求", pos = "C" }
},
score = new Dictionary<string, int> { { "A", 1 }, { "B", 3 }, { "C", 5 } },
special = false
},
//12 品种
new Question
{
title = "您打算重点投资于哪些种类的投资品种?",
answer = new List<Answer>
{
new Answer { text = "股票、混合型基金、偏股型基金、股票型基金等权益类投资品种", pos = "A" },
new Answer { text = "债券、货币市场基金、债券基金等固定收益类投资品种", pos = "B" },
new Answer { text = "期货、期权、融资融券等", pos = "C" },
new Answer { text = "高风险金融产品或服务", pos = "D" },
new Answer { text = "其他产品或服务", pos = "E" }
},
score = new Dictionary<string, int> { { "A", 4 }, { "B", 2 }, { "C", 5 }, { "D", 6 }, { "E", 6 } },
special = true
},
//13
new Question
{
title = "假设有两种不同的投资投资A期望获得5%的收益有可能承担非常小的损失投资B期望获得20%的收益但有可能面临25%甚至更高的亏损。您将您的投资资产分配为:",
answer = new List<Answer>
{
new Answer { text = "全部投资于A", pos = "A" },
new Answer { text = "大部分投资于A", pos = "B" },
new Answer { text = "两种投资各一半", pos = "C" },
new Answer { text = "大部分投资于B", pos = "D" },
new Answer { text = "全部投资于B", pos = "E" }
},
score = new Dictionary<string, int> { { "A", 0 }, { "B", 1 }, { "C", 3 }, { "D", 5 }, { "E", 6 } },
special = false
},
//14 期望收益及风险偏好
new Question
{
title = "当您进行投资时,您的期望收益是:",
answer = new List<Answer>
{
new Answer { text = "尽可能保证本金安全,不在乎收益率比较低", pos = "A" },
new Answer { text = "产生一定的收益,可以承担一定的投资风险", pos = "B" },
new Answer { text = "产生较多的收益,可以承担较大的投资风险", pos = "C" },
new Answer { text = "实现资产大幅增长,愿意承担很大的投资风险", pos = "D" }
},
score = new Dictionary<string, int> { { "A", 0 }, { "B", 2 }, { "C", 3 }, { "D", 4 } },
special = false
},
//15 可承受的损失
new Question
{
title = "您认为自己能承受的最大投资损失是多少?",
answer = new List<Answer>
{
new Answer { text = "不能承受任何损失", pos = "A" },
new Answer { text = "一定的投资损失", pos = "B" },
new Answer { text = "较大的投资损失", pos = "C" },
new Answer { text = "损失可能超过本金", pos = "D" }
},
score = new Dictionary<string, int> { { "A", 0 }, { "B", 2 }, { "C", 4 }, { "D", 6 } },
special = false
},
//16
new Question
{
title = "您打算将自己的投资回报主要用于:",
answer = new List<Answer>
{
new Answer { text = "改善生活", pos = "A" },
new Answer { text = "个体生产经营或证券投资以外的投资行为", pos = "B" },
new Answer { text = "履行扶养、抚养或赡养义务", pos = "C" },
new Answer { text = "本人养老或医疗", pos = "D" },
new Answer { text = "偿付债务", pos = "E" }
},
score = new Dictionary<string, int> { { "A", 7 }, { "B", 5 }, { "C", 4 }, { "D", 3 }, { "E", 1 } },
special = false
},
//17
new Question
{
title = "您的年龄是:",
answer = new List<Answer>
{
new Answer { text = "18-30岁", pos = "A" },
new Answer { text = "31-40岁", pos = "B" },
new Answer { text = "41-50岁", pos = "C" },
new Answer { text = "51-60岁", pos = "D" },
new Answer { text = "超过60岁", pos = "E" }
},
score = new Dictionary<string, int> { { "A", 5 }, { "B", 7 }, { "C", 3 }, { "D", 2 }, { "E", 0 } },
special = false
},
//18
new Question
{
title = "今后五年时间内,您的父母、配偶以及未成年子女等需负法定抚养、扶养和赡养义务的人数为:",
answer = new List<Answer>
{
new Answer { text = "1-2人", pos = "A" },
new Answer { text = "3-4人", pos = "B" },
new Answer { text = "5人以上", pos = "C" }
},
score = new Dictionary<string, int> { { "A", 5 }, { "B", 3 }, { "C", 1 } },
special = false
},
//19
new Question
{
title = "您的最高学历是:",
answer = new List<Answer>
{
new Answer { text = "高中或以下", pos = "A" },
new Answer { text = "大学专科", pos = "B" },
new Answer { text = "大学本科", pos = "C" },
new Answer { text = "硕士及以上", pos = "D" }
},
score = new Dictionary<string, int> { { "A", 1 }, { "B", 2 }, { "C", 4 }, { "D", 5 } },
special = false
},
//20
new Question
{
title = "您家庭的就业状况是:",
answer = new List<Answer>
{
new Answer { text = "您与配偶均有稳定收入的工作", pos = "A" },
new Answer { text = "您与配偶其中一人有稳定收入的工作", pos = "B" },
new Answer { text = "您与配偶均没有稳定收入的工作或者已退休", pos = "C" },
new Answer { text = "未婚,但有稳定收入的工作", pos = "D" },
new Answer { text = "未婚,目前暂无稳定收入的工作", pos = "E" }
},
score = new Dictionary<string, int> { { "A", 4 }, { "B", 3 }, { "C", 2 }, { "D", 1 }, { "E", 0 } },
special = false
}
}
}
}
}
};
}
}