palc-newyear2024/src/data/index.js
2025-01-15 16:27:44 +08:00

222 lines
4.8 KiB
JavaScript
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.

export const data = [
{
id: 1,
question: ["把户口迁到一块"],
answer: [
{
aid: "A",
text: ["启"],
result: "correct",
},
{
aid: "B",
text: ["航"],
result: "incorrect",
},
],
analysis: [
`<span style="color:#ffe2ad">启航</span>系列旗下产品连续3年获得金牛奖。`,
`2022-2024年`,
],
},
{
id: 2,
question: ["演出时间,不要说话"],
answer: [
{
aid: "A",
text: ["灵"],
result: "incorrect",
},
{
aid: "B",
text: ["活"],
result: "correct",
},
],
analysis: [
`<span style="color:#ffe2ad">灵活成长</span>系列是低波稳健的持有期固收产品,`,
`同时兼顾流动性和收益空间。`,
],
},
{
id: 3,
question: ["秋前隐后最可靠"],
answer: [
{
aid: "A",
text: ["稳"],
result: "correct",
},
{
aid: "B",
text: ["健"],
result: "incorrect",
},
],
analysis: [
`<span style="color:#ffe2ad">稳健精选</span>是主投低波稳健类资产的封闭产品系列,`,
`史到期兑付正收益概率100%数据时间2025.1.9)。`,
],
},
{
id: 4,
question: ["上等木料来造桥"],
answer: [
{
aid: "A",
text: ["策"],
result: "correct",
},
{
aid: "B",
text: ["略"],
result: "incorrect",
},
],
analysis: [
`<span style="color:#ffe2ad">启元策略系列</span>运用自研利率债量化交易模型,`,
`时代有助提升收益的固收理财。`,
],
},
{
id: 5,
question: ["秋前别后再相聚"],
answer: [
{
aid: "A",
text: ["稳"],
result: "incorrect",
},
{
aid: "B",
text: ["利"],
result: "correct",
},
],
analysis: [
`<span style="color:#ffe2ad">启元稳利</span>以低波资产筑底,是闲钱理财升级好去处。`,
],
},
{
id: 6,
question: ["宝玉不在姑娘在"],
answer: [
{
aid: "A",
text: ["安"],
result: "correct",
},
{
aid: "B",
text: ["鑫"],
result: "incorrect",
},
],
analysis: [
`<span style="color:#ffe2ad">新安鑫</span>系列运用结构化工具风险向下有底,收益向上有空间,`,
`是投资者参与股市指数的“安鑫”之选。`,
],
},
{
id: 7,
question: ["水帘洞二十三"],
answer: [
{
aid: "A",
text: ["坤"],
result: "incorrect",
},
{
aid: "B",
text: ["润"],
result: "correct",
},
],
analysis: [
`<span style="color:#ffe2ad">坤润红利价值</span>的红利低波策略可筛选出低估值、`,
`高股息、高质量企业。`,
],
},
{
id: 8,
question: ["太阳的儿子"],
answer: [
{
aid: "A",
text: ["星"],
result: "correct",
},
{
aid: "B",
text: ["辰"],
result: "incorrect",
},
],
analysis: [
`<span style="color:#ffe2ad">星辰</span>系列以价值投资为基础,构建低风险低估值`,
`和持续成长的组合,是以绝对收益为目标的含权理财。`,
],
},
{
id: 9,
question: ["人来凑成桌"],
answer: [
{
aid: "A",
text: ["卓"],
result: "correct",
},
{
aid: "B",
text: ["越"],
result: "incorrect",
},
],
analysis: [
`<span style="color:#ffe2ad">卓越稳健</span>系列是适合中长期配置需求的“固收+理财”,`,
`在低息环境下通过合理的资产配置突显股债性价比。`,
],
},
{
id: 10,
question: ["相逢立即成知音"],
answer: [
{
aid: "A",
text: ["智"],
result: "correct",
},
{
aid: "B",
text: ["享"],
result: "incorrect",
},
],
analysis: [
`<span style="color:#ffe2ad">智享全周期</span>运用全天候策略均衡配置全球多元资产,`,
`助力投资者把握全球市场的交易机会。`,
],
},
{
id: 11,
question: ["春来又听泉声响"],
answer: [
{
aid: "A",
text: ["智"],
result: "correct",
},
{
aid: "B",
text: ["享"],
result: "incorrect",
},
],
analysis: [
`<span style="color:#ffe2ad">权心全益</span>是平安理财发挥多资产多策略投资优势,`,
`用心捕捉权益市场机会,打造稳健的含权产品体系。`,
],
},
];