Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
T
tamp_fund
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
周鹏
tamp_fund
Commits
42c1589a
Commit
42c1589a
authored
Jun 08, 2021
by
张亚辉
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
5525b8fd
16577bf7
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
IfaImportedNonavFund.java
...com/tanpu/fund/entity/generator/IfaImportedNonavFund.java
+1
-1
IfaImportedNonavFundExample.java
...pu/fund/entity/generator/IfaImportedNonavFundExample.java
+1
-1
IfaImportedNonavFundMapper.java
...npu/fund/mapper/generator/IfaImportedNonavFundMapper.java
+1
-1
ProductServiceImpl.java
.../java/com/tanpu/fund/service/impl/ProductServiceImpl.java
+2
-2
No files found.
src/main/java/com/tanpu/fund/entity/generator/IfaImportedNonavFund.java
View file @
42c1589a
src/main/java/com/tanpu/fund/entity/generator/IfaImportedNonavFundExample.java
View file @
42c1589a
src/main/java/com/tanpu/fund/mapper/generator/IfaImportedNonavFundMapper.java
View file @
42c1589a
src/main/java/com/tanpu/fund/service/impl/ProductServiceImpl.java
View file @
42c1589a
...
...
@@ -841,7 +841,7 @@ public class ProductServiceImpl implements ProductService, Constant {
new
RiskRatingVO
(
"最近五年"
,
multiply100
(
fundCount
.
getMaxdrawdown5y
()),
multiply100
(
fundCount
.
getStddev5y
()),
BigDecimalUtil
.
toString
(
fundCount
.
getSharperatio5y
()),
multiply100
(
fundCount
.
getRet5yA
())),
new
RiskRatingVO
(
"成立以来"
,
multiply100
(
fundCount
.
getMaxdrawdownIncep
()),
multiply100
(
fundCount
.
getStddevIncep
()),
BigDecimalUtil
.
toString
(
fundCount
.
getSharperatioIncep
()),
multiply100
(
fundCount
.
getRetIncepA
())));
multiply100
(
fundCount
.
getStddevIncep
()),
BigDecimalUtil
.
toString
(
fundCount
.
getSharperatioIncep
()
,
2
),
multiply100
(
fundCount
.
getRetIncepA
())));
}
@Override
...
...
@@ -1553,7 +1553,7 @@ public class ProductServiceImpl implements ProductService, Constant {
new
RiskRatingVO
(
"最近五年"
,
multiply100
(
fundCount
.
getMaxdrawdown5y
()),
multiply100
(
fundCount
.
getStddev5y
()),
multiply100
(
fundCount
.
getSharperatio5y
()),
multiply100
(
fundCount
.
getRet5yA
())),
new
RiskRatingVO
(
"成立以来"
,
multiply100
(
fundCount
.
getMaxdrawdownIncep
()),
multiply100
(
fundCount
.
getStddevIncep
()),
multiply100
(
fundCount
.
getSharperatioIncep
()
),
multiply100
(
fundCount
.
getRetIncepA
())));
multiply100
(
fundCount
.
getStddevIncep
()),
BigDecimalUtil
.
toString
(
fundCount
.
getSharperatioIncep
(),
2
),
multiply100
(
fundCount
.
getRetIncepA
())));
}
@Override
...
...
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