Code Monkey home page Code Monkey logo

finance-server's Introduction

finance-server

财务平台后端项目

java+python+Springboot

目前支持功能:

1、基金配置文件数据的展示(时间,盈利,基金列表)

2、基金配置文件的手动更新,自动获取前一个交易日的数据。

3、基金列表中单个基金的信息修改(持有总值,定投,今日买入卖出)

4、增加新的基金信息

5、根据涨跌情况自动计算当前总收益和单个基金的情况。

6、基金列表表格可排序,涨跌情况标记

预计完成的功能:

1、导入导出基金列表(Excle)

2、设置基金收益提醒(邮件)

基金配置字段: {

"gztime":交易时间,

"todayIncameSum":今日收入总和,

"fundlist":[{

 "fundName":基金名称,
 "fundcode":基金编码,
 "add":定投金额,
 	"zhangfu":涨幅,
 	"fundamount":持有金额,
 	"dwjz":单位净值,
 	"gusuanzhi":估算值,
 	"amountNow":现持有金额,
 	"yingli":盈利金额,
 	"amountChange":买入金额,
 	"holdShare":持有份额,
 	"shareChange":卖出份额,
 	"buyamount7":{
		"Monday":100,
		"Thursday":100,
		"Friday":100,
		"Wednesday":100,
		"Tuesday":100
 	},
 "buyshare7":{
		"Monday":124.21,
		"Thursday":123.67,
		"Friday":123.99,
		"Wednesday":121.39,
		"Tuesday":122.38
 	},
  }]

}

finance-server's People

Contributors

mrzhangfelix avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.