File size: 8,502 Bytes
196382a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1fd054b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
196382a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d889267
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
196382a
 
1fd054b
 
196382a
 
1fd054b
196382a
1fd054b
196382a
12ae8c3
196382a
12ae8c3
1fd054b
196382a
12ae8c3
196382a
1fd054b
196382a
12ae8c3
196382a
1fd054b
196382a
12ae8c3
196382a
1fd054b
196382a
1fd054b
12ae8c3
 
1fd054b
12ae8c3
196382a
1fd054b
196382a
1fd054b
196382a
12ae8c3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1fd054b
 
 
196382a
12ae8c3
 
 
 
 
 
 
 
 
1fd054b
 
 
 
196382a
1fd054b
 
 
 
196382a
12ae8c3
196382a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d889267
 
 
 
 
1fd054b
 
 
 
 
196382a
1fd054b
196382a
1fd054b
 
 
 
 
 
 
 
 
 
196382a
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
# =====================================================
# utils.py
# Backend Functions for Portfolio Allocation
# =====================================================

import os
import joblib
import numpy as np
import pandas as pd

from stable_baselines3 import PPO

from config import (
    PPO_PATH,
    RL_FEATURE_DATA,
    PRICE_DATA,
    CORRELATION_MATRIX,
    ALL_STOCKS,
    RISK_MAPPING
)

# =====================================================
# Load PPO Model
# =====================================================

def load_ppo():

    model = PPO.load(PPO_PATH)

    return model

# =====================================================
# Load Deployment Data
# =====================================================

def load_data():

    rl_feature_data = joblib.load(RL_FEATURE_DATA)

    price_data = joblib.load(PRICE_DATA)

    correlation_matrix = joblib.load(CORRELATION_MATRIX)

    return (

        rl_feature_data,

        price_data,

        correlation_matrix

    )

# =====================================================
# Latest Stock Prices
# =====================================================

def get_latest_prices(price_data):

    latest_prices = {}

    for stock in ALL_STOCKS:

        latest_prices[stock] = float(
            price_data[stock].iloc[-1]
        )

    return latest_prices

    

# =====================================================
# Latest Feature Vector
# =====================================================

def get_latest_feature_matrix(

    rl_feature_data

):

    feature_matrix = []

    for stock in ALL_STOCKS:

        latest = (

            rl_feature_data[stock]

            .iloc[-1]

            .values

            .astype(np.float32)

        )

        feature_matrix.extend(latest)

    return np.array(
        feature_matrix,
        dtype=np.float32
    )

def build_observation(



    rl_feature_data,



    budget,



    risk_profile,



    investment_horizon



):

    feature_matrix = get_latest_feature_matrix(
        rl_feature_data
    )

    shares = np.zeros(
        len(ALL_STOCKS),
        dtype=np.float32
    )

    cash = budget

    portfolio_value = budget

    if budget < 100000:

        tier = 0

    elif budget < 500000:

        tier = 1

    else:

        tier = 2

    portfolio_state = np.array(

        [

            budget,

            tier,

            cash,

            RISK_MAPPING[risk_profile],

            investment_horizon,

            portfolio_value

        ],

        dtype=np.float32

    )

    observation = np.concatenate(

        [

            feature_matrix,

            shares,

            portfolio_state

        ]

    )

    return observation

def predict_portfolio(



    model,



    observation



):

    action, _ = model.predict(

        observation,

        deterministic=True

    )

    action = np.clip(

        action,

        0,

        None

    )

    if action.sum() == 0:

        action += 1

    weights = action / action.sum()

    return weights

def adjust_weights_for_risk(weights, risk_profile):
    """

    Post-process PPO allocation according to investor risk.



    PPO decides WHICH stocks are best.

    Risk engine decides HOW MUCH to allocate.



    weights[-1] = cash

    """

    weights = weights.copy()

    stock_weights = weights[:-1]
    cash = weights[-1]

    # Rank stocks according to PPO
    ranked = np.argsort(stock_weights)[::-1]

    # ----------------------------------------------------
    # Conservative
    # ----------------------------------------------------

    if risk_profile == "Conservative":

        cash = 0.15

        template = np.array([
            0.18,
            0.16,
            0.14,
            0.12,
            0.10,
            0.07,
            0.05,
            0.02,
            0.01,
            0.00
        ])

    # ----------------------------------------------------
    # Moderate
    # ----------------------------------------------------

    elif risk_profile == "Moderate":

        return weights

    # ----------------------------------------------------
    # Aggressive
    # ----------------------------------------------------

    else:

        cash = 0.02

        template = np.array([
            0.28,
            0.20,
            0.15,
            0.11,
            0.09,
            0.07,
            0.05,
            0.02,
            0.01,
            0.00
        ])

    # Scale template to remaining capital
    template *= (1 - cash)

    new_stock_weights = np.zeros_like(stock_weights)

    for i, idx in enumerate(ranked):
        new_stock_weights[idx] = template[i]

    final = np.concatenate([new_stock_weights, [cash]])

    return final
    
def generate_portfolio(

    weights,

    budget,

    price_data

):

    latest_prices = get_latest_prices(price_data)

    allocation = []

    cash = budget * weights[-1]

    # Initial purchase
    for stock, weight in zip(ALL_STOCKS, weights[:-1]):

        target = budget * weight

        price = latest_prices[stock]

        shares = int(target // price)

        invested = shares * price

        cash += target - invested

        allocation.append({

            "Stock": stock,
            "Price (₹)": round(price,2),
            "Target": target,
            "Shares": shares,
            "Investment (₹)": invested

        })

    allocation = pd.DataFrame(allocation)

    # ---------------------------------------------------
    # Redistribute remaining cash
    # ---------------------------------------------------

    while True:

        affordable = allocation[
            allocation["Price (₹)"] <= cash
        ]

        if affordable.empty:
            break

        # Remaining amount needed to reach target
        affordable = affordable.copy()

        affordable["Gap"] = (
            affordable["Target"] -
            affordable["Investment (₹)"]
        )

        affordable = affordable.sort_values(
            "Gap",
            ascending=False
        )

        bought = False

        for idx in affordable.index:

            price = allocation.loc[idx, "Price (₹)"]

            if price <= cash:

                allocation.loc[idx, "Shares"] += 1

                allocation.loc[idx, "Investment (₹)"] += price

                cash -= price

                bought = True

                break

        if not bought:
            break

    allocation = allocation[
        allocation["Shares"] > 0
    ]

    allocation["Weight (%)"] = (
        allocation["Investment (₹)"] /
        budget
    ) * 100

    allocation = allocation.drop(
        columns="Target"
    )

    allocation = allocation.sort_values(
        "Investment (₹)",
        ascending=False
    )

    allocation.reset_index(
        drop=True,
        inplace=True
    )

    return allocation, round(cash,2)


# =====================================================
# Main Recommendation Pipeline
# =====================================================

def generate_recommendation(

    budget,

    risk_profile,

    investment_horizon

):

    # Load everything
    model = load_ppo()

    rl_feature_data, price_data, correlation_matrix = load_data()

    snapshot_date = (
    pd.to_datetime(
        next(iter(rl_feature_data.values())).index[-1]
    ).strftime("%d-%b-%Y"))

    # Build PPO observation
    observation = build_observation(
        rl_feature_data=rl_feature_data,
        budget=budget,
        risk_profile=risk_profile,
        investment_horizon=investment_horizon
    )

    # PPO prediction
    weights = predict_portfolio(
        model,
        observation
    )

    weights = adjust_weights_for_risk(
    weights,
    risk_profile
)

    allocation, cash = generate_portfolio(
    weights,
    budget,
    price_data
)

    summary = {

    "Total Investment":
        allocation["Investment (₹)"].sum(),

    "Cash":
        cash,

    "Number of Stocks":
        len(allocation)

}

    return allocation, cash, summary, weights, snapshot_date