This file is indexed.

/usr/share/maitreya7/xml/yogas/35VenusSaravali.xml is in maitreya 7.0.7-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
<?xml version="1.0"?>
<!DOCTYPE YogaConfigs SYSTEM "YogaConfigs.dtd">

<YogaConfigs>
	<!--   -->
	<!--  Rasi positions of Venus -> Saravali chapter 28  -->
	<!--   -->
	<!--  Venus in Aries  -->
	<Config>
		<Description>Venus in Aries</Description>
		<Effect>Should Venus be in Aries at birth, one will be night-blind, will have many blemishes, be inimical, will join other housewives, will visit whores, will move in forests and hills, will be imprisoned on account of women, be base, hard in disposition, be an Army chief, or chief of men, be not reliable and be eminent.</Effect>
		<Source>Saravali</Source>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Venus ) == Aries;</Rule>
	</Config>

	<!--  Venus in Scorpio  -->
	<Config>
		<Description>Venus in Scorpio</Description>
		<Effect>If Venus occupies Scorpio, the subject will be jealous, be very malicious, be not religious, be argumentative, be crafty, be not attached to brothers, be not fortunate, will be troubled by enemies, be distressed, will be inimical to unchaste women, be skillful in killing, will incur heavy debts, will suffer penury, be proud and will contract venereal diseases.</Effect>
		<Source>Saravali</Source>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Venus ) == Scorpio;</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Mars aspected by Sun</Description>
		<Effect>Should Venus occupy Aries/Scorpio at birth and is in aspect to the Sun, one will be miserable on account of women and will lose wealth and happiness on account of them, will be a king and be learned.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Mars and isGrahaDrishti( Sun, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Mars aspected by Moon</Description>
		<Effect>If Venus is in Aries, or Scorpio and is aspected by the Moon, one will be imprisoned, very fickle-minded, be libidinous, will marry a base lady and will be bereft of children.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Mars and isGrahaDrishti( Moon, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Mars aspected by Mars</Description>
		<Effect>If Venus is in Aries, or Scorpio and is aspected by Mars, one will be devoid of wealth, honour and happiness, will do others' jobs and will perform dirty jobs.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Mars and isGrahaDrishti( Mars, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Mars aspected by Mercury</Description>
		<Effect>If Venus is in Aries, or Scorpio and is aspected by Mercury, one will be foolish, profligate, unworthy, be not in good terms with his own relatives, be immodest, thievish, mean and cruel.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Mars and isGrahaDrishti( Mercury, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Mars aspected by Jupiter</Description>
		<Effect>If Venus is in Aries, or Scorpio and is aspected by Jupiter, one will be endowed with beautiful eyes, will have a charitable wife, will possess a beautiful and long body and will have many sons.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Mars and isGrahaDrishti( Jupiter, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Mars aspected by Saturn</Description>
		<Effect>If Venus is in Aries, or Scorpio and is aspected by Saturn, one will be very dirty, lazy and wandering-natured, will serve others and be a thief.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Mars and isGrahaDrishti( Saturn, Venus );</Rule>
	</Config>

	<!--  Venus in Taurus  -->
	<Config>
		<Description>Venus in Taurus</Description>
		<Effect>Should Venus at birth be in Taurus, one will be endowed with many wives and gems, be an agriculturist, will possess scents, garlands and robes, will live on account of cows, be charitable, will maintain his relatives, will have good appearance, will be learned in many branches, will give away many things, will help the living beings and be a principal person.</Effect>
		<Source>Saravali</Source>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Venus ) == Taurus;</Rule>
	</Config>

	<!--  Venus in Libra  -->
	<Config>
		<Description>Venus in Libra</Description>
		<Effect>If Venus occupies Libra, the native will acquire hard-earned money, be valorous, endowed with superior robes etc., interested in living in foreign countries, will protect his own people, be skillful in his duties, rich, meritorious, famous by honouring Gods and Brahmins, be a scholar and be fortunate.</Effect>
		<Source>Saravali</Source>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Venus ) == Libra;</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Venus aspected by Sun</Description>
		<Effect>Should Venus at birth occupy Taurus/Libra and is aspected by the Sun, the person will acquire an excellent wife and abundant wealth, will become a great man and will be subdued by women.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Venus and isGrahaDrishti( Sun, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Venus aspected by Moon</Description>
		<Effect>If Venus is in Taurus, or Libra and is aspected by the Moon, it indicates, that one is born of an excellent mother, will be endowed with happiness, wealth, respect and sons, will have excellence and be splendourous.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Venus and isGrahaDrishti( Moon, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Venus aspected by Mars</Description>
		<Effect>If Venus is in Taurus, or Libra and is aspected by Mars, one will marry a bad female, will lose home and wealth on account of females and be sensuous.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Venus and isGrahaDrishti( Mars, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Venus aspected by Mercury</Description>
		<Effect>If Venus is in Taurus, or Libra and is aspected by Mercury, one will be splendourous, sweet, fortunate, happy, bold, wise and virtuous and will possess distinguished strength.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Venus and isGrahaDrishti( Mercury, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Venus aspected by Jupiter</Description>
		<Effect>If Venus is in Taurus, or Libra and is aspected by Jupiter, one will be endowed with wife, sons, abodes, conveyances, riches etc. and will achieve desired objects.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Venus and isGrahaDrishti( Jupiter, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Venus aspected by Saturn</Description>
		<Effect>If Venus is in Taurus, or Libra and is aspected by Saturn, one will have little happiness, little wealth, will be reprobate, will marry a mean lady and will suffer from diseases.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Venus and isGrahaDrishti( Saturn, Venus );</Rule>
	</Config>

	<!--  Venus in Gemini  -->
	<Config>
		<Description>Venus in Gemini</Description>
		<Effect>Should Venus occupy Gemini at birth, one will be famous in sciences and Sastras, be beautiful, libidinous, be skillful in writing and in poetry, be dear to good people, will derive wealth through music and dances, will have many friends, will honour Gods and Brahmins and be firm in friendship.</Effect>
		<Source>Saravali</Source>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Venus ) == Gemini;</Rule>
	</Config>

	<!--  Venus in Virgo  -->
	<Config>
		<Description>Venus in Virgo</Description>
		<Effect>Should Venus be in Virgo, the native will not be quite discriminative, be soft in disposition, be skillful, will be helpful to others, will speak sweetly, will earn money through several sources, will cohabit with bad women, be mean, be devoid of happiness and pleasures, will beget more daughters and less sons, will visit shrines and be a scholar in an assembly.</Effect>
		<Source>Saravali</Source>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Venus ) == Virgo;</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Mercury aspected by Sun</Description>
		<Effect>If Venus is in Gemini/Virgo and aspected by the Sun, one will be well disposed towards the king, his own mother and wife, be learned and rich.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Mercury and isGrahaDrishti( Sun, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Mercury aspected by Moon</Description>
		<Effect>If Venus is in Gemini, or Virgo and is aspected by the Moon, one will have dark eyes, beautiful hair, be endowed with sleeping comforts, conveyances etc., be splendourous, beautiful in appearance and be fortunate.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Mercury and isGrahaDrishti( Moon, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Mercury aspected by Mars</Description>
		<Effect>If Venus is in Gemini, or Virgo and is aspected by Mars, one will be highly sensuous, be fortunate and will destroy his wealth through women.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Mercury and isGrahaDrishti( Mars, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Mercury aspected by Mercury</Description>
		<Effect>If Venus is in Gemini, or Virgo and is aspected by Mercury, one will be learned, sweet in disposition, wealthy and endowed with conveyances and children, be fortunate and be leader of men, or be a king.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Mercury and isGrahaDrishti( Mercury, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Mercury aspected by Jupiter</Description>
		<Effect>If Venus is in Gemini, or Virgo and is aspected by Jupiter, one will be highly happy, be radiant, courageous, learned and be a preceptor.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Mercury and isGrahaDrishti( Jupiter, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Mercury aspected by Saturn</Description>
		<Effect>If Venus is in Gemini, or Virgo and is aspected by Saturn, one will be very miserable, insulted, fickle-minded, green-eyed and be a dunce.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Mercury and isGrahaDrishti( Saturn, Venus );</Rule>
	</Config>

	<!--  Venus in Cancer  -->
	<Config>
		<Description>Venus in Cancer</Description>
		<Effect>If Venus occupies Cancer at the time of one's birth, he will be wise, virtuous, learned, strong, soft, chief among men, will have desired happiness and wealth, be good-looking, just, very much troubled on account of women and wine and will be miserable with family troubles.</Effect>
		<Source>Saravali</Source>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Venus ) == Cancer;</Rule>
	</Config>

	<Config>
		<Description>Venus in Cancer aspected by Sun</Description>
		<Effect>If Venus is in Cancer and aspected by the Sun, the native's wife will be attached to her duties, will possess a spotless body, will be a king's daughter, (i.e. she will be of a rich heritage), one short-tempered and will be endowed with wealth.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Moon and isGrahaDrishti( Sun, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in Cancer aspected by Moon</Description>
		<Effect>If Venus is in Cancer and is aspected by the Moon, one will keep his step-mother happy, will have a daughter first and later on many sons, be happy, fortunate and beautiful.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Moon and isGrahaDrishti( Moon, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in Cancer aspected by Mars</Description>
		<Effect>If Venus is in Cancer and is aspected by Mars, one will be skillful in arts, be very rich, will suffer on account of women, be fortunate and will promote the cause of his relatives.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Moon and isGrahaDrishti( Mars, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in Cancer aspected by Mercury</Description>
		<Effect>If Venus is in Cancer and is aspected by Mercury, one will marry a learned woman, will suffer miseries on account of his relatives, will wander, be wealthy and learned.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Moon and isGrahaDrishti( Mercury, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in Cancer aspected by Jupiter</Description>
		<Effect>If Venus is in Cancer and is aspected by Jupiter, one will be endowed with many servants, sons, happiness, relatives and friends and be dear to king.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Moon and isGrahaDrishti( Jupiter, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in Cancer aspected by Saturn</Description>
		<Effect>If Venus is in Cancer and is aspected by Saturn, one will be subdued by women, be poor, base, ugly, fickle-minded and unhappy.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Moon and isGrahaDrishti( Saturn, Venus );</Rule>
	</Config>

	<!--  Venus in Leo  -->
	<Config>
		<Description>Venus in Leo</Description>
		<Effect>If Venus occupies Leo at birth, the native will respect women, will enjoy wealth and happiness, will have less virility, be dear to relatives, be miserable in spite of his happiness, will help others, will respect Brahmins, elders and preceptors and will be devoid of much discrimination.</Effect>
		<Source>Saravali</Source>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Venus ) == Leo;</Rule>
	</Config>

	<Config>
		<Description>Venus in Leo aspected by Sun</Description>
		<Effect>If Venus occupies Leo at the time of birth and is aspected by the Sun, one will be jealous, be dear to the fair sex, libidinous will acquire money through women and will possess elephants.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Sun and isGrahaDrishti( Sun, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in Leo aspected by Moon</Description>
		<Effect>If Venus is in Leo and is aspected by the Moon, one will present obsequial water to his step mother, will be miserable on account of women, be rich and will have various kinds of mental disposition (i.e. be infirm in disposition).</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Sun and isGrahaDrishti( Moon, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in Leo aspected by Mars</Description>
		<Effect>If Venus is in Leo and is aspected by Mars, one will be a royal person, be famous, dear to women, be affluent, fortunate and be attached to other's wives.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Sun and isGrahaDrishti( Mars, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in Leo aspected by Mercury</Description>
		<Effect>If Venus is in Leo and is aspected by Mercury, one will be ever engaged in earning, be miserly in disposition, be addicted to women, will join other's wives, be courageous, crafty, false and wealthy.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Sun and isGrahaDrishti( Mercury, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in Leo aspected by Jupiter</Description>
		<Effect>If Venus is in Leo and is aspected by Jupiter, one will be endowed with conveyances, wealth and servants, will marry many women and be a king's minister.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Sun and isGrahaDrishti( Jupiter, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in Leo aspected by Saturn</Description>
		<Effect>If Venus is in Leo and is aspected by Saturn, one will be a king, or equal to a king, be famous, will have abundant wealth and conveyances, will marry a prostitute (or a widow), be beautiful in appearance and be miserable.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Sun and isGrahaDrishti( Saturn, Venus );</Rule>
	</Config>

	<!--  Venus in Sagittarius  -->
	<Config>
		<Description>Venus in Sagittarius</Description>
		<Effect>One, who has Venus in Sagittarius will be endowed with good results accruing out of virtues, dutifulness and wealth, be dear to all people, be splendourous, be an excellent personage, will shine like the Sun before his family members, be a scholar, will be endowed with cows, be fond of decoration, will enjoy wealth, wife and fortunes, be a king's minister, be skillful, will have a stout and long physique and be respected by all.</Effect>
		<Source>Saravali</Source>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Venus ) == Sagittarius;</Rule>
	</Config>

	<!--  Venus in Pisces  -->
	<Config>
		<Description>Venus in Pisces</Description>
		<Effect>If Venus is posited in Pisces at birth, one will be courteous, liberal, virtuous, very wealthy, will destroy enemies, be famous in the world, excellent, distinguished, dear to king, be endowed with good speech and wisdom, be liberal, will derive wealth and respect from the virtuous, will keep up his promise, will maintain his family members and be endowed with knowledge.</Effect>
		<Source>Saravali</Source>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Venus ) == Pisces;</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Jupiter aspected by Sun</Description>
		<Effect>If Venus occupies Sagittarius/Pisces at birth and aspected by the Sun, one will be very short tempered, learned, wealthy, be liked by all and will go to foreign countries.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Jupiter and isGrahaDrishti( Sun, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Jupiter aspected by Moon</Description>
		<Effect>If Venus is in Sagittarius, or Pisces and is aspected by the Moon, one will be famous, be kingly, will eat rich food, be distinguished and will possess incomparable strength.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Jupiter and isGrahaDrishti( Moon, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Jupiter aspected by Mars</Description>
		<Effect>If Venus is in Sagittarius, or Pisces and is aspected by Mars, one will be very much ill-disposed towards women, will be both happy and miserable, be rich and will possess cows.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Jupiter and isGrahaDrishti( Mars, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Jupiter aspected by Mercury</Description>
		<Effect>If Venus is in Sagittarius, or Pisces and is aspected by Mercury, one will be endowed with all kinds of robes, ornaments, foods and drinks and will possess plenty of money and horses and cows, will possess many wives and many sons, be happy and be very wealthy.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Jupiter and isGrahaDrishti( Mercury, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Jupiter aspected by Jupiter</Description>
		<Effect>-</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Jupiter and isGrahaDrishti( Jupiter, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Jupiter aspected by Saturn</Description>
		<Effect>If Venus is in Sagittarius, or Pisces and is aspected by Saturn, one will be always amassing financial gains, be happy, will enjoy pleasures and abundant wealth and be fortunate.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Jupiter and isGrahaDrishti( Saturn, Venus );</Rule>
	</Config>

	<!--  Venus in Capricorn  -->
	<Config>
		<Description>Venus in Capricorn</Description>
		<Effect>If Venus occupies Capricorn at birth, one will be miserable due to heavy expenses, will have an emaciated body, will be fond of aged women, will suffer from heart diseases, be miserly in the matter of money, be a liar, be skillful in cheating, be a eunuch, be devoid of (good) acts, interested in others' work, very distressed, be a dunce and will, however, endure misery.</Effect>
		<Source>Saravali</Source>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Venus ) == Capricorn;</Rule>
	</Config>

	<!--  Venus in Aquarius  -->
	<Config>
		<Description>Venus in Aquarius</Description>
		<Effect>Should Venus be in Aquarius, one will suffer from fear and excitement, be not successful in undertakings, will go to other women, be not virtuous, be inimical to elders and to his children, be bereft of ablutions, like bathing and will not be endowed with (good) robes, ornaments etc. and be dirty.</Effect>
		<Source>Saravali</Source>
		<Group>Rasi position</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getRasi( Venus ) == Aquarius;</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Saturn aspected by Sun</Description>
		<Effect>Should Venus be in Capricorn/Aquarius and be in aspect to the Sun, the native will be firm, very dear to females, very wealthy, very happy and truthful and be courageous.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Saturn and isGrahaDrishti( Sun, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Saturn aspected by Moon</Description>
		<Effect>If Venus is in Capricorn, or Aquarius and is aspected by the Moon, one will be very splenderous, very valorous, very affluent and fortunate.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Saturn and isGrahaDrishti( Moon, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Saturn aspected by Mars</Description>
		<Effect>If Venus is in Capricorn, or Aquarius and is aspected by Mars, one will lose his spouse, will suffer many evils and diseases, will undergo difficulties and later on be happy.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Saturn and isGrahaDrishti( Mars, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Saturn aspected by Mercury</Description>
		<Effect>If Venus is in Capricorn, or Aquarius and is aspected by Mercury, one will be learned, rich, skillful in sacred precepts, highly scholastic, truthful and happy.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Saturn and isGrahaDrishti( Mercury, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Saturn aspected by Jupiter</Description>
		<Effect>If Venus is in Capricorn, or Aquarius and is aspected by Jupiter, one will enjoy robes and garlands, be beautiful, will be skillful in music and musical instruments and will posses a good wife.</Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Saturn and isGrahaDrishti( Jupiter, Venus );</Rule>
	</Config>

	<Config>
		<Description>Venus in a sign of Saturn aspected by Saturn</Description>
		<Effect>If Venus is in Capricorn, or Aquarius and is aspected by Saturn, one will be endowed with servants, conveyances and wealth, be dirty and will possess a black, beautiful and broad physique </Effect>
		<Source>Saravali</Source>
		<Group>Aspect</Group>
		<AllowHigherVargas>true</AllowHigherVargas>
		<Rule>return getLord( getRasi( Venus )) == Saturn and isGrahaDrishti( Saturn, Venus );</Rule>
	</Config>

</YogaConfigs>