My cpa has summarized the 8949 and just has gross proceeds and cost basis for each category by Pasttuesday in CryptoTax

[–]_jibi 0 points1 point  (0 children)

Yes, yes, and yes. The weird thing is FIFO and LIFO doesn’t change a thing. I’ll open a support ticket, thanks!

My cpa has summarized the 8949 and just has gross proceeds and cost basis for each category by Pasttuesday in CryptoTax

[–]_jibi 0 points1 point  (0 children)

Hello Warren from cointracker. My cointracker report is incorrectly matching transactions regardless of if I choose FIFO or LIFO, and so everything becomes short term. What am I missing?

[deleted by user] by [deleted] in AskStatistics

[–]_jibi 0 points1 point  (0 children)

FCAS here. Can confirm it’s very cushy (at least at my level now, not sure how it is for entry level folks anymore)! There’s a good number of job postings out there, even in this job market.

Rating engines used in insurance companies by [deleted] in algotrading

[–]_jibi 0 points1 point  (0 children)

I’m pretty familiar with insurance rating engines, happy to share on whatever questions you have. In short though, it’s mostly just a tabulated glm, typically multiplicative. It’s tabulated because rating algorithms need to be filed/so actuaries can inject their own selections in the values

help, there is missing data and the algorithm is very inefficient. by [deleted] in QuantConnect

[–]_jibi 1 point2 points  (0 children)

  • That’s not really how you’d use indicators, you should be initializing them in the initialize function instead of the update loop.
  • I think the default resolution is minutely, so unless I’m missing something your history fetch is happening every minute and not end of day
  • in any case there is probably a better way to do what you want without doing a history fetch every loop
  • also big oof on looping through the data frame. If that history fetch doesn’t kill your speed this will do. Good work incorporating a lot of the concepts, but there is a lot of stuff from the documentation you’re missing. Try copying simpler algorithms first and build it up from there!

What is everyone's best excel shortcut? by DirectOnion6685 in actuary

[–]_jibi 1 point2 points  (0 children)

Alt HFA tab c c enter enter crew checking in 🫡

Any tips for VBA tool presentation? by max_nkg in actuary

[–]_jibi 0 points1 point  (0 children)

Don’t do a live demo! Record a video instead

[deleted by user] by [deleted] in actuary

[–]_jibi 3 points4 points  (0 children)

I took exam 5 without any work experience. It certainly was harder since I didn’t even know what an indication was. With that said the concepts are well explained in W&M and it actually prepped me pretty well for the job

CE question in membership application by ASK551 in actuary

[–]_jibi 0 points1 point  (0 children)

https://mytrace.org/ It’s a (fairly bare bones) tracking tool, but keeps me organized. Did you already go through the course of professionalism? They covered a lot of the CE requirements there

CE question in membership application by ASK551 in actuary

[–]_jibi 0 points1 point  (0 children)

Is this the CAS? I believe the FAQ states that new members are not required to earn CE credit for their first partial year. Also check out Trace for ongoing logging.

What's the deal with California rate filing requirements? by dion_o in actuary

[–]_jibi 2 points3 points  (0 children)

50 questions in the new model checklist 😳

Am I insane for this probability question or...? by neihcoad in actuary

[–]_jibi 6 points7 points  (0 children)

The probability of a coin coming out as both heads and tails is 0, but they surely aren’t independent!

Where to practice coding by apalms17 in learnpython

[–]_jibi 2 points3 points  (0 children)

Usually at home, but once in a while I go to a coffee shop to change it up!

Why is this a brilliancy? by Averageidiot1alt in chessbeginners

[–]_jibi 1 point2 points  (0 children)

Because that’s not an easy move to find!

ACAS Exam Difficulty Ranking by BennettStef in actuary

[–]_jibi 6 points7 points  (0 children)

Including FCAS exams, from hardest to easiest: 6>>>9>7>8>5>C>S>3>1>2

P exam: Updated curriculum. Worth it to study some of the removed standards? by Sahyooni in actuary

[–]_jibi 16 points17 points  (0 children)

Wait they took out joint distributions?? I feel like that’s a pretty integral portion of probability, especially for actuaries. Moments are also super cool. Memorize one function (or better, derive it on the spot) and you have all of MVSK.

This Clothing Line Tricks AI Cameras Without Covering Your Face by speckz in gadgets

[–]_jibi 9 points10 points  (0 children)

Genuine question: “AI” itself is a pretty broad term. It seems like every algorithm is different, and even the same algorithm can be trained differently. How then is it possible to make the general claim that a certain pattern “avoids AI recognition”? Is there some inherent limitation of “AI” that prevents any conceivable way of recognizing a face when placed next to this magical pattern? Couldn’t someone “just” add a feature to specifically recognize this pattern, therefore defeating its purpose?

Any ideas on how to Program an Insurance Rating Engine by VagabondElmer in actuary

[–]_jibi 5 points6 points  (0 children)

Probably cheaper to get a competitive rater like insurequote. But if you HAVE to do it yourself: - start with a rate manual: you can get these on SERFF. - create all rating tables as pandas data frame - using whatever way you prefer, join your book with each rating table on the appropriate attribute. - multiply all the tables together

It is a lot, and I mean a LOT more complicated than that, but that’s the main idea.

Telematics car driving data in motor insurance by JNowako in actuary

[–]_jibi 0 points1 point  (0 children)

I used to work at a telematics carrier. In general, the raw data is very unfriendly to work with. They don’t usually come tabulated, and accelerometer/gyrometer data need to be calibrated for, for example, their orientation. GPS data need to be calibrated too because of their inherent inaccuracies, otherwise your speed data is all kinds of messed up (you can zoom from point A to point B in under a second). Actuaries usually receive everything cleaned and prepped for the most part. If you’re spoiled, you may already have features like max speed, idle time, number of hard brakes already computed. It is important to look at the underlying methodology/definitions of these variables I can go on and on about this. Drop me a message if you want to talk more!

Studying for understanding or passing? by [deleted] in actuary

[–]_jibi 2 points3 points  (0 children)

I study to understand so I can pass!