Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
F
fund_report
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭熊
fund_report
Commits
0cc22f1d
Commit
0cc22f1d
authored
Dec 09, 2020
by
pengxiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分离
parent
2e845ab1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
172 additions
and
14 deletions
+172
-14
jinjia2html.py
app/utils/jinjia2html.py
+14
-14
tamp_course_order.log
logs/tamp_course_order.log
+158
-0
No files found.
app/utils/jinjia2html.py
View file @
0cc22f1d
...
...
@@ -37,20 +37,20 @@ class DataIntegrate:
self
.
comments_on_position_portfolio
()
# 贡献分解
self
.
contribution_deco
()
# 目标与业绩
self
.
objectives_performance
(
self
.
group_result
)
# 个基点评
self
.
single_fund_comment
()
# 旧收益比较
self
.
get_old_compare_pic
()
# 旧相关性
self
.
get_old_correlation
()
# 新相关性
self
.
get_new_correlation
()
# 新增基金
self
.
propose_fund
()
# 目标与业绩
self
.
objectives_performance
(
self
.
group_result
)
# 新收益比较
self
.
get_transfer_suggestions
()
# # 新增基金
# self.propose_fund()
# # 新收益比较
# self.get_transfer_suggestions()
# # 新相关性
# self.get_new_correlation()
# 渲染模版
self
.
render_data
()
...
...
@@ -247,14 +247,14 @@ class DataIntegrate:
'contribution_decomposition'
:
self
.
contribution_decomposition
,
'single_fund_data_list'
:
self
.
single_fund_data_list
,
'old_correlation'
:
self
.
old_correlation
,
'new_correlation'
:
self
.
new_correlation
,
'propose_fund_data_list'
:
self
.
propose_fund_data_list
,
'suggestions_result'
:
self
.
suggestions_result
,
'suggestions_result_asset'
:
self
.
suggestions_result_asset
,
'old_return_compare_pic'
:
self
.
old_return_compare_pic
,
'return_compare_pic'
:
self
.
return_compare_pic
,
# 'new_correlation': self.new_correlation,
# 'propose_fund_data_list': self.propose_fund_data_list,
# 'suggestions_result': self.suggestions_result,
# 'suggestions_result_asset': self.suggestions_result_asset,
# 'return_compare_pic': self.return_compare_pic,
'indicator_compare'
:
self
.
indicator_compare
,
'new_group_evaluation'
:
self
.
new_group_evaluation
#
'new_group_evaluation': self.new_group_evaluation
}
# 开始渲染html模板
...
...
logs/tamp_course_order.log
View file @
0cc22f1d
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment