-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add sector value to sector insight api #76
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
코멘트 남겨놓았습니다 👍
.groupBy(stock.id, stock.price) | ||
.orderBy(dividendYield.desc()) | ||
.having(dividendYield.loe(MAX_DIVIDEND_YIELD)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
혹시 loe
가 low or equal 이 맞다면 이하가 아니라 미만이 되어야 할 것 같습니다!! :>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵 수정했습니다!!
CONGLOMERATES("Conglomerates"), | ||
ETF("ETF"), | ||
ETC("ETC"); | ||
TECHNOLOGY("Technology", "TECHNOLOGY"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요거 value 추가된 이유가 있을까요?? enum 과 동일해서 그대로 사용해도 될 것 같아서요!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
앗 혹시 저 enum 값을 그대로 사용할 수 있는 방법이 있나요?! String으로 받아서 비교하려면 저는 필요한걸로 생각했어요...!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵 enum 그대로 반환하면 될 것 같아용~!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵넵!!
int expectedMonth = 3; | ||
int expectedDayOfMonth = 1; | ||
int lastYear = LocalDate.now().getYear() - 1; | ||
Instant exDividendDate = LocalDate.of(lastYear, 3, 1).atStartOfDay().toInstant(UTC); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수정 감사합니다 🙇🏻♀️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다👍👍
enum만 수정 부탁드려욧
Issue Number
close: #75
작업 내역
변경사항
PR 특이 사항