Questions tagged [risk-analysis]

The tag should be used whenever the probability and/or the severity of one or multiple events should be quantified. It may refer to certain finance topics, but is not limited to that.

Risk analysis is the identification, assessment, and quantification of risks in terms of severity and probability for a certain event.

More resources:

68 questions
-1
votes
1 answer

Threshold SQL Table

I have a screenshot of a GUI and need to make it into a SQL table. What would be the best way of going about this?
1122335
  • 45
  • 1
  • 11
-1
votes
1 answer

web based mySQL frond end queries risky?

I'm intending to code a solution where table and command are fixed but parameters can vary i.e. are entered by internet users. How risky is this? So far only PHP code was used. predefined: SELECT user defined: select_expr [, select_expr…
user3894628
-1
votes
1 answer

what's wrong with my database? what should i do?

Till yesterday, my database had only one table called id1753536_local. today when I looked at my databases I found another table named information_schema what does it mean? I have performed several sql injection attacks on websites and they all…
user8275308
-1
votes
1 answer

How to convert a n x 3 data frame into a square (ordered) matrix?

I need to reshape a table or (data frame) to be able to use an R package (NetworkRiskMetrics). Suppose I have a data frame of lenders, borrowers and loan values: lender borrower loan_USD John Mark 100 Mark Paul 45 Joe Paul …
-2
votes
1 answer

estimate sector exposure of mutual funds

How would you estimate the relative exposure to gics sectors of a mutual funds vs SP500 without accessing the holdings of the fund? I regressed the funds return on the SP gics sector indices but it produced only non statistically significant betas?
Selb
  • 1
  • 2
-2
votes
1 answer

Threat Risk Assessment

I have to do a Threat Risk Assessment for one of my customers. Can anyone please share some template or provide some pointers as to what all needs to be checked or audited for Threat Risk Assessment. Can be applicable to cloud as well as On-Prem…
Pallab
  • 1,915
  • 2
  • 19
  • 46
-3
votes
1 answer

Risk factor analysis in mongo db

I am trying to make mongodb set-up, I am trying to analyze risk factor involved in it. My configuration in testing environment is Routing server------> Config Server ------- > Shard01 Shard02 …
sangita
  • 191
  • 5
  • 14
-3
votes
2 answers

How to pull values from a table, calculate them and display the result on a page

Hi, I'm doing a coding about risk analysis based on the image above (a table). Unfortunately I don't know how to translate the formula into a coding and display the result on a php page. Basically the formula involves multiplying of likelyhood *…
1 2 3 4
5